Skip to content

Commit

Permalink
chore(yaml): using docker hub image
Browse files Browse the repository at this point in the history
  • Loading branch information
prometherion committed May 31, 2022
1 parent 51ed429 commit 9a85631
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1411,7 +1411,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: quay.io/clastix/capsule:v0.1.2-rc0
image: clastix/capsule:v0.1.2-rc0
imagePullPolicy: IfNotPresent
name: manager
ports:
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- name: controller
newName: quay.io/clastix/capsule
newName: clastix/capsule
newTag: v0.1.2-rc0

0 comments on commit 9a85631

Please sign in to comment.