Skip to content

Commit 9874132

Browse files
YashwantGohokarAkarshES
authored andcommitted
Changing image tag in manifests
1 parent 5bc5e96 commit 9874132

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

manifests/cloud-controller-manager/oci-cloud-controller-manager.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ spec:
4242
path: /etc/kubernetes
4343
containers:
4444
- name: oci-cloud-controller-manager
45-
image: ghcr.io/dhananjay-ng/cloud-provider-oci:v1.33.1-test9
45+
image: ghcr.io/oracle/cloud-provider-oci:v1.33.1
4646
command: ["/usr/local/bin/oci-cloud-controller-manager"]
4747
args:
4848
- --cloud-config=/etc/oci/cloud-provider.yaml

manifests/container-storage-interface/csi/templates/oci-csi-controller-driver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ spec:
114114
- --lustre-csi-endpoint=unix://var/run/shared-tmpfs/csi-lustre.sock
115115
command:
116116
- /usr/local/bin/oci-csi-controller-driver
117-
image: ghcr.io/dhananjay-ng/cloud-provider-oci:v1.33.1-test9
117+
image: ghcr.io/oracle/cloud-provider-oci:v1.33.1
118118
imagePullPolicy: IfNotPresent
119119
env:
120120
- name: BLOCK_VOLUME_DRIVER_NAME

manifests/container-storage-interface/csi/templates/oci-csi-node-driver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ spec:
135135
value: "{{ if .Values.customHandle }}{{ .Values.customHandle }}.{{ end }}fss.csi.oraclecloud.com"
136136
- name: LUSTRE_VOLUME_DRIVER_NAME
137137
value: "{{ if .Values.customHandle }}{{ .Values.customHandle }}.{{ end }}lustre.csi.oraclecloud.com"
138-
image: ghcr.io/dhananjay-ng/cloud-provider-oci:v1.33.1-test9
138+
image: ghcr.io/oracle/cloud-provider-oci:v1.33.1
139139
securityContext:
140140
privileged: true
141141
volumeMounts:

manifests/container-storage-interface/oci-csi-controller-driver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ spec:
117117
env:
118118
- name: LUSTRE_CSI_CONTROLLER_DRIVER_ENABLED
119119
value: "true"
120-
image: ghcr.io/dhananjay-ng/cloud-provider-oci:v1.33.1-test9
120+
image: ghcr.io/oracle/cloud-provider-oci:v1.33.1
121121
imagePullPolicy: IfNotPresent
122122
volumeMounts:
123123
- name: config

manifests/container-storage-interface/oci-csi-node-driver.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ spec:
129129
value: /usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/host/usr/bin:/host/sbin
130130
- name: LUSTRE_DRIVER_ENABLED
131131
value: "true"
132-
image: ghcr.io/dhananjay-ng/cloud-provider-oci:v1.33.1-test9
132+
image: ghcr.io/oracle/cloud-provider-oci:v1.33.1
133133
securityContext:
134134
privileged: true
135135
volumeMounts:

manifests/flexvolume-driver/oci-flexvolume-driver.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ spec:
4040
secretName: oci-flexvolume-driver
4141
containers:
4242
- name: oci-flexvolume-driver
43-
image: ghcr.io/dhananjay-ng/cloud-provider-oci:v1.33.1-test9
43+
image: ghcr.io/oracle/cloud-provider-oci:v1.33.1
4444
command: ["/usr/local/bin/install.py", "-c", "/tmp/config.yaml"]
4545
securityContext:
4646
privileged: true
@@ -76,7 +76,7 @@ spec:
7676
type: DirectoryOrCreate
7777
containers:
7878
- name: oci-flexvolume-driver
79-
image: ghcr.io/dhananjay-ng/cloud-provider-oci:v1.33.1-test9
79+
image: ghcr.io/oracle/cloud-provider-oci:v1.33.1
8080
command: ["/usr/local/bin/install.py"]
8181
securityContext:
8282
privileged: true

manifests/volume-provisioner/oci-volume-provisioner-fss.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
secretName: oci-volume-provisioner
3636
containers:
3737
- name: oci-volume-provisioner
38-
image: ghcr.io/dhananjay-ng/cloud-provider-oci:v1.33.1-test9
38+
image: ghcr.io/oracle/cloud-provider-oci:v1.33.1
3939
command: ["/usr/local/bin/oci-volume-provisioner"]
4040
env:
4141
- name: NODE_NAME

manifests/volume-provisioner/oci-volume-provisioner.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
3535
secretName: oci-volume-provisioner
3636
containers:
3737
- name: oci-volume-provisioner
38-
image: ghcr.io/dhananjay-ng/cloud-provider-oci:v1.33.1-test9
38+
image: ghcr.io/oracle/cloud-provider-oci:v1.33.1
3939
command: ["/usr/local/bin/oci-volume-provisioner"]
4040
env:
4141
- name: NODE_NAME

0 commit comments

Comments
 (0)