Skip to content

Commit

Permalink
deploy: use resizer canary image
Browse files Browse the repository at this point in the history
use resizer canary image to as it
might contain fix for pvc resize
with kubernetes 1.28

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
  • Loading branch information
Madhu-1 authored and mergify[bot] committed Aug 25, 2023
1 parent 2d94b4c commit ff030f1
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/ceph-csi-cephfs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -198,8 +198,8 @@ provisioner:
name: resizer
enabled: true
image:
repository: registry.k8s.io/sig-storage/csi-resizer
tag: v1.8.0
repository: gcr.io/k8s-staging-sig-storage/csi-resizer
tag: canary
pullPolicy: IfNotPresent
resources: {}
## For further options, check
Expand Down
4 changes: 2 additions & 2 deletions charts/ceph-csi-rbd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -243,8 +243,8 @@ provisioner:
name: resizer
enabled: true
image:
repository: registry.k8s.io/sig-storage/csi-resizer
tag: v1.8.0
repository: gcr.io/k8s-staging-sig-storage/csi-resizer
tag: canary
pullPolicy: IfNotPresent
resources: {}
## For further options, check
Expand Down
2 changes: 1 addition & 1 deletion deploy/cephfs/kubernetes/csi-cephfsplugin-provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: csi-resizer
image: registry.k8s.io/sig-storage/csi-resizer:v1.8.0
image: gcr.io/k8s-staging-sig-storage/csi-resizer:canary
args:
- "--csi-address=$(ADDRESS)"
- "--v=1"
Expand Down
2 changes: 1 addition & 1 deletion deploy/nfs/kubernetes/csi-nfsplugin-provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: csi-resizer
image: registry.k8s.io/sig-storage/csi-resizer:v1.8.0
image: gcr.io/k8s-staging-sig-storage/csi-resizer:canary
args:
- "--csi-address=$(ADDRESS)"
- "--v=1"
Expand Down
2 changes: 1 addition & 1 deletion deploy/rbd/kubernetes/csi-rbdplugin-provisioner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ spec:
- name: socket-dir
mountPath: /csi
- name: csi-resizer
image: registry.k8s.io/sig-storage/csi-resizer:v1.8.0
image: gcr.io/k8s-staging-sig-storage/csi-resizer:canary
args:
- "--csi-address=$(ADDRESS)"
- "--v=1"
Expand Down

0 comments on commit ff030f1

Please sign in to comment.