File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 4242
4343 - name : Clone MCG and update common
4444 run : |
45- git clone --depth 1 https://github.com/hybrid-cloud-patterns /multicloud-gitops mcg
45+ git clone --depth 1 https://github.com/validatedpatterns /multicloud-gitops mcg
4646 cp -r scripts/ mcg/common/scripts
4747 cp Makefile mcg/common
4848
Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ HELM_OPTS := -f values-global.yaml \
7777 $(EXTRA_HELM_OPTS )
7878
7979# Helm does the right thing and fetches all the tags and detects the newest one
80- PATTERN_INSTALL_CHART ?= oci://quay.io/hybridcloudpatterns /pattern-install
80+ PATTERN_INSTALL_CHART ?= oci://quay.io/validatedpatterns /pattern-install
8181
8282# #@ Pattern Common Tasks
8383
@@ -191,7 +191,7 @@ validate-cluster: ## Do some cluster validations before installing
191191validate-schema : # # validates values files against schema in common/clustergroup
192192 $(eval VAL_PARAMS := $(shell for i in ./values-* .yaml; do echo -n "$${i} "; done) )
193193 @echo -n " Validating clustergroup schema of: "
194- @set -e; for i in $( VAL_PARAMS) ; do echo -n " $$ i" ; helm template oci://quay.io/hybridcloudpatterns /clustergroup $( HELM_OPTS) -f " $$ {i}" > /dev/null; done
194+ @set -e; for i in $( VAL_PARAMS) ; do echo -n " $$ i" ; helm template oci://quay.io/validatedpatterns /clustergroup $( HELM_OPTS) -f " $$ {i}" > /dev/null; done
195195 @echo
196196
197197.PHONY : validate-prereq
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ if [ "${APPNAME}" != "clustergroup" ]; then
2626 chart=$( yq " .clusterGroup.applications.$APP .path" values-$SITE .yaml)
2727 else
2828 helmrepo=$( yq " .clusterGroup.applications.$APP .repoURL" values-$SITE .yaml)
29- helmrepo=" ${helmrepo: +oci:// quay.io/ hybridcloudpatterns } "
29+ helmrepo=" ${helmrepo: +oci:// quay.io/ validatedpatterns } "
3030 chartversion=$( yq " .clusterGroup.applications.$APP .chartVersion" values-$SITE .yaml)
3131 chartname=$( yq " .clusterGroup.applications.$APP .chart" values-$SITE .yaml)
3232 chart=" ${helmrepo} /${chartname} --version ${chartversion} "
@@ -35,7 +35,7 @@ if [ "${APPNAME}" != "clustergroup" ]; then
3535else
3636 APP=$APPNAME
3737 clusterGroupChartVersion=$( yq " .main.multiSourceConfig.clusterGroupChartVersion" values-global.yaml)
38- helmrepo=" oci://quay.io/hybridcloudpatterns "
38+ helmrepo=" oci://quay.io/validatedpatterns "
3939 chart=" ${helmrepo} /clustergroup --version ${clusterGroupChartVersion} "
4040 namespace=" openshift-operators"
4141fi
You can’t perform that action at this time.
0 commit comments