Skip to content

Commit

Permalink
Bump versions for charts and CAPI providers (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jont828 authored Apr 24, 2024
1 parent b20475e commit 3e8c133
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
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: 6.5.0
addonChartVersion: 6.7.14
addonChartRepositoryNamespace: argocd
addonChartRepository: https://argoproj.github.io/argo-helm
selector:
Expand All @@ -30,13 +30,13 @@ spec:
matchLabels:
environment: control-plane
values:
addonChartVersion: 6.5.0
addonChartVersion: 6.7.14
- clusters:
selector:
matchLabels:
environment: prod
values:
addonChartVersion: 6.5.0
addonChartVersion: 6.7.14
template:
metadata:
name: addon-{{name}}-{{values.addonChart}}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
addon: helm
infrastructure: "azure:v1.13.2"
core: "cluster-api:v1.6.2"
infrastructure: "azure:v1.14.2"
core: "cluster-api:v1.7.1"
manager:
featureGates:
core:
MachinePool: true
ClusterTopology: true
addon:
helm: true
azure:
MachinePool: true
ClusterResourceSet: true
Expand Down
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ module "gitops_bridge_bootstrap" {
apps = local.argocd_apps
argocd = {
namespace = local.argocd_namespace
chart_version = "6.5.0"
chart_version = "6.7.14"
}
}

Expand Down

0 comments on commit 3e8c133

Please sign in to comment.