File tree Expand file tree Collapse file tree 3 files changed +4
-11
lines changed
charts/warm-metal-csi-driver Expand file tree Collapse file tree 3 files changed +4
-11
lines changed Original file line number Diff line number Diff line change @@ -15,9 +15,9 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0.5.0
18
+ version : 0.6.4
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# incremented each time you make changes to the application. Versions are not expected to
22
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
- appVersion : v0.6.3
23
+ appVersion : v0.6.4
Original file line number Diff line number Diff line change 25
25
fieldPath : spec.nodeName
26
26
image : {{ .Values.csiNodeDriverRegistrar.image.repository }}:{{ .Values.csiNodeDriverRegistrar.image.tag }}
27
27
imagePullPolicy : IfNotPresent
28
- lifecycle :
29
- preStop :
30
- exec :
31
- command :
32
- - /bin/sh
33
- - -c
34
- - rm -rf /registration/csi-image.warm-metal.tech /registration/csi-image.warm-metal.tech-reg.sock
35
28
name : node-driver-registrar
36
29
resources : {}
37
30
volumeMounts :
Original file line number Diff line number Diff line change 9
9
repository : docker.io/warmmetal/csi-image
10
10
csiNodeDriverRegistrar :
11
11
image :
12
- tag : v1.1 .0
13
- repository : quay. io/k8scsi /csi-node-driver-registrar
12
+ tag : v2.8 .0
13
+ repository : registry.k8s. io/sig-storage /csi-node-driver-registrar
You can’t perform that action at this time.
0 commit comments