File tree Expand file tree Collapse file tree 5 files changed +30
-7
lines changed
Expand file tree Collapse file tree 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.
1212## Project Status
1313
1414Status: 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 `
1616
1717### Test Status
1818
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ metadata:
44 name : imagetag-csi-provisioner
55imageTag :
66 name : k8s.gcr.io/sig-storage/csi-provisioner
7- newTag : " v3.1 .0"
7+ newTag : " v3.4 .0"
88
99---
1010apiVersion : builtin
@@ -13,7 +13,7 @@ metadata:
1313 name : imagetag-csi-attacher
1414imageTag :
1515 name : k8s.gcr.io/sig-storage/csi-attacher
16- newTag : " v3.4 .0"
16+ newTag : " v4.2 .0"
1717---
1818
1919apiVersion : builtin
@@ -22,7 +22,7 @@ metadata:
2222 name : imagetag-csi-resizer
2323imageTag :
2424 name : k8s.gcr.io/sig-storage/csi-resizer
25- newTag : " v1.4 .0"
25+ newTag : " v1.7 .0"
2626---
2727
2828apiVersion : builtin
@@ -31,7 +31,7 @@ metadata:
3131 name : imagetag-csi-snapshotter
3232imageTag :
3333 name : k8s.gcr.io/sig-storage/csi-snapshotter
34- newTag : " v4.0.1 "
34+ newTag : " v6.1.0 "
3535---
3636
3737apiVersion : builtin
@@ -40,7 +40,7 @@ metadata:
4040 name : imagetag-csi-node-registrar
4141imageTag :
4242 name : k8s.gcr.io/sig-storage/csi-node-driver-registrar
43- newTag : " v2.5 .0"
43+ newTag : " v2.7 .0"
4444---
4545
4646apiVersion : builtin
@@ -52,5 +52,5 @@ imageTag:
5252 # Don't change stable image without changing pdImagePlaceholder in
5353 # test/k8s-integration/main.go
5454 newName : k8s.gcr.io/cloud-provider-gcp/gcp-compute-persistent-disk-csi-driver
55- newTag : " v1.8.2 "
55+ newTag : " v1.9.0 "
5656---
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:
44 gce-pd-csi-driver
55resources :
66- ../../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
720transformers :
821- ../../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