Skip to content
This repository was archived by the owner on Dec 6, 2024. It is now read-only.

Commit a64cb2c

Browse files
authored
Merge pull request #84 from BlaineEXE/fix-accidental-manifest-edit
revert accidental image modification in deployment
2 parents 7dd7f80 + d49401a commit a64cb2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: container-object-storage-interface-controller/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)