From b38de42daaab81f3cea8e6d01d878f03c76416ca 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 | 7 +++---- src/k8s/pkg/k8sd/features/localpv/chart.go | 2 +- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/docs/src/snap/howto/install/offline.md b/docs/src/snap/howto/install/offline.md index 18d64cb4f..3bd8885fb 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 @@ -159,9 +159,8 @@ This requires three steps: push to your registry mirror. 3. Configure the {{product}} container runtime (`containerd`) to load images from the private registry mirror instead of the upstream source. This - will be described in the - [Configure registry mirrors](#container-runtime-option-b-configure-registry-mirrors) - section. + will be described in the [Configure registry mirrors]( + #container-runtime-option-b-configure-registry-mirrors) section. To load images into the private registry, a machine is needed with access to any upstream registries (e.g. `docker.io`) and the private mirror. 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"