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 committed Aug 24, 2023
1 parent bbfe10a commit 0c7e5f7
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 0c7e5f7

Please sign in to comment.