Skip to content

Commit 91da6fd

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

15 files changed

+92
-91
lines changed

hack/update-manifests.sh

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,16 @@ 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}"
2016
IMAGE_REGISTRY="${IMAGE_REGISTRY:-quay.io}"
2117
IMAGE_NAMESPACE="${IMAGE_NAMESPACE:-argoproj}"
2218
IMAGE_REPOSITORY="${IMAGE_REPOSITORY:-argocd}"
2319
IMAGE_TAG="${IMAGE_TAG:-}"
2420

21+
echo "ipdate manifests: IMAGE_REGISTRY=${IMAGE_REGISTRY}"
22+
echo "ipdate manifests: IMAGE_NAMESPACE=${IMAGE_NAMESPACE}"
23+
echo "ipdate manifests: IMAGE_REPOSITORY=${IMAGE_REPOSITORY}"
24+
echo "ipdate manifests: IMAGE_TAG=${IMAGE_TAG}"
25+
2526
# Construct full image name
2627
FULL_IMAGE_NAME="${IMAGE_REGISTRY}/${IMAGE_NAMESPACE}/${IMAGE_REPOSITORY}"
2728

manifests/base/commit-server/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ resources:
1111
# If/when commit-server is added to the base, this can be removed.
1212
images:
1313
- name: quay.io/argoproj/argocd
14-
newName: quay.io/argoproj/argocd
15-
newTag: latest
14+
newName: quay.io/reginavoloshin/argocd
15+
newTag: 4.4.6-f

manifests/base/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ kind: Kustomization
44

55
images:
66
- name: quay.io/argoproj/argocd
7-
newName: quay.io/argoproj/argocd
8-
newTag: latest
7+
newName: quay.io/reginavoloshin/argocd
8+
newTag: 4.4.6-f
99
resources:
1010
- ./application-controller
1111
- ./dex

manifests/core-install-with-hydrator.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifests/core-install.yaml

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifests/core-install/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ resources:
1111
- ../base/redis
1212
images:
1313
- name: quay.io/argoproj/argocd
14-
newName: quay.io/argoproj/argocd
15-
newTag: latest
14+
newName: quay.io/reginavoloshin/argocd
15+
newTag: 4.4.6-f

manifests/ha/base/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ patches:
1111

1212
images:
1313
- name: quay.io/argoproj/argocd
14-
newName: quay.io/argoproj/argocd
15-
newTag: latest
14+
newName: quay.io/reginavoloshin/argocd
15+
newTag: 4.4.6-f
1616
resources:
1717
- ../../base/application-controller
1818
- ../../base/applicationset-controller

manifests/ha/install-with-hydrator.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifests/ha/install.yaml

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

manifests/ha/namespace-install-with-hydrator.yaml

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)