Skip to content

Commit

Permalink
Updates the rawfile-localpv rock to 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
claudiubelu committed Jan 13, 2025
1 parent 0cdeb87 commit b38de42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions docs/src/snap/howto/install/offline.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion src/k8s/pkg/k8sd/features/localpv/chart.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit b38de42

Please sign in to comment.