Skip to content

Commit fc2824c

Browse files
committed
revert accidental image modification in deployment
Revert an accidental modification of the deployment image resource. Signed-off-by: Blaine Gardner <[email protected]>
1 parent aef2d3b commit fc2824c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ spec:
3131
serviceAccountName: objectstorage-controller-sa
3232
containers:
3333
- name: objectstorage-controller
34-
image: host.minikube.internal:5001/cosi-controller:local-build
34+
image: gcr.io/k8s-staging-sig-storage/objectstorage-controller:v20221027-v0.1.1-8-g300019f
3535
imagePullPolicy: Always
3636
args:
3737
- "--v=5"

0 commit comments

Comments
 (0)