We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6617090 + 1a5cce8 commit 741a52eCopy full SHA for 741a52e
3 files changed
acm/Chart.yaml
@@ -3,4 +3,4 @@ description: A Helm chart to configure Advanced Cluster Manager for OpenShift.
3
keywords:
4
- pattern
5
name: acm
6
-version: 0.1.0
+version: 0.1.1
acm/templates/policies/ocp-gitops-policy.yaml
@@ -38,7 +38,7 @@ spec:
38
channel: {{ default "gitops-1.12" .Values.main.gitops.channel }}
39
installPlanApproval: Automatic
40
name: openshift-gitops-operator
41
- source: redhat-operators
+ source: {{ default "redhat-operators" .Values.main.gitops.operatorSource }}
42
sourceNamespace: openshift-marketplace
43
config:
44
env:
clustergroup/Chart.yaml
@@ -3,4 +3,4 @@ description: A Helm chart to create per-clustergroup ArgoCD applications and any
name: clustergroup
-version: 0.8.10
+version: 0.8.11
0 commit comments