Skip to content

Commit

Permalink
deps: update dependency kubernetes-csi/external-provisioner to v5 (#671)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: jo <[email protected]>
  • Loading branch information
renovate[bot] and jooola committed Aug 8, 2024
1 parent 4a580e5 commit a9305a6
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion chart/.snapshots/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,7 @@ spec:
mountPath: /run/csi

- name: csi-provisioner
image: registry.k8s.io/sig-storage/csi-provisioner:v3.6.4
image: registry.k8s.io/sig-storage/csi-provisioner:v5.0.1
imagePullPolicy: IfNotPresent
resources:
limits: {}
Expand Down
2 changes: 1 addition & 1 deletion chart/.snapshots/example-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ spec:
mountPath: /run/csi

- name: csi-provisioner
image: registry.k8s.io/sig-storage/csi-provisioner:v3.6.4
image: registry.k8s.io/sig-storage/csi-provisioner:v5.0.1
imagePullPolicy: IfNotPresent
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion chart/.snapshots/full.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -518,7 +518,7 @@ spec:
mountPath: /run/csi

- name: csi-provisioner
image: registry.k8s.io/sig-storage/csi-provisioner:v3.6.4
image: registry.k8s.io/sig-storage/csi-provisioner:v5.0.1
imagePullPolicy: Always
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ controller:

csiProvisioner:
name: registry.k8s.io/sig-storage/csi-provisioner
tag: v3.6.4 # renovate: datasource=github-releases depName=kubernetes-csi/external-provisioner
tag: v5.0.1 # renovate: datasource=github-releases depName=kubernetes-csi/external-provisioner
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/hcloud-csi.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit a9305a6

Please sign in to comment.