Skip to content

Commit 88e80cb

Browse files
helm: update CSI charts (edgelesssys#3932)
Signed-off-by: Daniel Weiße <[email protected]>
1 parent bb8d2c8 commit 88e80cb

File tree

8 files changed

+16
-12
lines changed

8 files changed

+16
-12
lines changed

internal/constellation/helm/charts/edgeless/csi/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ dependencies:
1313
tags:
1414
- AWS
1515
- name: azuredisk-csi-driver
16-
version: v1.4.0
16+
version: v1.5.0
1717
tags:
1818
- Azure
1919
- name: cinder-config
2020
version: 1.0.0
2121
tags:
2222
- OpenStack
2323
- name: gcp-compute-persistent-disk-csi-driver
24-
version: 1.4.0
24+
version: 1.5.0
2525
tags:
2626
- GCP
2727
- name: openstack-cinder-csi

internal/constellation/helm/charts/edgeless/csi/charts/aws-csi-driver/templates/_node.tpl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,8 @@ spec:
114114
mountPath: /csi
115115
- name: device-dir
116116
mountPath: /dev
117+
- name: tmp-dir
118+
mountPath: /tmp
117119
- name: cryptsetup
118120
mountPath: /run/cryptsetup
119121
{{- with .Values.node.volumeMounts }}
@@ -237,6 +239,8 @@ spec:
237239
hostPath:
238240
path: /run/cryptsetup
239241
type: Directory
242+
- name: tmp-dir
243+
emptyDir: {}
240244
- name: probe-dir
241245
{{- if .Values.node.probeDirVolume }}
242246
{{- toYaml .Values.node.probeDirVolume | nindent 10 }}

internal/constellation/helm/charts/edgeless/csi/charts/aws-csi-driver/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
image:
66
repository: ghcr.io/edgelesssys/constellation/aws-csi-driver
77
# Overrides the image tag whose default is v{{ .Chart.AppVersion }}
8-
tag: "v1.2.0@sha256:9477e8ed37989c46963d57d24de5ddbc7ab965b1685d709d06c1ae536b23b5b1"
8+
tag: "v1.3.0@sha256:39e24e39c595d2b51b04d9017afecfa134ae3c9e7466235f06f6a2358321f712"
99
pullPolicy: Always
1010

1111
# -- Custom labels to add into metadata
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
appVersion: "v1.4.0"
2+
appVersion: "v1.5.0"
33
description: Azure disk Container Storage Interface (CSI) Storage Plugin with on-node encryption support
44
name: azuredisk-csi-driver
5-
version: v1.4.0
5+
version: v1.5.0

internal/constellation/helm/charts/edgeless/csi/charts/azuredisk-csi-driver/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ image:
22
baseRepo: mcr.microsoft.com
33
azuredisk:
44
repository: ghcr.io/edgelesssys/constellation/azure-csi-driver
5-
tag: v1.4.0@sha256:e41b09d2735cb7410e2bf7abe9ca2166aa5a949d6c6e2ac570773b5d041797f1
5+
tag: v1.5.0@sha256:bdf39102827db408c8663636d687e1113999785fac8d830433ba3940ba5ef95b
66
pullPolicy: IfNotPresent
77
csiProvisioner:
88
repository: /oss/kubernetes-csi/csi-provisioner
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
version: 1.4.0
3-
appVersion: "v1.4.0"
2+
version: 1.5.0
3+
appVersion: "v1.5.0"
44
description: GCP Compute Persistent Disk Container Storage Interface (CSI) Storage Plugin with on-node encryption support
55
name: gcp-compute-persistent-disk-csi-driver

internal/constellation/helm/charts/edgeless/csi/charts/gcp-compute-persistent-disk-csi-driver/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ image:
2222
gcepdDriver:
2323
repo: ghcr.io/edgelesssys/constellation/gcp-csi-driver
2424
# CSI driver version is independent of Constellation releases
25-
tag: v1.4.0@sha256:53d608aa03dd07059bc04e1f8c64e2feb6fceff50fb0cbe276d31a8652a19bac
25+
tag: v1.5.0@sha256:29309197ae012f5db9ac998796619752dffa06d6b3fb9137b6c5980bcc0e355d
2626
pullPolicy: IfNotPresent
2727

2828
csiController:

internal/constellation/helm/update-csi-charts.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ download_chart() {
6868
}
6969

7070
## AWS CSI Driver
71-
download_chart "https://github.com/edgelesssys/constellation-aws-ebs-csi-driver" "v1.2.0" "charts/aws-ebs-csi-driver" "aws-csi-driver"
71+
download_chart "https://github.com/edgelesssys/constellation-aws-ebs-csi-driver" "v1.3.0" "charts/aws-ebs-csi-driver" "aws-csi-driver"
7272

7373
## Azure CSI Driver
74-
download_chart "https://github.com/edgelesssys/constellation-azuredisk-csi-driver" "v1.4.0" "charts/edgeless" "azuredisk-csi-driver"
74+
download_chart "https://github.com/edgelesssys/constellation-azuredisk-csi-driver" "v1.5.0" "charts/edgeless" "azuredisk-csi-driver"
7575

7676
## GCP CSI Driver
77-
download_chart "https://github.com/edgelesssys/constellation-gcp-compute-persistent-disk-csi-driver" "v1.4.0" "charts" "gcp-compute-persistent-disk-csi-driver"
77+
download_chart "https://github.com/edgelesssys/constellation-gcp-compute-persistent-disk-csi-driver" "v1.5.0" "charts" "gcp-compute-persistent-disk-csi-driver"
7878

7979
## OpenStack CSI Driver (cinder)
8080
download_chart "https://github.com/edgelesssys/constellation-cloud-provider-openstack" "v1.0.2" "charts/cinder-csi-plugin" "openstack-cinder-csi"

0 commit comments

Comments
 (0)