Skip to content

Commit

Permalink
build: bump CSI image versions (#1112)
Browse files Browse the repository at this point in the history
  • Loading branch information
eaudetcobello authored Mar 5, 2025
1 parent 22c266c commit c8fbd6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/k8s/pkg/k8sd/features/localpv/chart.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ var (
// csiNodeDriverImage is the image to use for the CSI node driver.
csiNodeDriverImage = "ghcr.io/canonical/k8s-snap/sig-storage/csi-node-driver-registrar:v2.10.1"
// csiProvisionerImage is the image to use for the CSI provisioner.
csiProvisionerImage = "ghcr.io/canonical/k8s-snap/sig-storage/csi-provisioner:v5.0.1"
csiProvisionerImage = "ghcr.io/canonical/k8s-snap/sig-storage/csi-provisioner:v5.0.2"
// csiResizerImage is the image to use for the CSI resizer.
csiResizerImage = "ghcr.io/canonical/k8s-snap/sig-storage/csi-resizer:v1.11.1"
csiResizerImage = "ghcr.io/canonical/k8s-snap/sig-storage/csi-resizer:v1.11.2"
// csiSnapshotterImage is the image to use for the CSI snapshotter.
csiSnapshotterImage = "ghcr.io/canonical/k8s-snap/sig-storage/csi-snapshotter:v8.0.1"
csiSnapshotterImage = "ghcr.io/canonical/k8s-snap/sig-storage/csi-snapshotter:v8.0.2"
)

0 comments on commit c8fbd6a

Please sign in to comment.