From 0315ed4e53ff3d51fc05c021327f877696f9b0c6 Mon Sep 17 00:00:00 2001 From: day0hero Date: Thu, 27 Nov 2025 21:10:51 +0000 Subject: [PATCH 1/2] domain update --- charts/all/letsencrypt/README.md | 2 +- charts/all/letsencrypt/values.yaml | 4 ++-- values-simple.yaml | 2 +- values-spoke.yaml | 2 +- values-trusted-hub.yaml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/all/letsencrypt/README.md b/charts/all/letsencrypt/README.md index b5449700..9a5130b3 100644 --- a/charts/all/letsencrypt/README.md +++ b/charts/all/letsencrypt/README.md @@ -59,7 +59,7 @@ clusterGroup: | letsencrypt.duration | string | `"168h0m0s"` | Duration of the requested letsencrypt certificates (Defaults to 168h0m0s) | | 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 | | 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) | -| letsencrypt.organizations | list | `["hybrid-cloud-patterns.io"]` | List of organization names to be put in a certificate (Defaults to [hybrid-cloud-patterns.io]) | +| letsencrypt.organizations | list | `["validatedpatterns.io"]` | List of organization names to be put in a certificate (Defaults to [validatedpatterns.io]) | | letsencrypt.region | string | `"eu-central-1"` | String that defines the region used by the route53/dns01 resolver in cert-manager (required) | | letsencrypt.renewBefore | string | `"28h0m0s"` | How long before expiration date should the certs be renewed (Defaults to 28h0m0s) | | 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) | diff --git a/charts/all/letsencrypt/values.yaml b/charts/all/letsencrypt/values.yaml index c7d97ae3..ac509631 100644 --- a/charts/all/letsencrypt/values.yaml +++ b/charts/all/letsencrypt/values.yaml @@ -34,9 +34,9 @@ letsencrypt: #server: https://acme-staging-v02.api.letsencrypt.org/directory server: https://acme-v02.api.letsencrypt.org/directory - # -- List of organization names to be put in a certificate (Defaults to [hybrid-cloud-patterns.io]) + # -- List of organization names to be put in a certificate (Defaults to [validatedpatterns.io]) organizations: - - hybrid-cloud-patterns.io + - validatedpatterns.io # -- List of certificate uses. See API cert-manager.io/v1.KeyUsage (Defaults to [server auth]) usages: - server auth diff --git a/values-simple.yaml b/values-simple.yaml index a1f42781..91171f2c 100644 --- a/values-simple.yaml +++ b/values-simple.yaml @@ -119,7 +119,7 @@ clusterGroup: # Total timeout of all jobs is 1h: imperative.activeDeadlineSeconds # imagePullPolicy is set to always: imperative.imagePullPolicy # For additional overrides that apply to the jobs, please refer to - # https://hybrid-cloud-patterns.io/imperative-actions/#additional-job-customizations + # https://validatedpatterns.io/imperative-actions/#additional-job-customizations jobs: - name: install-deps playbook: ansible/install-deps.yaml diff --git a/values-spoke.yaml b/values-spoke.yaml index 39501fe4..5234b3f3 100644 --- a/values-spoke.yaml +++ b/values-spoke.yaml @@ -68,7 +68,7 @@ clusterGroup: # Total timeout of all jobs is 1h: imperative.activeDeadlineSeconds # imagePullPolicy is set to always: imperative.imagePullPolicy # For additional overrides that apply to the jobs, please refer to - # https://hybrid-cloud-patterns.io/imperative-actions/#additional-job-customizations + # https://validatedpatterns.io/imperative-actions/#additional-job-customizations jobs: - name: install-deps playbook: ansible/install-deps.yaml diff --git a/values-trusted-hub.yaml b/values-trusted-hub.yaml index df40bd07..41715134 100644 --- a/values-trusted-hub.yaml +++ b/values-trusted-hub.yaml @@ -81,7 +81,7 @@ clusterGroup: # Total timeout of all jobs is 1h: imperative.activeDeadlineSeconds # imagePullPolicy is set to always: imperative.imagePullPolicy # For additional overrides that apply to the jobs, please refer to - # https://hybrid-cloud-patterns.io/imperative-actions/#additional-job-customizations + # https://validatedpatterns.io/imperative-actions/#additional-job-customizations jobs: - name: install-deps playbook: ansible/install-deps.yaml From f4c6190f838e11542d589f6ca867d4d05841f7f2 Mon Sep 17 00:00:00 2001 From: day0hero Date: Thu, 27 Nov 2025 22:19:44 +0000 Subject: [PATCH 2/2] domain update --- overrides/values-AWS.yaml | 2 +- overrides/values-Azure.yaml | 2 +- values-secret.yaml.template | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/overrides/values-AWS.yaml b/overrides/values-AWS.yaml index f6455101..f04f1a41 100644 --- a/overrides/values-AWS.yaml +++ b/overrides/values-AWS.yaml @@ -2,7 +2,7 @@ # to enable letsencrypt certificates on API endpoint and default # ingress of the cluster # It is currently very experimental and unsupported. -# PLEASE read https://github.com/hybrid-cloud-patterns/common/tree/main/letsencrypt#readme +# PLEASE read https://github.com/validatedpatterns/common/tree/main/letsencrypt#readme # for all the limitations around it diff --git a/overrides/values-Azure.yaml b/overrides/values-Azure.yaml index 32607c30..0f3d4d40 100644 --- a/overrides/values-Azure.yaml +++ b/overrides/values-Azure.yaml @@ -2,7 +2,7 @@ # to enable letsencrypt certificates on API endpoint and default # ingress of the cluster # It is currently very experimental and unsupported. -# PLEASE read https://github.com/hybrid-cloud-patterns/common/tree/main/letsencrypt#readme +# PLEASE read https://github.com/validatedpatterns/common/tree/main/letsencrypt#readme # for all the limitations around it diff --git a/values-secret.yaml.template b/values-secret.yaml.template index dab43629..fe410d42 100644 --- a/values-secret.yaml.template +++ b/values-secret.yaml.template @@ -1,5 +1,5 @@ # A more formal description of this format can be found here: -# https://github.com/hybrid-cloud-patterns/common/tree/main/ansible/roles/vault_utils#values-secret-file-format +# https://github.com/validatedpatterns/common/tree/main/ansible/roles/vault_utils#values-secret-file-format version: "2.0" # Ideally you NEVER COMMIT THESE VALUES TO GIT (although if all passwords are