Skip to content

Commit 1a01272

Browse files
committed
domain update
1 parent d80fa5c commit 1a01272

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

charts/hub/cli-tools/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build:
44
namespace: openshift
55
source:
66
git:
7-
uri: https://github.com/hybrid-cloud-patterns/s2i-cli-tools
7+
uri: https://github.com/validatedpatterns/s2i-cli-tools
88
contextDir: containerfiles
99
strategy:
1010
dockerStrategy:

charts/region/pipelines/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ global:
2626
app:
2727
gatling:
2828
image: quay.io/hybridcloudpatterns/gatling:latest
29-
repo: https://github.com/hybrid-cloud-patterns/spring-petclinic-gatling
29+
repo: https://github.com/validatedpatterns/spring-petclinic-gatling
3030
zapImage: quay.io/hybridcloudpatterns/zap2docker-stable
3131
crdaImage: quay.io/jchraibi/crda-image:0.1
3232
petclinic:

scripts/make_common_subtree.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if [ "$1" = "-h" ]; then
77
echo "$0 <subtree_repo> <subtree_branch> <subtree_remote_name>"
88
echo
99
echo "Run without arguments, the script would run as if these arguments had been passed:"
10-
echo "$0 https://github.com/hybrid-cloud-patterns/common.git main common-subtree"
10+
echo "$0 https://github.com/validatedpatterns/common.git main common-subtree"
1111
echo
1212
echo "Please ensure the git subtree command is available. On RHEL/Fedora, the git subtree command"
1313
echo "is in a separate package called git-subtree"
@@ -41,7 +41,7 @@ fi
4141
if [ "$1" ]; then
4242
subtree_repo=$1
4343
else
44-
subtree_repo=https://github.com/hybrid-cloud-patterns/common.git
44+
subtree_repo=https://github.com/validatedpatterns/common.git
4545
fi
4646

4747
if [ "$2" ]; then

0 commit comments

Comments
 (0)