File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -2,10 +2,8 @@ resources:
22- ../default
33
44images :
5- - name : argoproj-labs/gitops-promoter
6- newName : quay.io/argoprojlabs/gitops-promoter
7- newTag : latest
85- name : quay.io/argoprojlabs/gitops-promoter
9- newTag : v0.0.0
6+ newName : quay.io/argoprojlabs/gitops-promoter
7+ newTag : v0.0.1-rc1
108apiVersion : kustomize.config.k8s.io/v1beta1
119kind : Kustomization
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ providers.
1616To install GitOps Promoter, you can use the following command:
1717
1818``` bash
19- kubectl apply -f https://github.com/argoproj-labs/gitops-promoter/releases/download/v0.0.1-rc1 /install.yaml
19+ kubectl apply -f https://github.com/argoproj-labs/gitops-promoter/releases/download/v0.0.1-rc2 /install.yaml
2020```
2121
2222## GitHub App Configuration
Original file line number Diff line number Diff line change @@ -20,6 +20,6 @@ IMAGE_NAMESPACE="${IMAGE_NAMESPACE:-quay.io/argoprojlabs/gitops-promoter}"
2020IMAGE_FQN=" $IMAGE_NAMESPACE :$IMAGE_TAG "
2121
2222$KUSTOMIZE version
23- cd " ${SRCROOT} /config/release" && $KUSTOMIZE edit set image " argoproj-labs /gitops-promoter=${IMAGE_FQN} "
23+ cd " ${SRCROOT} /config/release" && $KUSTOMIZE edit set image " quay.io/argoprojlabs /gitops-promoter=${IMAGE_FQN} "
2424echo " ${AUTOGENMSG} " > " ${SRCROOT} /install.yaml"
2525$KUSTOMIZE build " ${SRCROOT} /config/release" >> " ${SRCROOT} /install.yaml"
You can’t perform that action at this time.
0 commit comments