summaryrefslogtreecommitdiff
path: root/manifests/base
diff options
context:
space:
mode:
authorjannfis <jann@mistrust.net>2022-01-07 21:21:48 +0100
committerGitHub <noreply@github.com>2022-01-07 21:21:48 +0100
commit4cf4f01c18a3d18f192c5d7f2a732bb37b4526e1 (patch)
tree0bea6de5f6cd26d53877d0e23853e48050ae3a65 /manifests/base
parenta374b73039ef6e23564941bdfdbcafd2ea4fa227 (diff)
chore: Move container images to quay.io (#336)
* chore: Move container images to quay.io Signed-off-by: jannfis <jann@mistrust.net> * chore: Move container images to quay.io Signed-off-by: jannfis <jann@mistrust.net>
Diffstat (limited to 'manifests/base')
-rw-r--r--manifests/base/deployment/argocd-image-updater-deployment.yaml2
-rw-r--r--manifests/base/kustomization.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/manifests/base/deployment/argocd-image-updater-deployment.yaml b/manifests/base/deployment/argocd-image-updater-deployment.yaml
index 2be5b3b..be960dd 100644
--- a/manifests/base/deployment/argocd-image-updater-deployment.yaml
+++ b/manifests/base/deployment/argocd-image-updater-deployment.yaml
@@ -19,7 +19,7 @@ spec:
- command:
- /usr/local/bin/argocd-image-updater
- run
- image: argoprojlabs/argocd-image-updater:latest
+ image: quay.io/argoprojlabs/argocd-image-updater:latest
imagePullPolicy: Always
env:
- name: APPLICATIONS_API
diff --git a/manifests/base/kustomization.yaml b/manifests/base/kustomization.yaml
index 42a3854..406ff0c 100644
--- a/manifests/base/kustomization.yaml
+++ b/manifests/base/kustomization.yaml
@@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
-- name: argoprojlabs/argocd-image-updater
+- name: quay.io/argoprojlabs/argocd-image-updater
newTag: latest
bases: