Skip to content

Commit

Permalink
Merge pull request #517 from verult/stable-bump
Browse files Browse the repository at this point in the history
Bump stable overlay image versions to match latest staging RC overlay
  • Loading branch information
k8s-ci-robot committed May 29, 2020
2 parents 3324f67 + 9045ecf commit 85088c4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 30 deletions.
4 changes: 4 additions & 0 deletions deploy/kubernetes/base/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ spec:
- "--v=5"
- "--csi-address=/csi/csi.sock"
- "--feature-gates=Topology=true"
- "--metrics-address=:22011"
# - "--run-controller-service=false" # disable the controller service of the CSI driver
# - "--run-node-service=false" # disable the node service of the CSI driver
volumeMounts:
Expand All @@ -37,6 +38,7 @@ spec:
args:
- "--v=5"
- "--csi-address=/csi/csi.sock"
- "--metrics-address=:22012"
volumeMounts:
- name: socket-dir
mountPath: /csi
Expand All @@ -45,6 +47,7 @@ spec:
args:
- "--v=5"
- "--csi-address=/csi/csi.sock"
- "--metrics-address=:22013"
volumeMounts:
- name: socket-dir
mountPath: /csi
Expand All @@ -53,6 +56,7 @@ spec:
args:
- "--v=5"
- "--csi-address=/csi/csi.sock"
- "--metrics-address=:22014"
volumeMounts:
- name: socket-dir
mountPath: /csi
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,3 @@ images:
- name: gke.gcr.io/csi-snapshotter
newName: gcr.io/gke-release-staging/csi-snapshotter
newTag: "v2.1.1-gke.0"
patchesJson6902:
- target:
group: apps
version: v1
kind: StatefulSet
name: csi-gce-pd-controller
path: enable_sidecar_metrics.yaml
8 changes: 4 additions & 4 deletions deploy/kubernetes/overlays/stable/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ images:
newTag: "v0.7.0-gke.0"
- name: gke.gcr.io/csi-provisioner
newName: gke.gcr.io/csi-provisioner
newTag: "v1.5.0-gke.0"
newTag: "v1.6.0-gke.0"
- name: gke.gcr.io/csi-attacher
newName: gke.gcr.io/csi-attacher
newTag: "v2.1.1-gke.0"
newTag: "v2.2.0-gke.0"
- name: gke.gcr.io/csi-node-driver-registrar
newName: gke.gcr.io/csi-node-driver-registrar
newTag: "v1.2.0-gke.0"
newTag: "v1.3.0-gke.0"
- name: gke.gcr.io/csi-resizer
newName: gke.gcr.io/csi-resizer
newTag: "v0.4.0-gke.0"
newTag: "v0.5.0-gke.0"
- name: gke.gcr.io/csi-snapshotter
newName: gke.gcr.io/csi-snapshotter
newTag: "v2.1.1-gke.0"

0 comments on commit 85088c4

Please sign in to comment.