Skip to content

Commit 12ce65d

Browse files
authored
fix: v0.6.x remove node driver registrar lifecycle hook (#72)
* chore: update `appVersion` and `version` in chart to `0.6.4`
1 parent dac6a64 commit 12ce65d

File tree

3 files changed

+4
-11
lines changed

3 files changed

+4
-11
lines changed

charts/warm-metal-csi-driver/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.5.0
18+
version: 0.6.4
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
23-
appVersion: v0.6.3
23+
appVersion: v0.6.4

charts/warm-metal-csi-driver/templates/daemon-set.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,6 @@ spec:
2525
fieldPath: spec.nodeName
2626
image: {{ .Values.csiNodeDriverRegistrar.image.repository }}:{{ .Values.csiNodeDriverRegistrar.image.tag }}
2727
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
3528
name: node-driver-registrar
3629
resources: {}
3730
volumeMounts:

charts/warm-metal-csi-driver/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ image:
99
repository: docker.io/warmmetal/csi-image
1010
csiNodeDriverRegistrar:
1111
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

0 commit comments

Comments
 (0)