Skip to content

Commit e383adc

Browse files
committed
init-release run manifests-local with env vars
Signed-off-by: reggie-k <regina.voloshin@codefresh.io>
1 parent e923926 commit e383adc

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -307,9 +307,6 @@ endif
307307

308308
.PHONY: manifests-local
309309
manifests-local:
310-
# echo "IMAGE_REGISTRY=${IMAGE_REGISTRY}"
311-
# echo "IMAGE_NAMESPACE=${IMAGE_NAMESPACE}"
312-
# echo "IMAGE_REPOSITORY=${IMAGE_REPOSITORY}"
313310
env | grep IMAGE_
314311
./hack/update-manifests.sh
315312

hack/update-manifests.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ KUSTOMIZE=kustomize
1313
cd "${SRCROOT}/manifests/ha/base/redis-ha" && ./generate.sh
1414

1515
# Image repository configuration - can be overridden in forks
16+
echo "ipdate manifests: IMAGE_REGISTRY=${IMAGE_REGISTRY}"
17+
echo "ipdate manifests: IMAGE_NAMESPACE=${IMAGE_NAMESPACE}"
18+
echo "ipdate manifests: IMAGE_REPOSITORY=${IMAGE_REPOSITORY}"
19+
echo "ipdate manifests: IMAGE_TAG=${IMAGE_TAG}"
1620
IMAGE_REGISTRY="${IMAGE_REGISTRY:-quay.io}"
1721
IMAGE_NAMESPACE="${IMAGE_NAMESPACE:-argoproj}"
1822
IMAGE_REPOSITORY="${IMAGE_REPOSITORY:-argocd}"

0 commit comments

Comments
 (0)