@@ -19,21 +19,21 @@ resource "azurerm_virtual_network" "this" {
1919}
2020
2121module "aks" {
22- source = " git::https://github.com/camptocamp/devops-stack-module-cluster-aks?ref=v1.1.0"
23-
24- cluster_name = local. cluster_name
25- base_domain = local. base_domain
26- subdomain = local. subdomain
27- location = resource. azurerm_resource_group . main . location
28- resource_group_name = resource. azurerm_resource_group . main . name
29- virtual_network_name = resource. azurerm_virtual_network . this . name
30- cluster_subnet = local. cluster_subnet
22+ source = " git::https://github.com/camptocamp/devops-stack-module-cluster-aks?ref=v1.2.0"
23+
24+ cluster_name = local. cluster_name
25+ base_domain = local. base_domain
26+ subdomain = local. subdomain
27+ location = resource. azurerm_resource_group . main . location
28+ resource_group_name = resource. azurerm_resource_group . main . name
29+ virtual_network_name = resource. azurerm_virtual_network . this . name
30+ cluster_subnet = local. cluster_subnet
31+ dns_zone_resource_group_name = local. default_resource_group
3132
3233 kubernetes_version = local. kubernetes_version
3334 sku_tier = local. sku_tier
3435
35- agents_count = 7
36- agents_max_pods = 70
36+ agents_max_pods = 100
3737
3838 rbac_aad_admin_group_object_ids = [
3939 data . azuread_group . cluster_admins . object_id
@@ -54,7 +54,7 @@ module "aks" {
5454}
5555
5656module "argocd_bootstrap" {
57- source = " git::https://github.com/camptocamp/devops-stack-module-argocd.git//bootstrap?ref=v4.4.1 "
57+ source = " git::https://github.com/camptocamp/devops-stack-module-argocd.git//bootstrap?ref=v5.3.0 "
5858
5959 argocd_projects = {
6060 " ${module.aks.cluster_name}" = {
@@ -66,7 +66,7 @@ module "argocd_bootstrap" {
6666}
6767
6868module "traefik" {
69- source = " git::https://github.com/camptocamp/devops-stack-module-traefik.git//aks?ref=v6.3 .0"
69+ source = " git::https://github.com/camptocamp/devops-stack-module-traefik.git//aks?ref=v7.0 .0"
7070
7171 cluster_name = module. aks . cluster_name
7272 base_domain = module. aks . base_domain
@@ -81,7 +81,7 @@ module "traefik" {
8181}
8282
8383module "cert-manager" {
84- source = " git::https://github.com/camptocamp/devops-stack-module-cert-manager.git//aks?ref=v8.2 .0"
84+ source = " git::https://github.com/camptocamp/devops-stack-module-cert-manager.git//aks?ref=v8.4 .0"
8585
8686 cluster_name = local. cluster_name
8787 base_domain = local. base_domain
@@ -101,7 +101,7 @@ module "cert-manager" {
101101}
102102
103103module "loki-stack" {
104- source = " git::https://github.com/camptocamp/devops-stack-module-loki-stack.git//aks?ref=v7.2 .0"
104+ source = " git::https://github.com/camptocamp/devops-stack-module-loki-stack.git//aks?ref=v8.1 .0"
105105
106106 argocd_project = module. aks . cluster_name
107107
@@ -121,7 +121,7 @@ module "loki-stack" {
121121}
122122
123123module "thanos" {
124- source = " git::https://github.com/camptocamp/devops-stack-module-thanos.git//aks?ref=v4.1 .0"
124+ source = " git::https://github.com/camptocamp/devops-stack-module-thanos.git//aks?ref=v5.0 .0"
125125
126126 cluster_name = module. aks . cluster_name
127127 base_domain = module. aks . base_domain
@@ -152,7 +152,7 @@ module "thanos" {
152152}
153153
154154module "kube-prometheus-stack" {
155- source = " git::https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack.git//aks?ref=v10 .1.0 "
155+ source = " git::https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack.git//aks?ref=v11 .1.1 "
156156
157157 cluster_name = module. aks . cluster_name
158158 base_domain = module. aks . base_domain
@@ -192,7 +192,7 @@ module "kube-prometheus-stack" {
192192}
193193
194194module "argocd" {
195- source = " git::https://github.com/camptocamp/devops-stack-module-argocd.git?ref=v4.4.1 "
195+ source = " git::https://github.com/camptocamp/devops-stack-module-argocd.git?ref=v5.3.0 "
196196
197197 cluster_name = module. aks . cluster_name
198198 base_domain = module. aks . base_domain
0 commit comments