Skip to content

Commit

Permalink
Release 0.8.0.cnx
Browse files Browse the repository at this point in the history
This commit updates the Helm chart to point to the Centrinix
rawfile-local fork Docker image and pull the 0.8.0.cnx tag.

Signed-off-by: Stephanos Ioannidis <[email protected]>
  • Loading branch information
stephanosio committed Feb 28, 2024
1 parent 8587ea0 commit 6faa672
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion deploy/charts/rawfile-csi/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Kubernetes: `>= 1.21`
| controller.resources | object | `{}` | Overrides default resources for controller component |
| controller.tolerations | list | `[{"effect":"NoSchedule","key":"node-role.kubernetes.io/master","operator":"Equal","value":"true"}]` | Tolerations for controller component |
| global.image.pullPolicy | string | `"IfNotPresent"` | Default image pull policy for node and controller components |
| global.image.repository | string | `"docker.io/openebs/rawfile-localpv"` | Default image repository for node and controller components |
| global.image.repository | string | `"ghcr.io/centrinix/rawfile-localpv"` | Default image repository for node and controller components |
| global.image.tag | string | `""` | Default image tag for node and controller components (uses AppVersion if empty) |
| global.resources.limits.cpu | int | `1` | Default CPU Limit for node and controller components |
| global.resources.limits.memory | string | `"100Mi"` | Default Memory Limit for node and controller components |
Expand Down
4 changes: 2 additions & 2 deletions deploy/charts/rawfile-csi/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ provisionerName: "rawfile.csi.openebs.io"
global:
image:
# -- Default image repository for node and controller components
repository: docker.io/openebs/rawfile-localpv
repository: ghcr.io/centrinix/rawfile-localpv
# -- Default image tag for node and controller components (uses AppVersion if empty)
tag: ""
tag: "0.8.0.cnx"
# -- Default image pull policy for node and controller components
pullPolicy: IfNotPresent
resources:
Expand Down

0 comments on commit 6faa672

Please sign in to comment.