Skip to content

Commit

Permalink
bump metrics server version that contains ARM fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bschimke95 authored and addyess committed Oct 7, 2024
1 parent 86176e8 commit f8357a7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build-scripts/hack/sync-images.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ sync:
- source: ghcr.io/canonical/k8s-snap/sig-storage/csi-snapshotter:v8.0.1
target: '{{ env "MIRROR" }}/canonical/k8s-snap/sig-storage/csi-snapshotter:v8.0.1'
type: image
- source: ghcr.io/canonical/metrics-server:0.7.0-ck1
target: '{{ env "MIRROR" }}/canonical/metrics-server:0.7.0-ck1'
- source: ghcr.io/canonical/metrics-server:0.7.0-ck2
target: '{{ env "MIRROR" }}/canonical/metrics-server:0.7.0-ck2'
type: image
- source: ghcr.io/canonical/rawfile-localpv:0.8.0-ck4
target: '{{ env "MIRROR" }}/canonical/rawfile-localpv:0.8.0-ck4'
Expand Down
2 changes: 1 addition & 1 deletion docs/src/snap/howto/install/offline.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ ghcr.io/canonical/k8s-snap/sig-storage/csi-node-driver-registrar:v2.10.1
ghcr.io/canonical/k8s-snap/sig-storage/csi-provisioner:v5.0.1
ghcr.io/canonical/k8s-snap/sig-storage/csi-resizer:v1.11.1
ghcr.io/canonical/k8s-snap/sig-storage/csi-snapshotter:v8.0.1
ghcr.io/canonical/metrics-server:0.7.0-ck1
ghcr.io/canonical/metrics-server:0.7.0-ck2
ghcr.io/canonical/rawfile-localpv:0.8.0-ck4
```

Expand Down
2 changes: 1 addition & 1 deletion src/k8s/pkg/k8sd/features/metrics-server/chart.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ var (
imageRepo = "ghcr.io/canonical/metrics-server"

// imageTag is the image tag to use for metrics-server.
imageTag = "0.7.0-ck1"
imageTag = "0.7.0-ck2"
)

0 comments on commit f8357a7

Please sign in to comment.