Skip to content

Commit

Permalink
Update edgeless chart
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel Weiße <[email protected]>
  • Loading branch information
daniel-weisse committed Jun 18, 2024
1 parent 5c0ba30 commit 95178a1
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions charts/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
version: 1.1.0
appVersion: "v1.1.2"
version: 1.2.0
appVersion: "v1.2.0"
description: GCP Compute Persistent Disk Container Storage Interface (CSI) Storage Plugin with on-node encryption support
name: gcp-compute-persistent-disk-csi-driver
6 changes: 3 additions & 3 deletions charts/templates/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
- "--feature-gates=Topology=true"
- "--http-endpoint=:22011"
- "--leader-election-namespace=$(PDCSI_NAMESPACE)"
- "--timeout=450s"
- "--timeout=250s"
- "--extra-create-metadata"
# - "--run-controller-service=false" # disable the controller service of the CSI driver
# - "--run-node-service=false" # disable the node service of the CSI driver
Expand Down Expand Up @@ -81,7 +81,7 @@ spec:
- "--http-endpoint=:22012"
- "--leader-election"
- "--leader-election-namespace=$(PDCSI_NAMESPACE)"
- "--timeout=450s"
- "--timeout=250s"
env:
- name: PDCSI_NAMESPACE
valueFrom:
Expand Down Expand Up @@ -141,7 +141,7 @@ spec:
- "--metrics-address=:22014"
- "--leader-election"
- "--leader-election-namespace=$(PDCSI_NAMESPACE)"
- "--timeout=450s"
- "--timeout=300s"
env:
- name: PDCSI_NAMESPACE
valueFrom:
Expand Down
2 changes: 1 addition & 1 deletion charts/templates/storageclass_default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ metadata:
storageclass.kubernetes.io/is-default-class: "true"
name: encrypted-rwo
parameters:
type: pd-standard
type: pd-balanced
provisioner: gcp.csi.confidential.cloud
allowVolumeExpansion: true
reclaimPolicy: Delete
Expand Down
12 changes: 6 additions & 6 deletions charts/values.yaml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
image:
csiProvisioner:
repo: registry.k8s.io/sig-storage/csi-provisioner
tag: "v3.1.1@sha256:76f5b1c63bfbbe3d17819e675ca22ff7a7a74ccdbb509c0117c2133a63c5e950"
tag: v3.4.0@sha256:e468dddcd275163a042ab297b2d8c2aca50d5e148d2d22f3b6ba119e2f31fa79
pullPolicy: IfNotPresent
csiAttacher:
repo: registry.k8s.io/sig-storage/csi-attacher
tag: "v3.5.0@sha256:dd245051317e957423bc3e2aecddf56c745bd6714920f0dc108e505f5afb3472"
tag: v4.2.0@sha256:34cf9b32736c6624fc9787fb149ea6e0fbeb45415707ac2f6440ac960f1116e6
pullPolicy: IfNotPresent
csiResizer:
repo: registry.k8s.io/sig-storage/csi-resizer
tag: "v1.5.0@sha256:8f7520bd957e7151fda9886eb5090739439811aeec5ddffb50ad7c8191548d97"
tag: v1.7.0@sha256:3a7bdf5d105783d05d0962fa06ca53032b01694556e633f27366201c2881e01d
pullPolicy: IfNotPresent
csiSnapshotter:
repo: registry.k8s.io/sig-storage/csi-snapshotter
tag: "v6.0.1@sha256:ad16874e2140256a809cada2b4ac3d931d5b73b0bee23ed0f8d60bdd778cfec2"
tag: v6.1.0@sha256:291334908ddf71a4661fd7f6d9d97274de8a5378a2b6fdfeb2ce73414a34f82f
pullPolicy: IfNotPresent
csiNodeRegistrar:
repo: registry.k8s.io/sig-storage/csi-node-driver-registrar
tag: "v2.5.1@sha256:0103eee7c35e3e0b5cd8cdca9850dc71c793cdeb6669d8be7a89440da2d06ae4"
tag: v2.7.0@sha256:4a4cae5118c4404e35d66059346b7fa0835d7e6319ff45ed73f4bba335cf5183
pullPolicy: IfNotPresent
gcepdDriver:
repo: ghcr.io/edgelesssys/constellation/gcp-csi-driver
# CSI driver version is independent of Constellation releases
tag: "v1.1.0"
tag: v1.2.0@sha256:84810096ab2244c77eeeab4c03445df69949e23f7f40d84bc434f122997a5692
pullPolicy: IfNotPresent

csiController:
Expand Down

0 comments on commit 95178a1

Please sign in to comment.