Skip to content

Commit

Permalink
Bump Argo, CAPZ versions (#95)
Browse files Browse the repository at this point in the history
Also fix the values.yaml file issue
  • Loading branch information
dtzar authored Sep 12, 2024
1 parent a502b72 commit 3f3e20f
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
values:
addonChart: cert-manager
# anything not staging or prod use this version
addonChartVersion: v1.15.1
addonChartVersion: v1.15.3
addonChartRepository: https://charts.jetstack.io
selector:
matchExpressions:
Expand All @@ -29,13 +29,13 @@ spec:
matchLabels:
environment: staging
values:
addonChartVersion: v1.15.1
addonChartVersion: v1.15.3
- clusters:
selector:
matchLabels:
environment: prod
values:
addonChartVersion: v1.15.1
addonChartVersion: v1.15.3
template:
metadata:
name: addon-{{name}}-{{values.addonChart}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
values:
addonChart: argo-cd
# anything not staging or prod use this version
addonChartVersion: 7.3.11
addonChartVersion: 7.5.2
addonChartRepositoryNamespace: argocd
addonChartRepository: https://argoproj.github.io/argo-helm
selector:
Expand All @@ -27,13 +27,13 @@ spec:
matchLabels:
environment: control-plane
values:
addonChartVersion: 7.3.11
addonChartVersion: 7.5.2
- clusters:
selector:
matchLabels:
environment: prod
values:
addonChartVersion: 7.3.11
addonChartVersion: 7.5.2
template:
metadata:
name: addon-{{name}}-{{values.addonChart}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
values:
addonChart: argo-rollouts
# anything not staging or prod use this version
addonChartVersion: 2.37.3
addonChartVersion: 2.37.6
addonChartRepository: https://argoproj.github.io/argo-helm
selector:
matchExpressions:
Expand All @@ -26,13 +26,13 @@ spec:
matchLabels:
environment: staging
values:
addonChartVersion: 2.37.3
addonChartVersion: 2.37.6
- clusters:
selector:
matchLabels:
environment: prod
values:
addonChartVersion: 2.37.3
addonChartVersion: 2.37.6
template:
metadata:
name: addon-{{name}}-{{values.addonChart}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
values:
addonChart: argo-workflows
# anything not staging or prod use this version
addonChartVersion: 0.41.14
addonChartVersion: 0.42.1
addonChartRepository: https://argoproj.github.io/argo-helm
selector:
matchExpressions:
Expand All @@ -27,13 +27,13 @@ spec:
matchLabels:
environment: staging
values:
addonChartVersion: 0.41.14
addonChartVersion: 0.42.1
- clusters:
selector:
matchLabels:
environment: prod
values:
addonChartVersion: 0.41.14
addonChartVersion: 0.42.1
template:
metadata:
name: addon-{{.name}}-{{.values.addonChart}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ spec:
values:
addonChart: kargo
# anything not staging or prod use this version
addonChartVersion: 0.8.1
addonChartVersion: 0.8.7
addonChartRepositoryNamespace: kargo
addonChartRepository: ghcr.io/akuity/kargo-charts
selector:
Expand All @@ -27,13 +27,13 @@ spec:
matchLabels:
environment: control-plane
values:
addonChartVersion: 0.8.1
addonChartVersion: 0.8.7
- clusters:
selector:
matchLabels:
environment: prod
values:
addonChartVersion: 0.8.1
addonChartVersion: 0.8.7
template:
metadata:
name: addon-{{name}}-{{values.addonChart}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
core: "cluster-api:v1.8.1"
infrastructure: "azure:v1.16.0"
core: "cluster-api:v1.8.3"
infrastructure: "azure:v1.16.1"
addon: "helm:v0.2.5"
manager:
featureGates:
core:
MachinePool: true
azure:
MachinePool: true
---
additionalDeployments:
azureserviceoperator-controller-manager:
deployment:
Expand Down
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,6 @@ module "gitops_bridge_bootstrap" {
apps = local.argocd_apps
argocd = {
namespace = local.argocd_namespace
chart_version = "7.3.4"
chart_version = "7.5.2"
}
}

0 comments on commit 3f3e20f

Please sign in to comment.