Skip to content

Commit

Permalink
Merge pull request #345 from Madhan-SWE/update-readme-0.3.0
Browse files Browse the repository at this point in the history
changed image path to k8s container registry
  • Loading branch information
k8s-ci-robot authored Feb 16, 2023
2 parents 0ca07aa + 149528c commit 36e5941
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions deploy/kubernetes/base/controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
- operator: Exists
containers:
- name: powervs-plugin
image: gcr.io/k8s-staging-cloud-provider-ibm/ibm-powervs-block-csi-driver:main
image: k8s.gcr.io/cloud-provider-ibm/ibm-powervs-block-csi-driver:main
imagePullPolicy: Always
args:
# - {all,controller,node} # specify the driver mode
Expand Down Expand Up @@ -63,7 +63,7 @@ spec:
periodSeconds: 10
failureThreshold: 5
- name: node-update-controller
image: gcr.io/k8s-staging-cloud-provider-ibm/ibm-powervs-block-csi-driver:main
image: k8s.gcr.io/cloud-provider-ibm/ibm-powervs-block-csi-driver:main
command: ["/node-update-controller"]
ports:
- name: metrics
Expand Down
2 changes: 1 addition & 1 deletion deploy/kubernetes/base/node.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
- name: powervs-plugin
securityContext:
privileged: true
image: gcr.io/k8s-staging-cloud-provider-ibm/ibm-powervs-block-csi-driver:main
image: k8s.gcr.io/cloud-provider-ibm/ibm-powervs-block-csi-driver:main
imagePullPolicy: Always
args:
- node
Expand Down

0 comments on commit 36e5941

Please sign in to comment.