Skip to content

Commit

Permalink
Change the gitops bridge repo url to upstream (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
seenu433 authored Jul 17, 2024
1 parent f150e0b commit b75e84f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ spec:
addonChart: crossplane-azure-upbound
addonChartNamespace: crossplane-system
# anything not staging or prod use this version
addonChartVersion: 1.0.4
#addonChartRepository: https://gitops-bridge-dev.github.io/gitops-bridge-helm-charts
addonChartRepository: https://seenu433.github.io/gitops-bridge-helm-charts
addonChartVersion: 1.1.0
addonChartRepository: https://gitops-bridge-dev.github.io/gitops-bridge-helm-charts
selector:
matchExpressions:
- key: akuity.io/argo-cd-cluster-name
Expand All @@ -31,13 +30,13 @@ spec:
matchLabels:
environment: control-plane
values:
addonChartVersion: 1.0.4
addonChartVersion: 1.1.0
- clusters:
selector:
matchLabels:
environment: prod
values:
addonChartVersion: 1.0.4
addonChartVersion: 1.1.0
template:
metadata:
name: addon-{{name}}-{{values.addonChart}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ spec:
spec:
project: default
source:
repoURL: https://github.com/seenu433/aks-platform-engineering
repoURL: https://github.com/Azure-Samples/aks-platform-engineering
targetRevision: HEAD
path: gitops/apps/infra
syncPolicy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
aks:
defaultNodePool:
name: system
vmSize: Standard_DS3_v3
vmSize: Standard_D2s_v3
enableAutoScaling: true
nodeCount: 1
minCount: 1
Expand Down

0 comments on commit b75e84f

Please sign in to comment.