Skip to content

Commit 67faffe

Browse files
committed
domain update
1 parent a37948f commit 67faffe

16 files changed

+20
-20
lines changed

common/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ test: ## run helm tests
221221
helmlint: ## run helm lint
222222
@for t in $(CHARTS); do common/scripts/lint.sh $$t $(TEST_OPTS); if [ $$? != 0 ]; then exit 1; fi; done
223223

224-
API_URL ?= https://raw.githubusercontent.com/hybrid-cloud-patterns/ocp-schemas/main/openshift/4.10/
224+
API_URL ?= https://raw.githubusercontent.com/validatedpatterns/ocp-schemas/main/openshift/4.10/
225225
KUBECONFORM_SKIP ?= -skip 'CustomResourceDefinition,ClusterIssuer,CertManager,Certificate,ArgoCD'
226226

227227
# We need to skip 'CustomResourceDefinition' as openapi2jsonschema seems to be unable to generate them ATM

common/ansible/roles/find_vp_secrets/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
found_file: "{{ lookup('ansible.builtin.first_found', findme) }}"
3030
vars:
3131
findme:
32-
- "~/.config/hybrid-cloud-patterns/values-secret-{{ pattern_name }}.yaml"
32+
- "~/.config/validatedpatterns/values-secret-{{ pattern_name }}.yaml"
3333
- "~/.config/validated-patterns/values-secret-{{ pattern_name }}.yaml"
3434
- "~/values-secret-{{ pattern_name }}.yaml"
3535
- "~/values-secret.yaml"

common/ansible/roles/iib_ci/meta/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
galaxy_info:
2-
author: Validated Patterns Team https://github.com/hybrid-cloud-patterns/
2+
author: Validated Patterns Team https://github.com/validatedpatterns/
33
description: Internal module to work with IIBs (Image Index Bundles)
44

5-
issue_tracker_url: https://github.com/hybrid-cloud-patterns/common/issues
5+
issue_tracker_url: https://github.com/validatedpatterns/common/issues
66
license: Apache-2.0
77
min_ansible_version: "2.1"
88

common/ansible/roles/vault_utils/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ supports generating secrets directly into the vault and also prompting the user
5959
for a secret.
6060

6161
By default, the first file that will looked up is
62-
`~/.config/hybrid-cloud-patterns/values-secret-<patternname>.yaml`, then
62+
`~/.config/validatedpatterns/values-secret-<patternname>.yaml`, then
6363
`~/.config/validated-patterns/values-secret-<patternname>.yaml`,
6464
`~/values-secret-<patternname>.yaml` and should that not exist it will look for
6565
`~/values-secret.yaml`.

common/ansible/roles/vault_utils/meta/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
galaxy_info:
2-
author: Validated Patterns Team https://github.com/hybrid-cloud-patterns/
2+
author: Validated Patterns Team https://github.com/validatedpatterns/
33
description: Utilities to manage vault in kubernetes (init, unseal, etc)
44

5-
issue_tracker_url: https://github.com/hybrid-cloud-patterns/common/issues
5+
issue_tracker_url: https://github.com/validatedpatterns/common/issues
66
license: Apache-2.0
77
min_ansible_version: "2.1"
88

common/ansible/roles/vault_utils/tasks/push_secrets.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
found_file: "{{ lookup('ansible.builtin.first_found', findme) }}"
6666
vars:
6767
findme:
68-
- "~/.config/hybrid-cloud-patterns/values-secret-{{ pattern_name }}.yaml"
68+
- "~/.config/validatedpatterns/values-secret-{{ pattern_name }}.yaml"
6969
- "~/.config/validated-patterns/values-secret-{{ pattern_name }}.yaml"
7070
- "~/values-secret-{{ pattern_name }}.yaml"
7171
- "~/values-secret.yaml"

common/clustergroup/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@
220220
},
221221
"account": {
222222
"type": "string",
223-
"description": "The account for the Git provider. Accounts allow you to organize and control access to that code. There are three types of accounts on GitHub. Personal accounts Organization accounts Enterprise accounts e.g. hybrid-cloud-patterns or claudiol"
223+
"description": "The account for the Git provider. Accounts allow you to organize and control access to that code. There are three types of accounts on GitHub. Personal accounts Organization accounts Enterprise accounts e.g. validatedpatterns or claudiol"
224224
},
225225
"email": {
226226
"type": "string",

common/examples/values-example.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ clusterGroup:
130130
managedClusterGroups:
131131
- name: acm-edge
132132
# Optional - Point to a different repo
133-
# repoURL: https://github.com/hybrid-cloud-patterns/mySite.git
133+
# repoURL: https://github.com/validatedpatterns/mySite.git
134134
# Must contain values-{clustergroupname}.yaml at the top level
135135
targetRevision: main
136136
helmOverrides:

common/reference-output.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ metadata:
4949
namespace: manuela-ci
5050
annotations:
5151
# Tekton magic, see https://tekton.dev/vault/pipelines-v0.15.2/auth/
52-
tekton.dev/git-0: https://github.com/hybrid-cloud-patterns
52+
tekton.dev/git-0: https://github.com/validatedpatterns
5353
type: kubernetes.io/basic-auth
5454
stringData:
5555
username: STRING

common/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)