File tree Expand file tree Collapse file tree 14 files changed +41
-73
lines changed
charts/secrets-store-csi-driver
charts/secrets-store-csi-driver Expand file tree Collapse file tree 14 files changed +41
-73
lines changed Original file line number Diff line number Diff line change @@ -29,8 +29,8 @@ E2E_PROVIDER_IMAGE_NAME ?= e2e-provider
29
29
30
30
# Release version is the current supported release for the driver
31
31
# Update this version when the helm chart is being updated for release
32
- RELEASE_VERSION := v1.4.1
33
- IMAGE_VERSION ?= v1.4.1
32
+ RELEASE_VERSION := v1.4.2
33
+ IMAGE_VERSION ?= v1.4.2
34
34
35
35
# Use a custom version for E2E tests if we are testing in CI
36
36
ifdef CI
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : secrets-store-csi-driver
3
- version : 1.4.1
4
- appVersion : 1.4.1
3
+ version : 1.4.2
4
+ appVersion : 1.4.2
5
5
kubeVersion : " >=1.16.0-0"
6
6
description : A Helm chart to install the SecretsStore CSI Driver inside a Kubernetes cluster.
7
7
icon : https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png
Load Diff Large diffs are not rendered by default.
Original file line number Diff line number Diff line change 47
47
- --v={{ .Values.windows.registrar.logVerbosity }}
48
48
- " --csi-address=unix://C:\\ csi\\ csi.sock"
49
49
- --kubelet-registration-path={{ .Values.windows.kubeletRootDir }}\plugins\csi-secrets-store\csi.sock
50
- livenessProbe :
51
- exec :
52
- command :
53
- - /csi-node-driver-registrar.exe
54
- - --kubelet-registration-path={{ .Values.windows.kubeletRootDir }}\plugins\csi-secrets-store\csi.sock
55
- - --mode=kubelet-registration-probe
56
- initialDelaySeconds : 30
57
- timeoutSeconds : 15
58
50
imagePullPolicy : {{ .Values.windows.registrarImage.pullPolicy }}
59
51
volumeMounts :
60
52
- name : plugin-dir
Original file line number Diff line number Diff line change 47
47
- --v={{ .Values.linux.registrar.logVerbosity }}
48
48
- --csi-address=/csi/csi.sock
49
49
- --kubelet-registration-path={{ .Values.linux.kubeletRootDir }}/plugins/csi-secrets-store/csi.sock
50
- livenessProbe :
51
- exec :
52
- command :
53
- - /csi-node-driver-registrar
54
- - --kubelet-registration-path={{ .Values.linux.kubeletRootDir }}/plugins/csi-secrets-store/csi.sock
55
- - --mode=kubelet-registration-probe
56
- initialDelaySeconds : 30
57
- timeoutSeconds : 15
58
50
imagePullPolicy : {{ .Values.linux.registrarImage.pullPolicy }}
59
51
volumeMounts :
60
52
- name : plugin-dir
Original file line number Diff line number Diff line change 2
2
enabled : true
3
3
image :
4
4
repository : registry.k8s.io/csi-secrets-store/driver
5
- tag : v1.4.1
5
+ tag : v1.4.2
6
6
# digest: sha256:
7
7
pullPolicy : IfNotPresent
8
8
9
9
crds :
10
10
enabled : true
11
11
image :
12
12
repository : registry.k8s.io/csi-secrets-store/driver-crds
13
- tag : v1.4.1
13
+ tag : v1.4.2
14
14
pullPolicy : IfNotPresent
15
15
# # Optionally override resource limits for crd hooks(jobs)
16
16
resources : {}
45
45
46
46
registrarImage :
47
47
repository : registry.k8s.io/sig-storage/csi-node-driver-registrar
48
- tag : v2.8 .0
48
+ tag : v2.10 .0
49
49
# digest: sha256:
50
50
pullPolicy : IfNotPresent
51
51
61
61
62
62
livenessProbeImage :
63
63
repository : registry.k8s.io/sig-storage/livenessprobe
64
- tag : v2.10 .0
64
+ tag : v2.12 .0
65
65
# digest: sha256:
66
66
pullPolicy : IfNotPresent
67
67
@@ -110,7 +110,7 @@ windows:
110
110
enabled : false
111
111
image :
112
112
repository : registry.k8s.io/csi-secrets-store/driver
113
- tag : v1.4.1
113
+ tag : v1.4.2
114
114
# digest: sha256:
115
115
pullPolicy : IfNotPresent
116
116
@@ -136,7 +136,7 @@ windows:
136
136
137
137
registrarImage :
138
138
repository : registry.k8s.io/sig-storage/csi-node-driver-registrar
139
- tag : v2.8 .0
139
+ tag : v2.10 .0
140
140
# digest: sha256:
141
141
pullPolicy : IfNotPresent
142
142
@@ -152,7 +152,7 @@ windows:
152
152
153
153
livenessProbeImage :
154
154
repository : registry.k8s.io/sig-storage/livenessprobe
155
- tag : v2.10 .0
155
+ tag : v2.12 .0
156
156
# digest: sha256:
157
157
pullPolicy : IfNotPresent
158
158
Original file line number Diff line number Diff line change @@ -17,19 +17,11 @@ spec:
17
17
serviceAccountName : secrets-store-csi-driver
18
18
containers :
19
19
- name : node-driver-registrar
20
- image : registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.8 .0
20
+ image : registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10 .0
21
21
args :
22
22
- --v=5
23
23
- " --csi-address=unix://C:\\ csi\\ csi.sock"
24
24
- " --kubelet-registration-path=C:\\ var\\ lib\\ kubelet\\ plugins\\ csi-secrets-store\\ csi.sock"
25
- livenessProbe :
26
- exec :
27
- command :
28
- - /csi-node-driver-registrar.exe
29
- - --kubelet-registration-path=C:\var\lib\kubelet\plugins\csi-secrets-store\csi.sock
30
- - --mode=kubelet-registration-probe
31
- initialDelaySeconds : 30
32
- timeoutSeconds : 15
33
25
imagePullPolicy : IfNotPresent
34
26
volumeMounts :
35
27
- name : plugin-dir
44
36
cpu : 100m
45
37
memory : 100Mi
46
38
- name : secrets-store
47
- image : registry.k8s.io/csi-secrets-store/driver:v1.4.1
39
+ image : registry.k8s.io/csi-secrets-store/driver:v1.4.2
48
40
args :
49
41
- " --endpoint=$(CSI_ENDPOINT)"
50
42
- " --nodeid=$(KUBE_NODE_NAME)"
93
85
- name : providers-dir
94
86
mountPath : C:\k\secrets-store-csi-providers
95
87
- name : liveness-probe
96
- image : registry.k8s.io/sig-storage/livenessprobe:v2.10 .0
88
+ image : registry.k8s.io/sig-storage/livenessprobe:v2.12 .0
97
89
imagePullPolicy : IfNotPresent
98
90
args :
99
91
- " --csi-address=unix://C:\\ csi\\ csi.sock"
Original file line number Diff line number Diff line change @@ -17,19 +17,11 @@ spec:
17
17
serviceAccountName : secrets-store-csi-driver
18
18
containers :
19
19
- name : node-driver-registrar
20
- image : registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.8 .0
20
+ image : registry.k8s.io/sig-storage/csi-node-driver-registrar:v2.10 .0
21
21
args :
22
22
- --v=5
23
23
- --csi-address=/csi/csi.sock
24
24
- --kubelet-registration-path=/var/lib/kubelet/plugins/csi-secrets-store/csi.sock
25
- livenessProbe :
26
- exec :
27
- command :
28
- - /csi-node-driver-registrar
29
- - --kubelet-registration-path=/var/lib/kubelet/plugins/csi-secrets-store/csi.sock
30
- - --mode=kubelet-registration-probe
31
- initialDelaySeconds : 30
32
- timeoutSeconds : 15
33
25
imagePullPolicy : IfNotPresent
34
26
volumeMounts :
35
27
- name : plugin-dir
44
36
cpu : 10m
45
37
memory : 20Mi
46
38
- name : secrets-store
47
- image : registry.k8s.io/csi-secrets-store/driver:v1.4.1
39
+ image : registry.k8s.io/csi-secrets-store/driver:v1.4.2
48
40
args :
49
41
- " --endpoint=$(CSI_ENDPOINT)"
50
42
- " --nodeid=$(KUBE_NODE_NAME)"
99
91
cpu : 50m
100
92
memory : 100Mi
101
93
- name : liveness-probe
102
- image : registry.k8s.io/sig-storage/livenessprobe:v2.10 .0
94
+ image : registry.k8s.io/sig-storage/livenessprobe:v2.12 .0
103
95
imagePullPolicy : IfNotPresent
104
96
args :
105
97
- --csi-address=/csi/csi.sock
Original file line number Diff line number Diff line change 15
15
REGISTRY? =docker.io/deislabs
16
16
IMAGE_NAME =driver
17
17
CRD_IMAGE_NAME =driver-crds
18
- IMAGE_VERSION? =v1.4.1
18
+ IMAGE_VERSION? =v1.4.2
19
19
BUILD_TIMESTAMP := $(shell date +% Y-% m-% d-% H:% M)
20
20
BUILD_COMMIT := $(shell git rev-parse --short HEAD)
21
21
IMAGE_TAG =$(REGISTRY ) /$(IMAGE_NAME ) :$(IMAGE_VERSION )
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : secrets-store-csi-driver
3
- version : 1.4.1
4
- appVersion : 1.4.1
3
+ version : 1.4.2
4
+ appVersion : 1.4.2
5
5
kubeVersion : " >=1.16.0-0"
6
6
description : A Helm chart to install the SecretsStore CSI Driver inside a Kubernetes cluster.
7
7
icon : https://github.com/kubernetes/kubernetes/blob/master/logo/logo.png
You can’t perform that action at this time.
0 commit comments