diff --git a/Changes.md b/Changes.md index b360102..f3f8491 100644 --- a/Changes.md +++ b/Changes.md @@ -38,3 +38,4 @@ v1.2 - June 2026 * Use productized OpenShift External Secrets operator * Default to OCP 4.22 * Update to ACM chart v0.2.* +* Use versioned charts for opp-policy, regionaldr, and application data protection diff --git a/values-hub.yaml b/values-hub.yaml index dfef4c2..d1c7142 100644 --- a/values-hub.yaml +++ b/values-hub.yaml @@ -84,8 +84,8 @@ clusterGroup: name: opp-policy namespace: openshift argoProject: opp - repoURL: https://github.com/validatedpatterns/opp-policy-chart.git - chartVersion: main + chart: opp-policy-chart + chartVersion: 0.0.* path: "." annotations: argocd.argoproj.io/sync-wave: "5" @@ -115,9 +115,8 @@ clusterGroup: name: regional-dr namespace: regional-dr argoProject: opp - repoURL: https://github.com/validatedpatterns/regionaldr-with-virt-chart.git - chartVersion: main - path: "." + chart: regionaldr-with-virt + chartVersion: 0.0.* annotations: argocd.argoproj.io/sync-wave: "10" syncPolicy: diff --git a/values-resilient.yaml b/values-resilient.yaml index e8df7c0..7549fa8 100644 --- a/values-resilient.yaml +++ b/values-resilient.yaml @@ -115,8 +115,7 @@ clusterGroup: name: adp-data-protection-application namespace: openshift-adp argoProject: resilient - repoURL: https://github.com/validatedpatterns/oadp-data-protection-application-chart.git - chartVersion: main - path: "." + chart: data-protection-application + chartVersion: 0.0.* managedClusterGroups: []