Skip to content

Commit

Permalink
chore: Move container images to quay.io (#336)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
jannfis committed Jan 7, 2022
1 parent a374b73 commit 4cf4f01
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
IMAGE_NAMESPACE?=argoprojlabs
IMAGE_NAMESPACE?=quay.io/argoprojlabs
IMAGE_NAME=argocd-image-updater
IMAGE_TAG?=latest
ifdef IMAGE_NAMESPACE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion manifests/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion manifests/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ spec:
key: kube.events
name: argocd-image-updater-config
optional: true
image: argoprojlabs/argocd-image-updater:latest
image: quay.io/argoprojlabs/argocd-image-updater:latest
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit 4cf4f01

Please sign in to comment.