helm: update CSI charts (#3932)

Signed-off-by: Daniel Weiße <dw@edgeless.systems>
This commit is contained in:
Daniel Weiße 2025-08-29 08:10:33 +02:00 committed by GitHub
parent bb8d2c8a5c
commit 88e80cbb97
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 16 additions and 12 deletions

View file

@ -13,7 +13,7 @@ dependencies:
tags:
- AWS
- name: azuredisk-csi-driver
version: v1.4.0
version: v1.5.0
tags:
- Azure
- name: cinder-config
@ -21,7 +21,7 @@ dependencies:
tags:
- OpenStack
- name: gcp-compute-persistent-disk-csi-driver
version: 1.4.0
version: 1.5.0
tags:
- GCP
- name: openstack-cinder-csi

View file

@ -114,6 +114,8 @@ spec:
mountPath: /csi
- name: device-dir
mountPath: /dev
- name: tmp-dir
mountPath: /tmp
- name: cryptsetup
mountPath: /run/cryptsetup
{{- with .Values.node.volumeMounts }}
@ -237,6 +239,8 @@ spec:
hostPath:
path: /run/cryptsetup
type: Directory
- name: tmp-dir
emptyDir: {}
- name: probe-dir
{{- if .Values.node.probeDirVolume }}
{{- toYaml .Values.node.probeDirVolume | nindent 10 }}

View file

@ -5,7 +5,7 @@
image:
repository: ghcr.io/edgelesssys/constellation/aws-csi-driver
# Overrides the image tag whose default is v{{ .Chart.AppVersion }}
tag: "v1.2.0@sha256:9477e8ed37989c46963d57d24de5ddbc7ab965b1685d709d06c1ae536b23b5b1"
tag: "v1.3.0@sha256:39e24e39c595d2b51b04d9017afecfa134ae3c9e7466235f06f6a2358321f712"
pullPolicy: Always
# -- Custom labels to add into metadata

View file

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "v1.4.0"
appVersion: "v1.5.0"
description: Azure disk Container Storage Interface (CSI) Storage Plugin with on-node encryption support
name: azuredisk-csi-driver
version: v1.4.0
version: v1.5.0

View file

@ -2,7 +2,7 @@ image:
baseRepo: mcr.microsoft.com
azuredisk:
repository: ghcr.io/edgelesssys/constellation/azure-csi-driver
tag: v1.4.0@sha256:e41b09d2735cb7410e2bf7abe9ca2166aa5a949d6c6e2ac570773b5d041797f1
tag: v1.5.0@sha256:bdf39102827db408c8663636d687e1113999785fac8d830433ba3940ba5ef95b
pullPolicy: IfNotPresent
csiProvisioner:
repository: /oss/kubernetes-csi/csi-provisioner

View file

@ -1,5 +1,5 @@
apiVersion: v2
version: 1.4.0
appVersion: "v1.4.0"
version: 1.5.0
appVersion: "v1.5.0"
description: GCP Compute Persistent Disk Container Storage Interface (CSI) Storage Plugin with on-node encryption support
name: gcp-compute-persistent-disk-csi-driver

View file

@ -22,7 +22,7 @@ image:
gcepdDriver:
repo: ghcr.io/edgelesssys/constellation/gcp-csi-driver
# CSI driver version is independent of Constellation releases
tag: v1.4.0@sha256:53d608aa03dd07059bc04e1f8c64e2feb6fceff50fb0cbe276d31a8652a19bac
tag: v1.5.0@sha256:29309197ae012f5db9ac998796619752dffa06d6b3fb9137b6c5980bcc0e355d
pullPolicy: IfNotPresent
csiController:

View file

@ -68,13 +68,13 @@ download_chart() {
}
## AWS CSI Driver
download_chart "https://github.com/edgelesssys/constellation-aws-ebs-csi-driver" "v1.2.0" "charts/aws-ebs-csi-driver" "aws-csi-driver"
download_chart "https://github.com/edgelesssys/constellation-aws-ebs-csi-driver" "v1.3.0" "charts/aws-ebs-csi-driver" "aws-csi-driver"
## Azure CSI Driver
download_chart "https://github.com/edgelesssys/constellation-azuredisk-csi-driver" "v1.4.0" "charts/edgeless" "azuredisk-csi-driver"
download_chart "https://github.com/edgelesssys/constellation-azuredisk-csi-driver" "v1.5.0" "charts/edgeless" "azuredisk-csi-driver"
## GCP CSI Driver
download_chart "https://github.com/edgelesssys/constellation-gcp-compute-persistent-disk-csi-driver" "v1.4.0" "charts" "gcp-compute-persistent-disk-csi-driver"
download_chart "https://github.com/edgelesssys/constellation-gcp-compute-persistent-disk-csi-driver" "v1.5.0" "charts" "gcp-compute-persistent-disk-csi-driver"
## OpenStack CSI Driver (cinder)
download_chart "https://github.com/edgelesssys/constellation-cloud-provider-openstack" "v1.0.2" "charts/cinder-csi-plugin" "openstack-cinder-csi"