Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/hub/cli-tools/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/region/pipelines/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions scripts/make_common_subtree.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if [ "$1" = "-h" ]; then
echo "$0 <subtree_repo> <subtree_branch> <subtree_remote_name>"
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"
Expand Down Expand Up @@ -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
Expand Down