chore(yaml): using docker hub image

This commit is contained in:
Dario Tranchitella
2022-05-31 12:38:38 +00:00
parent 51ed42981f
commit 9a85631bb8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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:
+1 -1
View File
@@ -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