File tree 5 files changed +30
-7
lines changed
5 files changed +30
-7
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ lifecycle of Google Compute Engine Persistent Disks.
12
12
## Project Status
13
13
14
14
Status: GA
15
- Latest stable image: ` k8s.gcr.io/cloud-provider-gcp/gcp-compute-persistent-disk-csi-driver:v1.8.2 `
15
+ Latest stable image: ` k8s.gcr.io/cloud-provider-gcp/gcp-compute-persistent-disk-csi-driver:v1.9.0 `
16
16
17
17
### Test Status
18
18
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ metadata:
4
4
name : imagetag-csi-provisioner
5
5
imageTag :
6
6
name : k8s.gcr.io/sig-storage/csi-provisioner
7
- newTag : " v3.1 .0"
7
+ newTag : " v3.4 .0"
8
8
9
9
---
10
10
apiVersion : builtin
@@ -13,7 +13,7 @@ metadata:
13
13
name : imagetag-csi-attacher
14
14
imageTag :
15
15
name : k8s.gcr.io/sig-storage/csi-attacher
16
- newTag : " v3.4 .0"
16
+ newTag : " v4.2 .0"
17
17
---
18
18
19
19
apiVersion : builtin
@@ -22,7 +22,7 @@ metadata:
22
22
name : imagetag-csi-resizer
23
23
imageTag :
24
24
name : k8s.gcr.io/sig-storage/csi-resizer
25
- newTag : " v1.4 .0"
25
+ newTag : " v1.7 .0"
26
26
---
27
27
28
28
apiVersion : builtin
@@ -31,7 +31,7 @@ metadata:
31
31
name : imagetag-csi-snapshotter
32
32
imageTag :
33
33
name : k8s.gcr.io/sig-storage/csi-snapshotter
34
- newTag : " v4.0.1 "
34
+ newTag : " v6.1.0 "
35
35
---
36
36
37
37
apiVersion : builtin
@@ -40,7 +40,7 @@ metadata:
40
40
name : imagetag-csi-node-registrar
41
41
imageTag :
42
42
name : k8s.gcr.io/sig-storage/csi-node-driver-registrar
43
- newTag : " v2.5 .0"
43
+ newTag : " v2.7 .0"
44
44
---
45
45
46
46
apiVersion : builtin
@@ -52,5 +52,5 @@ imageTag:
52
52
# Don't change stable image without changing pdImagePlaceholder in
53
53
# test/k8s-integration/main.go
54
54
newName : k8s.gcr.io/cloud-provider-gcp/gcp-compute-persistent-disk-csi-driver
55
- newTag : " v1.8.2 "
55
+ newTag : " v1.9.0 "
56
56
---
Original file line number Diff line number Diff line change
1
+ # Set default-fstype for attacher sidecar.
2
+ - op : add
3
+ path : /spec/template/spec/containers/1/args/-
4
+ value : " --default-fstype=ext4"
5
+
Original file line number Diff line number Diff line change @@ -4,5 +4,18 @@ namespace:
4
4
gce-pd-csi-driver
5
5
resources :
6
6
- ../../base/
7
+ patchesJson6902 :
8
+ - path : max-grpc-log-length.yaml
9
+ target :
10
+ group : apps
11
+ kind : Deployment
12
+ name : csi-gce-pd-controller
13
+ version : v1
14
+ - path : default-fstype.yaml
15
+ target :
16
+ group : apps
17
+ kind : Deployment
18
+ name : csi-gce-pd-controller
19
+ version : v1
7
20
transformers :
8
21
- ../../images/stable-master
Original file line number Diff line number Diff line change
1
+ # Set max-grpc-log-length for attacher sidecar.
2
+ - op : add
3
+ path : /spec/template/spec/containers/1/args/-
4
+ value : " --max-grpc-log-length=10000"
5
+
You can’t perform that action at this time.
0 commit comments