Skip to content

Commit

Permalink
Update OCI's cloud controller manager image version (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
joekr committed May 3, 2022
1 parent e1a2a8c commit ac37f79
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions templates/cluster-template-oci-addons.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ data:
path: /etc/kubernetes
containers:
- name: oci-cloud-controller-manager
image: ghcr.io/oracle/cloud-provider-oci:v0.13.0
image: ghcr.io/oracle/cloud-provider-oci:v1.19.12
command: ["/usr/local/bin/oci-cloud-controller-manager"]
args:
- --cloud-config=/etc/oci/cloud-provider.yaml
Expand Down Expand Up @@ -489,7 +489,7 @@ data:
- --endpoint=unix://var/run/shared-tmpfs/csi.sock
command:
- /usr/local/bin/oci-csi-controller-driver
image: ghcr.io/oracle/cloud-provider-oci:v0.13.0
image: ghcr.io/oracle/cloud-provider-oci:v1.19.12
imagePullPolicy: IfNotPresent
volumeMounts:
- name: config
Expand Down Expand Up @@ -633,7 +633,7 @@ data:
fieldPath: spec.nodeName
- name: PATH
value: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/host/usr/bin:/host/sbin
image: ghcr.io/oracle/cloud-provider-oci:v0.13.0
image: ghcr.io/oracle/cloud-provider-oci:v1.19.12
securityContext:
privileged: true
volumeMounts:
Expand Down
6 changes: 3 additions & 3 deletions test/e2e/data/ccm/ccm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ spec:
path: /etc/kubernetes
containers:
- name: oci-cloud-controller-manager
image: ghcr.io/oracle/cloud-provider-oci:v0.13.0
image: ghcr.io/oracle/cloud-provider-oci:v1.19.12
command: ["/usr/local/bin/oci-cloud-controller-manager"]
args:
- --cloud-config=/etc/oci/cloud-provider.yaml
Expand Down Expand Up @@ -310,7 +310,7 @@ spec:
- --endpoint=unix://var/run/shared-tmpfs/csi.sock
command:
- /usr/local/bin/oci-csi-controller-driver
image: ghcr.io/oracle/cloud-provider-oci:v0.13.0
image: ghcr.io/oracle/cloud-provider-oci:v1.19.12
imagePullPolicy: IfNotPresent
volumeMounts:
- name: config
Expand Down Expand Up @@ -454,7 +454,7 @@ spec:
fieldPath: spec.nodeName
- name: PATH
value: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/host/usr/bin:/host/sbin
image: ghcr.io/oracle/cloud-provider-oci:v0.13.0
image: ghcr.io/oracle/cloud-provider-oci:v1.19.12
securityContext:
privileged: true
volumeMounts:
Expand Down

0 comments on commit ac37f79

Please sign in to comment.