Skip to content

Commit

Permalink
Merge pull request #2321 from headlamp-k8s/docker-extension-bump
Browse files Browse the repository at this point in the history
docker-ext: Bump the Headlamp version to v0.25.1
  • Loading branch information
illume authored Sep 11, 2024
2 parents dfe3f82 + 690b1d3 commit 488fdf4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-extension/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/headlamp-k8s/headlamp:v0.23.1@sha256:dd9e2ad6ae6d23761372bc9cc0dbcb47aacd6a31986827b43ac207cecb25c39f as headlamp
FROM ghcr.io/headlamp-k8s/headlamp:v0.25.1@sha256:8825bb13459c64dcf9503d836b94b49c97dc831aff7c325a6eed68961388cf9c as headlamp

FROM scratch

Expand Down
2 changes: 1 addition & 1 deletion docker-extension/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
headlamp:
image: ghcr.io/headlamp-k8s/headlamp:v0.23.1
image: ghcr.io/headlamp-k8s/headlamp:v0.25.1
command: ["--kubeconfig","/headlamp/config/config", "--port","64446", "--enable-dynamic-clusters"]
restart: unless-stopped
volumes:
Expand Down

0 comments on commit 488fdf4

Please sign in to comment.