Skip to content

Commit

Permalink
Update csi-driver sidecars. (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 authored Sep 13, 2024
1 parent a85a9e2 commit f3bb9a1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 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 -}}
4 changes: 2 additions & 2 deletions charts/csi-driver-lvm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,12 @@ compat03x: false

pluginImage:
repository: ghcr.io/metal-stack/csi-driver-lvm
tag: v0.5.2
tag: v0.5.3
pullPolicy: IfNotPresent

provisionerImage:
repository: ghcr.io/metal-stack/csi-driver-lvm-provisioner
tag: v0.5.2
tag: v0.5.3
pullPolicy: IfNotPresent

kubernetes:
Expand Down

0 comments on commit f3bb9a1

Please sign in to comment.