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

Commit bd530fe

Browse files
committed
Fixing the controller version
1 parent 879c97f commit bd530fe

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: quay.io/containerobjectstorage/objectstorage-controller:canary
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)