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

Commit 884752d

Browse files
authored
Merge pull request #72 from mukhoakash/fix_controller_image
Fix the controller image version in deployment.yaml
2 parents 300019f + 9c8dfba commit 884752d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: 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)