Skip to content

Commit d625381

Browse files
day0herobutler54
andauthored
Update domain from hybrid-cloud-patterns to validatedpatterns (#63)
* domain update * domain update --------- Co-authored-by: Chris Butler <chris.butler@redhat.com>
1 parent 105e99d commit d625381

File tree

8 files changed

+9
-9
lines changed

8 files changed

+9
-9
lines changed

charts/all/letsencrypt/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ clusterGroup:
5959
| letsencrypt.duration | string | `"168h0m0s"` | Duration of the requested letsencrypt certificates (Defaults to 168h0m0s) |
6060
| letsencrypt.email | string | `"test@example.com"` | String containing the email used when requesting certificates to letsencrypt (required) These two lines need tweaking for every deployment. @example.com emails will be rejected by letsencrypt |
6161
| letsencrypt.nameservers | list | `["8.8.8.8:53","1.1.1.1:53"]` | List of DNS server (ip:port strings) to be used when doing DNS01 challenges (Defaults to [8.8.8.8:53, 1.1.1.1:53]) These two are needed because the DNS01 ACME solver needs outside DNS servers and won't really work with openshift's internal split-view DNS servers [see](https://cert-manager.io/docs/configuration/acme/dns01/#setting-nameservers-for-dns01-self-check) |
62-
| letsencrypt.organizations | list | `["hybrid-cloud-patterns.io"]` | List of organization names to be put in a certificate (Defaults to [hybrid-cloud-patterns.io]) |
62+
| letsencrypt.organizations | list | `["validatedpatterns.io"]` | List of organization names to be put in a certificate (Defaults to [validatedpatterns.io]) |
6363
| letsencrypt.region | string | `"eu-central-1"` | String that defines the region used by the route53/dns01 resolver in cert-manager (required) |
6464
| letsencrypt.renewBefore | string | `"28h0m0s"` | How long before expiration date should the certs be renewed (Defaults to 28h0m0s) |
6565
| letsencrypt.server | string | `"https://acme-staging-v02.api.letsencrypt.org/directory"` | String containing the letsencrypt ACME URL (Defaults to the staging server) By default we use the staging URL to avoid any ratelimiting while testing To switch to the production certificates signed by a recognized CA, please switch to the non-staging URL (see values.yaml) |

charts/all/letsencrypt/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@ letsencrypt:
3434
#server: https://acme-staging-v02.api.letsencrypt.org/directory
3535
server: https://acme-v02.api.letsencrypt.org/directory
3636

37-
# -- List of organization names to be put in a certificate (Defaults to [hybrid-cloud-patterns.io])
37+
# -- List of organization names to be put in a certificate (Defaults to [validatedpatterns.io])
3838
organizations:
39-
- hybrid-cloud-patterns.io
39+
- validatedpatterns.io
4040
# -- List of certificate uses. See API cert-manager.io/v1.KeyUsage (Defaults to [server auth])
4141
usages:
4242
- server auth

overrides/values-AWS.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# to enable letsencrypt certificates on API endpoint and default
33
# ingress of the cluster
44
# It is currently very experimental and unsupported.
5-
# PLEASE read https://github.com/hybrid-cloud-patterns/common/tree/main/letsencrypt#readme
5+
# PLEASE read https://github.com/validatedpatterns/common/tree/main/letsencrypt#readme
66
# for all the limitations around it
77

88

overrides/values-Azure.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# to enable letsencrypt certificates on API endpoint and default
33
# ingress of the cluster
44
# It is currently very experimental and unsupported.
5-
# PLEASE read https://github.com/hybrid-cloud-patterns/common/tree/main/letsencrypt#readme
5+
# PLEASE read https://github.com/validatedpatterns/common/tree/main/letsencrypt#readme
66
# for all the limitations around it
77

88

values-secret.yaml.template

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# A more formal description of this format can be found here:
2-
# https://github.com/hybrid-cloud-patterns/common/tree/main/ansible/roles/vault_utils#values-secret-file-format
2+
# https://github.com/validatedpatterns/common/tree/main/ansible/roles/vault_utils#values-secret-file-format
33

44
version: "2.0"
55
# Ideally you NEVER COMMIT THESE VALUES TO GIT (although if all passwords are

values-simple.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ clusterGroup:
125125
# Total timeout of all jobs is 1h: imperative.activeDeadlineSeconds
126126
# imagePullPolicy is set to always: imperative.imagePullPolicy
127127
# For additional overrides that apply to the jobs, please refer to
128-
# https://hybrid-cloud-patterns.io/imperative-actions/#additional-job-customizations
128+
# https://validatedpatterns.io/imperative-actions/#additional-job-customizations
129129
jobs:
130130
- name: install-deps
131131
playbook: ansible/install-deps.yaml

values-spoke.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ clusterGroup:
6969
# Total timeout of all jobs is 1h: imperative.activeDeadlineSeconds
7070
# imagePullPolicy is set to always: imperative.imagePullPolicy
7171
# For additional overrides that apply to the jobs, please refer to
72-
# https://hybrid-cloud-patterns.io/imperative-actions/#additional-job-customizations
72+
# https://validatedpatterns.io/imperative-actions/#additional-job-customizations
7373
jobs:
7474
- name: install-deps
7575
playbook: ansible/install-deps.yaml

values-trusted-hub.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ clusterGroup:
8585
# Total timeout of all jobs is 1h: imperative.activeDeadlineSeconds
8686
# imagePullPolicy is set to always: imperative.imagePullPolicy
8787
# For additional overrides that apply to the jobs, please refer to
88-
# https://hybrid-cloud-patterns.io/imperative-actions/#additional-job-customizations
88+
# https://validatedpatterns.io/imperative-actions/#additional-job-customizations
8989
jobs:
9090
- name: install-deps
9191
playbook: ansible/install-deps.yaml

0 commit comments

Comments
 (0)