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 README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Start Here

If you've followed a link to this repository, but are not really sure what it contains
or how to use it, head over to [Hybrid Cloud Patterns](http://hybrid-cloud-patterns.io/)
or how to use it, head over to [Hybrid Cloud Patterns](http://validatedpatterns.io/)
for additional context and installation instructions
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"of the License at http://www.apache.org/licenses/LICENSE-2.0"
],
"title": "Hybrid Cloud Patterns - values-secret.yaml files schema V1",
"description": "This schema defines the values-secret.yaml file as used by [Validated Patterns](https://hybrid-cloud-patterns.io)",
"description": "This schema defines the values-secret.yaml file as used by [Validated Patterns](https://validatedpatterns.io)",
"type": "object",
"examples": [],
"definitions": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"of the License at http://www.apache.org/licenses/LICENSE-2.0"
],
"title": "Hybrid Cloud Patterns - values-secret.yaml files schema V2",
"description": "This schema defines the values-secret.yaml file as used by [Validated Patterns](https://hybrid-cloud-patterns.io)",
"description": "This schema defines the values-secret.yaml file as used by [Validated Patterns](https://validatedpatterns.io)",
"type": "object",
"examples": [
{
Expand Down
2 changes: 1 addition & 1 deletion common/examples/medical-diagnosis-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,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: regional-ca
# ansible playbook to be run
Expand Down
2 changes: 1 addition & 1 deletion common/examples/values-example.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,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: regional-ca
# ansible playbook to be run
Expand Down
2 changes: 1 addition & 1 deletion common/letsencrypt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ chart in order to request CA signed certificates in a Validated Pattern
| `letsencrypt.region` | String that defines the region used by the route53/dns01 resolver in cert-manager (required) | `eu-central-1` |
| `letsencrypt.email` | String containing the email used when requesting certificates to letsencrypt (required) | `test@example.com` |
| `letsencrypt.server` | String containing the letsencrypt ACME URL (Defaults to the staging server) | `https://acme-staging-v02.api.letsencrypt.org/directory` |
| `letsencrypt.organizations` | List of organization names to be put in a certificate (Defaults to [hybrid-cloud-patterns.io]) | `["hybrid-cloud-patterns.io"]` |
| `letsencrypt.organizations` | List of organization names to be put in a certificate (Defaults to [validatedpatterns.io]) | `["validatedpatterns.io"]` |
| `letsencrypt.usages` | List of certificate uses. See API cert-manager.io/v1.KeyUsage (Defaults to [server auth]) | `["server auth"]` |
| `letsencrypt.duration` | Duration of the requested letsencrypt certificates (Defaults to 168h0m0s) | `168h0m0s` |
| `letsencrypt.renewBefore` | How long before expiration date should the certs be renewed (Defaults to 28h0m0s) | `28h0m0s` |
Expand Down
4 changes: 2 additions & 2 deletions common/letsencrypt/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ letsencrypt:
# server: https://acme-v02.api.letsencrypt.org/directory

# These are only for metadata in the certificates
## @param letsencrypt.organizations List of organization names to be put in a certificate (Defaults to [hybrid-cloud-patterns.io])
## @param letsencrypt.organizations List of organization names to be put in a certificate (Defaults to [validatedpatterns.io])
organizations:
- hybrid-cloud-patterns.io
- validatedpatterns.io
## @param letsencrypt.usages List of certificate uses. See API cert-manager.io/v1.KeyUsage (Defaults to [server auth])
usages:
- server auth
Expand Down
2 changes: 1 addition & 1 deletion common/operator-install/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ In order to update the CRD, copy the following file from the last released
patterns operator version:

```sh
cp -v patterns-operator/config/crd/bases/gitops.hybrid-cloud-patterns.io_patterns.yaml ./crds/
cp -v patterns-operator/config/crd/bases/gitops.validatedpatterns.io_patterns.yaml ./crds/
```
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.14.0
name: patterns.gitops.hybrid-cloud-patterns.io
name: patterns.gitops.validatedpatterns.io
spec:
group: gitops.hybrid-cloud-patterns.io
group: gitops.validatedpatterns.io
names:
kind: Pattern
listKind: PatternList
Expand Down
2 changes: 1 addition & 1 deletion common/operator-install/templates/pattern.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: gitops.hybrid-cloud-patterns.io/v1alpha1
apiVersion: gitops.validatedpatterns.io/v1alpha1
kind: Pattern
metadata:
name: {{ .Release.Name }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
kind: ClusterIssuer
subject:
organizations:
- hybrid-cloud-patterns.io
- validatedpatterns.io
---
# Source: letsencrypt/templates/wildcard-cert.yaml
apiVersion: cert-manager.io/v1
Expand All @@ -112,7 +112,7 @@ spec:
kind: ClusterIssuer
subject:
organizations:
- hybrid-cloud-patterns.io
- validatedpatterns.io
---
# Source: letsencrypt/templates/issuer.yaml
apiVersion: cert-manager.io/v1
Expand Down
4 changes: 2 additions & 2 deletions common/tests/letsencrypt-industrial-edge-hub.expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
kind: ClusterIssuer
subject:
organizations:
- hybrid-cloud-patterns.io
- validatedpatterns.io
---
# Source: letsencrypt/templates/wildcard-cert.yaml
apiVersion: cert-manager.io/v1
Expand All @@ -112,7 +112,7 @@ spec:
kind: ClusterIssuer
subject:
organizations:
- hybrid-cloud-patterns.io
- validatedpatterns.io
---
# Source: letsencrypt/templates/issuer.yaml
apiVersion: cert-manager.io/v1
Expand Down
4 changes: 2 additions & 2 deletions common/tests/letsencrypt-medical-diagnosis-hub.expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
kind: ClusterIssuer
subject:
organizations:
- hybrid-cloud-patterns.io
- validatedpatterns.io
---
# Source: letsencrypt/templates/wildcard-cert.yaml
apiVersion: cert-manager.io/v1
Expand All @@ -112,7 +112,7 @@ spec:
kind: ClusterIssuer
subject:
organizations:
- hybrid-cloud-patterns.io
- validatedpatterns.io
---
# Source: letsencrypt/templates/issuer.yaml
apiVersion: cert-manager.io/v1
Expand Down
4 changes: 2 additions & 2 deletions common/tests/letsencrypt-naked.expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
kind: ClusterIssuer
subject:
organizations:
- hybrid-cloud-patterns.io
- validatedpatterns.io
---
# Source: letsencrypt/templates/wildcard-cert.yaml
apiVersion: cert-manager.io/v1
Expand All @@ -112,7 +112,7 @@ spec:
kind: ClusterIssuer
subject:
organizations:
- hybrid-cloud-patterns.io
- validatedpatterns.io
---
# Source: letsencrypt/templates/issuer.yaml
apiVersion: cert-manager.io/v1
Expand Down
4 changes: 2 additions & 2 deletions common/tests/letsencrypt-normal.expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
kind: ClusterIssuer
subject:
organizations:
- hybrid-cloud-patterns.io
- validatedpatterns.io
---
# Source: letsencrypt/templates/wildcard-cert.yaml
apiVersion: cert-manager.io/v1
Expand All @@ -112,7 +112,7 @@ spec:
kind: ClusterIssuer
subject:
organizations:
- hybrid-cloud-patterns.io
- validatedpatterns.io
---
# Source: letsencrypt/templates/issuer.yaml
apiVersion: cert-manager.io/v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ data:
# gitops.name: GitOpsDefaultPackageName
---
# Source: pattern-install/templates/pattern.yaml
apiVersion: gitops.hybrid-cloud-patterns.io/v1alpha1
apiVersion: gitops.validatedpatterns.io/v1alpha1
kind: Pattern
metadata:
name: operator-install
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ data:
# gitops.name: GitOpsDefaultPackageName
---
# Source: pattern-install/templates/pattern.yaml
apiVersion: gitops.hybrid-cloud-patterns.io/v1alpha1
apiVersion: gitops.validatedpatterns.io/v1alpha1
kind: Pattern
metadata:
name: operator-install
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ data:
# gitops.name: GitOpsDefaultPackageName
---
# Source: pattern-install/templates/pattern.yaml
apiVersion: gitops.hybrid-cloud-patterns.io/v1alpha1
apiVersion: gitops.validatedpatterns.io/v1alpha1
kind: Pattern
metadata:
name: operator-install
Expand Down
2 changes: 1 addition & 1 deletion common/tests/operator-install-naked.expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ data:
# gitops.name: GitOpsDefaultPackageName
---
# Source: pattern-install/templates/pattern.yaml
apiVersion: gitops.hybrid-cloud-patterns.io/v1alpha1
apiVersion: gitops.validatedpatterns.io/v1alpha1
kind: Pattern
metadata:
name: operator-install
Expand Down
2 changes: 1 addition & 1 deletion common/tests/operator-install-normal.expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ data:
# gitops.name: GitOpsDefaultPackageName
---
# Source: pattern-install/templates/pattern.yaml
apiVersion: gitops.hybrid-cloud-patterns.io/v1alpha1
apiVersion: gitops.validatedpatterns.io/v1alpha1
kind: Pattern
metadata:
name: operator-install
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
kind: ClusterIssuer
subject:
organizations:
- hybrid-cloud-patterns.io
- validatedpatterns.io
---
# Source: letsencrypt/templates/wildcard-cert.yaml
apiVersion: cert-manager.io/v1
Expand All @@ -112,7 +112,7 @@ spec:
kind: ClusterIssuer
subject:
organizations:
- hybrid-cloud-patterns.io
- validatedpatterns.io
---
# Source: letsencrypt/templates/issuer.yaml
apiVersion: cert-manager.io/v1
Expand Down
4 changes: 2 additions & 2 deletions tests/common-letsencrypt-industrial-edge-hub.expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
kind: ClusterIssuer
subject:
organizations:
- hybrid-cloud-patterns.io
- validatedpatterns.io
---
# Source: letsencrypt/templates/wildcard-cert.yaml
apiVersion: cert-manager.io/v1
Expand All @@ -112,7 +112,7 @@ spec:
kind: ClusterIssuer
subject:
organizations:
- hybrid-cloud-patterns.io
- validatedpatterns.io
---
# Source: letsencrypt/templates/issuer.yaml
apiVersion: cert-manager.io/v1
Expand Down
4 changes: 2 additions & 2 deletions tests/common-letsencrypt-medical-diagnosis-hub.expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
kind: ClusterIssuer
subject:
organizations:
- hybrid-cloud-patterns.io
- validatedpatterns.io
---
# Source: letsencrypt/templates/wildcard-cert.yaml
apiVersion: cert-manager.io/v1
Expand All @@ -112,7 +112,7 @@ spec:
kind: ClusterIssuer
subject:
organizations:
- hybrid-cloud-patterns.io
- validatedpatterns.io
---
# Source: letsencrypt/templates/issuer.yaml
apiVersion: cert-manager.io/v1
Expand Down
4 changes: 2 additions & 2 deletions tests/common-letsencrypt-naked.expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
kind: ClusterIssuer
subject:
organizations:
- hybrid-cloud-patterns.io
- validatedpatterns.io
---
# Source: letsencrypt/templates/wildcard-cert.yaml
apiVersion: cert-manager.io/v1
Expand All @@ -112,7 +112,7 @@ spec:
kind: ClusterIssuer
subject:
organizations:
- hybrid-cloud-patterns.io
- validatedpatterns.io
---
# Source: letsencrypt/templates/issuer.yaml
apiVersion: cert-manager.io/v1
Expand Down
4 changes: 2 additions & 2 deletions tests/common-letsencrypt-normal.expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ spec:
kind: ClusterIssuer
subject:
organizations:
- hybrid-cloud-patterns.io
- validatedpatterns.io
---
# Source: letsencrypt/templates/wildcard-cert.yaml
apiVersion: cert-manager.io/v1
Expand All @@ -112,7 +112,7 @@ spec:
kind: ClusterIssuer
subject:
organizations:
- hybrid-cloud-patterns.io
- validatedpatterns.io
---
# Source: letsencrypt/templates/issuer.yaml
apiVersion: cert-manager.io/v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ data:
# gitops.name: GitOpsDefaultPackageName
---
# Source: pattern-install/templates/pattern.yaml
apiVersion: gitops.hybrid-cloud-patterns.io/v1alpha1
apiVersion: gitops.validatedpatterns.io/v1alpha1
kind: Pattern
metadata:
name: common-operator-install
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ data:
# gitops.name: GitOpsDefaultPackageName
---
# Source: pattern-install/templates/pattern.yaml
apiVersion: gitops.hybrid-cloud-patterns.io/v1alpha1
apiVersion: gitops.validatedpatterns.io/v1alpha1
kind: Pattern
metadata:
name: common-operator-install
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ data:
# gitops.name: GitOpsDefaultPackageName
---
# Source: pattern-install/templates/pattern.yaml
apiVersion: gitops.hybrid-cloud-patterns.io/v1alpha1
apiVersion: gitops.validatedpatterns.io/v1alpha1
kind: Pattern
metadata:
name: common-operator-install
Expand Down
2 changes: 1 addition & 1 deletion tests/common-operator-install-naked.expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ data:
# gitops.name: GitOpsDefaultPackageName
---
# Source: pattern-install/templates/pattern.yaml
apiVersion: gitops.hybrid-cloud-patterns.io/v1alpha1
apiVersion: gitops.validatedpatterns.io/v1alpha1
kind: Pattern
metadata:
name: common-operator-install
Expand Down
2 changes: 1 addition & 1 deletion tests/common-operator-install-normal.expected.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ data:
# gitops.name: GitOpsDefaultPackageName
---
# Source: pattern-install/templates/pattern.yaml
apiVersion: gitops.hybrid-cloud-patterns.io/v1alpha1
apiVersion: gitops.validatedpatterns.io/v1alpha1
kind: Pattern
metadata:
name: common-operator-install
Expand Down
2 changes: 1 addition & 1 deletion values-hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,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: noop
# ansible playbook to be run
Expand Down
2 changes: 1 addition & 1 deletion values-store-raleigh.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,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: noop
# ansible playbook to be run
Expand Down
Loading