diff --git a/docs/src/snap/howto/install/offline.md b/docs/src/snap/howto/install/offline.md index 18d64cb4f..e1388b512 100644 --- a/docs/src/snap/howto/install/offline.md +++ b/docs/src/snap/howto/install/offline.md @@ -122,7 +122,7 @@ 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-ck2 -ghcr.io/canonical/rawfile-localpv:0.8.0-ck4 +ghcr.io/canonical/rawfile-localpv:0.8.1 ``` A list of images can also be found in the `images.txt` file when the diff --git a/src/k8s/pkg/k8sd/features/localpv/chart.go b/src/k8s/pkg/k8sd/features/localpv/chart.go index 8dd2248af..4a830a254 100644 --- a/src/k8s/pkg/k8sd/features/localpv/chart.go +++ b/src/k8s/pkg/k8sd/features/localpv/chart.go @@ -17,7 +17,7 @@ var ( // imageRepo is the repository to use for Rawfile LocalPV CSI. imageRepo = "ghcr.io/canonical/rawfile-localpv" // ImageTag is the image tag to use for Rawfile LocalPV CSI. - ImageTag = "0.8.0-ck4" + ImageTag = "0.8.1" // 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"