summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjannfis <jann@mistrust.net>2020-08-04 20:08:35 +0200
committerjannfis <jann@mistrust.net>2020-08-04 20:08:35 +0200
commit417b0ce22e40dfffd60833ef4b3835eeebc75504 (patch)
treeae6158a69d9c7a8fe3d5031ac6f5eb8960629707
parent62982eefa4654c341d553eb413b73aee49590fc9 (diff)
Fix Docker image namespace
-rw-r--r--Makefile4
-rwxr-xr-xhack/generate-manifests.sh2
-rw-r--r--manifests/base/kustomization.yaml2
-rw-r--r--manifests/install.yaml2
4 files changed, 5 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index 9c8b506..78431dd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
LDFLAGS=-extldflags "-static"
-IMAGE_NAMESPACE?=argoproj-labs
+IMAGE_NAMESPACE?=argoprojlabs
IMAGE_TAG?=latest
IMAGE_NAME=argocd-image-updater
ifdef IMAGE_NAMESPACE
@@ -48,7 +48,7 @@ image: clean-image mod-vendor
.PHONY: manifests
manifests:
- ./hack/generate-manifests.sh
+ IMAGE_NAMESPACE=${IMAGE_NAMESPACE} IMAGE_TAG=${IMAGE_TAG} ./hack/generate-manifests.sh
.PHONY: run-test
run-test:
diff --git a/hack/generate-manifests.sh b/hack/generate-manifests.sh
index 27286d5..9e14e45 100755
--- a/hack/generate-manifests.sh
+++ b/hack/generate-manifests.sh
@@ -7,7 +7,7 @@ SRCROOT="$( CDPATH='' cd -- "$(dirname "$0")/.." && pwd -P )"
KUSTOMIZE="kustomize"
TEMPFILE=$(mktemp /tmp/aic-manifests.XXXXXX)
-IMAGE_NAMESPACE="${IMAGE_NAMESPACE:-argoproj-labs}"
+IMAGE_NAMESPACE="${IMAGE_NAMESPACE:-argoprojlabs}"
IMAGE_TAG="${IMAGE_TAG:-}"
# if the tag has not been declared, and we are on a release branch, use the VERSION file.
diff --git a/manifests/base/kustomization.yaml b/manifests/base/kustomization.yaml
index efc49e1..2ff7abc 100644
--- a/manifests/base/kustomization.yaml
+++ b/manifests/base/kustomization.yaml
@@ -4,7 +4,7 @@ kind: Kustomization
images:
- name: argoproj-labs/argocd-image-updater
- newName: argoproj-labs/argocd-image-updater
+ newName: argoprojlabs/argocd-image-updater
newTag: latest
resources:
diff --git a/manifests/install.yaml b/manifests/install.yaml
index 5de6e41..67e3c07 100644
--- a/manifests/install.yaml
+++ b/manifests/install.yaml
@@ -60,7 +60,7 @@ spec:
key: argocd.token
name: argocd-image-updater-secret
optional: true
- image: argoproj-labs/argocd-image-updater:latest
+ image: argoprojlabs/argocd-image-updater:latest
imagePullPolicy: Always
livenessProbe:
httpGet: