Skip to content

Commit 4cf4f01

Browse files
authored
chore: Move container images to quay.io (#336)
* chore: Move container images to quay.io Signed-off-by: jannfis <[email protected]> * chore: Move container images to quay.io Signed-off-by: jannfis <[email protected]>
1 parent a374b73 commit 4cf4f01

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
IMAGE_NAMESPACE?=argoprojlabs
1+
IMAGE_NAMESPACE?=quay.io/argoprojlabs
22
IMAGE_NAME=argocd-image-updater
33
IMAGE_TAG?=latest
44
ifdef IMAGE_NAMESPACE

manifests/base/deployment/argocd-image-updater-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
- command:
2020
- /usr/local/bin/argocd-image-updater
2121
- run
22-
image: argoprojlabs/argocd-image-updater:latest
22+
image: quay.io/argoprojlabs/argocd-image-updater:latest
2323
imagePullPolicy: Always
2424
env:
2525
- name: APPLICATIONS_API

manifests/base/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33

44
images:
5-
- name: argoprojlabs/argocd-image-updater
5+
- name: quay.io/argoprojlabs/argocd-image-updater
66
newTag: latest
77

88
bases:

manifests/install.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ spec:
155155
key: kube.events
156156
name: argocd-image-updater-config
157157
optional: true
158-
image: argoprojlabs/argocd-image-updater:latest
158+
image: quay.io/argoprojlabs/argocd-image-updater:latest
159159
imagePullPolicy: Always
160160
livenessProbe:
161161
httpGet:

0 commit comments

Comments
 (0)