Skip to content

Commit

Permalink
Changed addonChartRepository for the addons-crossplane-azure-upbound …
Browse files Browse the repository at this point in the history
…ApplicationSet (#35)
  • Loading branch information
paolosalvatori authored Apr 3, 2024
1 parent d3216b7 commit 910c288
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ spec:
addonChart: crossplane-azure-upbound
addonChartNamespace: crossplane-system
# anything not staging or prod use this version
addonChartVersion: 2.0.2
addonChartRepository: https://paolosalvatori.github.io/gitops-bridge-helm-charts
addonChartVersion: 1.0.0
addonChartRepository: https:///gitops-bridge-dev.github.io/gitops-bridge-helm-charts
selector:
matchExpressions:
- key: akuity.io/argo-cd-cluster-name
Expand All @@ -30,13 +30,13 @@ spec:
matchLabels:
environment: control-plane
values:
addonChartVersion: 2.0.2
addonChartVersion: 1.0.0
- clusters:
selector:
matchLabels:
environment: prod
values:
addonChartVersion: 2.0.2
addonChartVersion: 1.0.0
template:
metadata:
name: addon-{{name}}-{{values.addonChart}}
Expand Down

0 comments on commit 910c288

Please sign in to comment.