diff --git a/charts/cinder-csi-plugin/Chart.yaml b/charts/cinder-csi-plugin/Chart.yaml index d263e85d..27b471f7 100644 --- a/charts/cinder-csi-plugin/Chart.yaml +++ b/charts/cinder-csi-plugin/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: v1.0.0 +appVersion: v1.0.1 description: Cinder CSI Chart for OpenStack with on-node encryption support name: openstack-cinder-csi -version: 1.0.0 +version: 1.0.1 diff --git a/charts/cinder-csi-plugin/values.yaml b/charts/cinder-csi-plugin/values.yaml index c0e8d287..7e34d381 100644 --- a/charts/cinder-csi-plugin/values.yaml +++ b/charts/cinder-csi-plugin/values.yaml @@ -56,7 +56,8 @@ csi: image: repository: ghcr.io/edgelesssys/constellation/cinder-csi-plugin pullPolicy: IfNotPresent - tag: # defaults to .Chart.AppVersion + # CSI driver version is independent of Constellation releases + tag: v1.0.1@sha256:65b59c9b64701f92c59d05f80d5b2bae0a2bc281e74b1f0db0fa3802081fd298 volumeMounts: - name: cloud-config mountPath: /etc/kubernetes