diff --git a/charts/hub/cli-tools/values.yaml b/charts/hub/cli-tools/values.yaml index 1a388d56..66c7386c 100644 --- a/charts/hub/cli-tools/values.yaml +++ b/charts/hub/cli-tools/values.yaml @@ -4,7 +4,7 @@ build: namespace: openshift source: git: - uri: https://github.com/hybrid-cloud-patterns/s2i-cli-tools + uri: https://github.com/validatedpatterns/s2i-cli-tools contextDir: containerfiles strategy: dockerStrategy: diff --git a/charts/region/pipelines/values.yaml b/charts/region/pipelines/values.yaml index 29c52162..6ea41353 100644 --- a/charts/region/pipelines/values.yaml +++ b/charts/region/pipelines/values.yaml @@ -26,7 +26,7 @@ global: app: gatling: image: quay.io/hybridcloudpatterns/gatling:latest - repo: https://github.com/hybrid-cloud-patterns/spring-petclinic-gatling + repo: https://github.com/validatedpatterns/spring-petclinic-gatling zapImage: quay.io/hybridcloudpatterns/zap2docker-stable crdaImage: quay.io/jchraibi/crda-image:0.1 petclinic: diff --git a/scripts/make_common_subtree.sh b/scripts/make_common_subtree.sh index 675753bd..28eb8322 100755 --- a/scripts/make_common_subtree.sh +++ b/scripts/make_common_subtree.sh @@ -7,7 +7,7 @@ if [ "$1" = "-h" ]; then echo "$0 " echo echo "Run without arguments, the script would run as if these arguments had been passed:" - echo "$0 https://github.com/hybrid-cloud-patterns/common.git main common-subtree" + echo "$0 https://github.com/validatedpatterns/common.git main common-subtree" echo echo "Please ensure the git subtree command is available. On RHEL/Fedora, the git subtree command" echo "is in a separate package called git-subtree" @@ -41,7 +41,7 @@ fi if [ "$1" ]; then subtree_repo=$1 else - subtree_repo=https://github.com/hybrid-cloud-patterns/common.git + subtree_repo=https://github.com/validatedpatterns/common.git fi if [ "$2" ]; then