File tree Expand file tree Collapse file tree 8 files changed +16
-12
lines changed
internal/constellation/helm
gcp-compute-persistent-disk-csi-driver Expand file tree Collapse file tree 8 files changed +16
-12
lines changed Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ dependencies:
13
13
tags :
14
14
- AWS
15
15
- name : azuredisk-csi-driver
16
- version : v1.4 .0
16
+ version : v1.5 .0
17
17
tags :
18
18
- Azure
19
19
- name : cinder-config
20
20
version : 1.0.0
21
21
tags :
22
22
- OpenStack
23
23
- name : gcp-compute-persistent-disk-csi-driver
24
- version : 1.4 .0
24
+ version : 1.5 .0
25
25
tags :
26
26
- GCP
27
27
- name : openstack-cinder-csi
Original file line number Diff line number Diff line change @@ -114,6 +114,8 @@ spec:
114
114
mountPath: /csi
115
115
- name: device-dir
116
116
mountPath: /dev
117
+ - name: tmp-dir
118
+ mountPath: /tmp
117
119
- name: cryptsetup
118
120
mountPath: /run/cryptsetup
119
121
{ {- with .Values.node.volumeMounts } }
@@ -237,6 +239,8 @@ spec:
237
239
hostPath:
238
240
path: /run/cryptsetup
239
241
type: Directory
242
+ - name: tmp-dir
243
+ emptyDir: { }
240
244
- name: probe-dir
241
245
{ {- if .Values.node.probeDirVolume } }
242
246
{ {- toYaml .Values.node.probeDirVolume | nindent 10 } }
Original file line number Diff line number Diff line change 5
5
image :
6
6
repository : ghcr.io/edgelesssys/constellation/aws-csi-driver
7
7
# Overrides the image tag whose default is v{{ .Chart.AppVersion }}
8
- tag : " v1.2 .0@sha256:9477e8ed37989c46963d57d24de5ddbc7ab965b1685d709d06c1ae536b23b5b1 "
8
+ tag : " v1.3 .0@sha256:39e24e39c595d2b51b04d9017afecfa134ae3c9e7466235f06f6a2358321f712 "
9
9
pullPolicy : Always
10
10
11
11
# -- Custom labels to add into metadata
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
- appVersion : " v1.4 .0"
2
+ appVersion : " v1.5 .0"
3
3
description : Azure disk Container Storage Interface (CSI) Storage Plugin with on-node encryption support
4
4
name : azuredisk-csi-driver
5
- version : v1.4 .0
5
+ version : v1.5 .0
Original file line number Diff line number Diff line change 2
2
baseRepo : mcr.microsoft.com
3
3
azuredisk :
4
4
repository : ghcr.io/edgelesssys/constellation/azure-csi-driver
5
- tag : v1.4 .0@sha256:e41b09d2735cb7410e2bf7abe9ca2166aa5a949d6c6e2ac570773b5d041797f1
5
+ tag : v1.5 .0@sha256:bdf39102827db408c8663636d687e1113999785fac8d830433ba3940ba5ef95b
6
6
pullPolicy : IfNotPresent
7
7
csiProvisioner :
8
8
repository : /oss/kubernetes-csi/csi-provisioner
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
- version : 1.4 .0
3
- appVersion : " v1.4 .0"
2
+ version : 1.5 .0
3
+ appVersion : " v1.5 .0"
4
4
description : GCP Compute Persistent Disk Container Storage Interface (CSI) Storage Plugin with on-node encryption support
5
5
name : gcp-compute-persistent-disk-csi-driver
Original file line number Diff line number Diff line change 22
22
gcepdDriver :
23
23
repo : ghcr.io/edgelesssys/constellation/gcp-csi-driver
24
24
# CSI driver version is independent of Constellation releases
25
- tag : v1.4 .0@sha256:53d608aa03dd07059bc04e1f8c64e2feb6fceff50fb0cbe276d31a8652a19bac
25
+ tag : v1.5 .0@sha256:29309197ae012f5db9ac998796619752dffa06d6b3fb9137b6c5980bcc0e355d
26
26
pullPolicy : IfNotPresent
27
27
28
28
csiController :
Original file line number Diff line number Diff line change @@ -68,13 +68,13 @@ download_chart() {
68
68
}
69
69
70
70
# # 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"
72
72
73
73
# # 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"
75
75
76
76
# # 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"
78
78
79
79
# # OpenStack CSI Driver (cinder)
80
80
download_chart " https://github.com/edgelesssys/constellation-cloud-provider-openstack" " v1.0.2" " charts/cinder-csi-plugin" " openstack-cinder-csi"
You can’t perform that action at this time.
0 commit comments