Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates the rawfile-localpv rock to 0.8.1 #952

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading