Skip to content

Commit b2a3a4b

Browse files
committed
domain update
1 parent cf38ee3 commit b2a3a4b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Changes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@
1818

1919
* cloud-init changes: move the cloud-init configuration file, user, and password to secrets from edge-gitops-vms values. This was a regrettable oversight in v1.0 and v1.1.
2020

21-
* Common updates: Update common to upstream hybrid-cloud-patterns/common main branch.
21+
* Common updates: Update common to upstream validatedpatterns/common main branch.
2222

23-
* Secrets update: Documented secrets-template is now compliant with the version 2.0 secrets mechanism from hybrid-cloud-patterns/common. Secrets following the older unversioned format will still work.
23+
* Secrets update: Documented secrets-template is now compliant with the version 2.0 secrets mechanism from validatedpatterns/common. Secrets following the older unversioned format will still work.
2424

2525
## Changes for v1.2 (April 27, 2023)
2626

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
CHART_OPTS=-f values-secret.yaml.template -f values-global.yaml -f values-hub.yaml --set global.targetRevision=main --set global.valuesDirectoryURL="https://github.com/hybrid-cloud-patterns/ansible-edge-gitops/raw/main/" --set global.pattern="$(NAME)" --set global.namespace="$(NAME)" --set global.hubClusterDomain=example.com --set global.localClusterDomain=local.example.com
1+
CHART_OPTS=-f values-secret.yaml.template -f values-global.yaml -f values-hub.yaml --set global.targetRevision=main --set global.valuesDirectoryURL="https://github.com/validatedpatterns/ansible-edge-gitops/raw/main/" --set global.pattern="$(NAME)" --set global.namespace="$(NAME)" --set global.hubClusterDomain=example.com --set global.localClusterDomain=local.example.com
22

33
CHARTS=$(shell find . -type f -iname 'Chart.yaml' -exec dirname "{}" \; | grep -v examples | sed -e 's/.\///')
44

0 commit comments

Comments
 (0)