Skip to content

Commit 0315ed4

Browse files
committed
domain update
1 parent cab900d commit 0315ed4

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
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 | `"[email protected]"` | 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

values-simple.yaml

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

values-spoke.yaml

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

values-trusted-hub.yaml

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

0 commit comments

Comments
 (0)