Skip to content

Commit

Permalink
Update csi-driver sidecars.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 committed Sep 13, 2024
1 parent a85a9e2 commit 8c68f9d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/csi-driver-lvm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: csi-driver-lvm
version: 0.6.0
version: 0.6.1
description: local persistend storage for lvm
appVersion: v0.5.2
appVersion: v0.5.3
apiVersion: v1
keywords:
- storage
Expand Down
10 changes: 5 additions & 5 deletions charts/csi-driver-lvm/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -2,38 +2,38 @@
{{- if .Values.customCSISidecars.enabled -}}
{{- print .Values.customCSISidecars.attacher -}}
{{- else -}}
{{- print "k8s.gcr.io/sig-storage/csi-attacher:v3.3.0" -}}
{{- print "registry.k8s.io/sig-storage/csi-attacher:v4.7.0" -}}
{{- end -}}
{{- end -}}

{{- define "externalImages.csiProvisioner" -}}
{{- if .Values.customCSISidecars.enabled -}}
{{- print .Values.customCSISidecars.provisioner -}}
{{- else -}}
{{- print "k8s.gcr.io/sig-storage/csi-provisioner:v3.0.0" -}}
{{- print "registry.k8s.io/sig-storage/csi-provisioner:v5.1.0" -}}
{{- end -}}
{{- end -}}

{{- define "externalImages.csiLivenessprobe" -}}
{{- if .Values.customCSISidecars.enabled -}}
{{- print .Values.customCSISidecars.livenessprobe -}}
{{- else -}}
{{- print "k8s.gcr.io/sig-storage/livenessprobe:v2.4.0" -}}
{{- print "registry.k8s.io/sig-storage/livenessprobe:v2.12.0" -}}
{{- end -}}
{{- end -}}

{{- define "externalImages.csiResizer" -}}
{{- if .Values.customCSISidecars.enabled -}}
{{- print .Values.customCSISidecars.resizer -}}
{{- else -}}
{{- print "k8s.gcr.io/sig-storage/csi-resizer:v1.3.0" -}}
{{- print "registry.k8s.io/sig-storage/csi-resizer:v1.12.0" -}}
{{- end -}}
{{- end -}}

{{- define "externalImages.csiNodeDriverRegistrar" -}}
{{- if .Values.customCSISidecars.enabled -}}
{{- print .Values.customCSISidecars.registrar -}}
{{- else -}}
{{- print "k8s.gcr.io/sig-storage/csi-node-driver-registrar:v2.3.0" -}}
{{- print "registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.12.0" -}}
{{- end -}}
{{- end -}}

0 comments on commit 8c68f9d

Please sign in to comment.