helm: update edgelesssys cinder-csi-plugin

This commit is contained in:
Malte Poll 2024-02-15 14:03:18 +01:00
parent 31f65fb486
commit 00d39ff7fa
6 changed files with 5 additions and 13 deletions

View File

@ -25,6 +25,6 @@ dependencies:
tags: tags:
- GCP - GCP
- name: openstack-cinder-csi - name: openstack-cinder-csi
version: 1.0.1 version: 1.0.2
tags: tags:
- OpenStack - OpenStack

View File

@ -1,5 +1,5 @@
apiVersion: v1 apiVersion: v1
appVersion: v1.0.1 appVersion: v1.0.2
description: Cinder CSI Chart for OpenStack with on-node encryption support description: Cinder CSI Chart for OpenStack with on-node encryption support
name: openstack-cinder-csi name: openstack-cinder-csi
version: 1.0.1 version: 1.0.2

View File

@ -195,10 +195,6 @@ spec:
volumeMounts: volumeMounts:
- name: socket-dir - name: socket-dir
mountPath: /csi mountPath: /csi
- name: cloud-config
mountPath: /etc/kubernetes/{{ .Values.secret.filename }}
readOnly: true
subPath: {{ .Values.secret.filename }}
{{- with .Values.csi.plugin.volumeMounts }} {{- with .Values.csi.plugin.volumeMounts }}
{{- toYaml . | nindent 12 }} {{- toYaml . | nindent 12 }}
{{- end }} {{- end }}

View File

@ -118,10 +118,6 @@ spec:
- name: pods-probe-dir - name: pods-probe-dir
mountPath: /dev mountPath: /dev
mountPropagation: "HostToContainer" mountPropagation: "HostToContainer"
- name: cloud-config
mountPath: /etc/kubernetes/{{ .Values.secret.filename }}
readOnly: true
subPath: {{ .Values.secret.filename }}
# Edgeless specific mounts for cryptsetup # Edgeless specific mounts for cryptsetup
- name: sys - name: sys
mountPath: /sys mountPath: /sys

View File

@ -57,7 +57,7 @@ csi:
repository: ghcr.io/edgelesssys/constellation/cinder-csi-plugin repository: ghcr.io/edgelesssys/constellation/cinder-csi-plugin
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
# CSI driver version is independent of Constellation releases # CSI driver version is independent of Constellation releases
tag: v1.0.1@sha256:65b59c9b64701f92c59d05f80d5b2bae0a2bc281e74b1f0db0fa3802081fd298 tag: v1.0.2@sha256:d0b9872378ef5cad9ca5442651df85cf6a4a3a50044018c3541b53f3b7b7480e
volumeMounts: volumeMounts:
- name: cloud-config - name: cloud-config
mountPath: /etc/kubernetes mountPath: /etc/kubernetes

View File

@ -77,6 +77,6 @@ download_chart "https://github.com/edgelesssys/constellation-azuredisk-csi-drive
download_chart "https://github.com/edgelesssys/constellation-gcp-compute-persistent-disk-csi-driver" "v1.3.0" "charts" "gcp-compute-persistent-disk-csi-driver" download_chart "https://github.com/edgelesssys/constellation-gcp-compute-persistent-disk-csi-driver" "v1.3.0" "charts" "gcp-compute-persistent-disk-csi-driver"
## OpenStack CSI Driver (cinder) ## OpenStack CSI Driver (cinder)
download_chart "https://github.com/edgelesssys/constellation-cloud-provider-openstack" "v1.0.1" "charts/cinder-csi-plugin" "openstack-cinder-csi" download_chart "https://github.com/edgelesssys/constellation-cloud-provider-openstack" "v1.0.2" "charts/cinder-csi-plugin" "openstack-cinder-csi"
echo # final newline echo # final newline