From 27e617d58119fe44f8fbc2bf28d53e9261730368 Mon Sep 17 00:00:00 2001 From: Claudiu Belu Date: Sat, 11 Jan 2025 11:41:36 +0000 Subject: [PATCH] Updates the rawfile-localpv rock to 0.8.1 --- docs/src/snap/howto/install/offline.md | 2 +- src/k8s/pkg/k8sd/features/localpv/chart.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"