Skip to content

Commit 741a52e

Browse files
authored
Merge pull request #570 from mbaldessari/some-updates
A couple of small updated and new releases
2 parents 6617090 + 1a5cce8 commit 741a52e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

acm/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ description: A Helm chart to configure Advanced Cluster Manager for OpenShift.
33
keywords:
44
- pattern
55
name: acm
6-
version: 0.1.0
6+
version: 0.1.1

acm/templates/policies/ocp-gitops-policy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ spec:
3838
channel: {{ default "gitops-1.12" .Values.main.gitops.channel }}
3939
installPlanApproval: Automatic
4040
name: openshift-gitops-operator
41-
source: redhat-operators
41+
source: {{ default "redhat-operators" .Values.main.gitops.operatorSource }}
4242
sourceNamespace: openshift-marketplace
4343
config:
4444
env:

clustergroup/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ description: A Helm chart to create per-clustergroup ArgoCD applications and any
33
keywords:
44
- pattern
55
name: clustergroup
6-
version: 0.8.10
6+
version: 0.8.11

0 commit comments

Comments
 (0)