Skip to content

Commit

Permalink
Merge pull request #346 from k8s-infra-cherrypick-robot/cherry-pick-3…
Browse files Browse the repository at this point in the history
…45-to-release-0.1

[release-0.1] changed image path to k8s container registry
  • Loading branch information
k8s-ci-robot authored Feb 16, 2023
2 parents 1b27495 + cd51948 commit 0db6744
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 0db6744

Please sign in to comment.