Skip to content

Commit

Permalink
Merge pull request #570 from mbaldessari/some-updates
Browse files Browse the repository at this point in the history
A couple of small updated and new releases
  • Loading branch information
mbaldessari authored Aug 23, 2024
2 parents 6617090 + 1a5cce8 commit 741a52e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion acm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ description: A Helm chart to configure Advanced Cluster Manager for OpenShift.
keywords:
- pattern
name: acm
version: 0.1.0
version: 0.1.1
2 changes: 1 addition & 1 deletion acm/templates/policies/ocp-gitops-policy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
channel: {{ default "gitops-1.12" .Values.main.gitops.channel }}
installPlanApproval: Automatic
name: openshift-gitops-operator
source: redhat-operators
source: {{ default "redhat-operators" .Values.main.gitops.operatorSource }}
sourceNamespace: openshift-marketplace
config:
env:
Expand Down
2 changes: 1 addition & 1 deletion clustergroup/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ description: A Helm chart to create per-clustergroup ArgoCD applications and any
keywords:
- pattern
name: clustergroup
version: 0.8.10
version: 0.8.11

0 comments on commit 741a52e

Please sign in to comment.