diff --git a/Changes.md b/Changes.md index b02085f4..fb941a89 100644 --- a/Changes.md +++ b/Changes.md @@ -18,9 +18,9 @@ * 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. -* Common updates: Update common to upstream hybrid-cloud-patterns/common main branch. +* Common updates: Update common to upstream validatedpatterns/common main branch. -* 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. +* 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. ## Changes for v1.2 (April 27, 2023) diff --git a/Makefile b/Makefile index d0c0edbc..f782ace4 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -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 +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 CHARTS=$(shell find . -type f -iname 'Chart.yaml' -exec dirname "{}" \; | grep -v examples | sed -e 's/.\///')