diff --git a/examples/eks/apps.tf b/examples/eks/apps.tf index 3497c02cf7..a133d6c73d 100644 --- a/examples/eks/apps.tf +++ b/examples/eks/apps.tf @@ -1,5 +1,5 @@ module "helloworld_apps" { - source = "git::https://github.com/camptocamp/devops-stack-module-applicationset.git?ref=v3.0.0" + source = "git::https://github.com/camptocamp/devops-stack-module-applicationset.git?ref=v4.0.0" dependency_ids = { argocd = module.argocd.id diff --git a/examples/eks/csi_drivers.tf b/examples/eks/csi_drivers.tf index 6ee892d83e..fe0530a918 100644 --- a/examples/eks/csi_drivers.tf +++ b/examples/eks/csi_drivers.tf @@ -35,7 +35,7 @@ resource "aws_efs_mount_target" "eks" { } module "efs" { - source = "git::https://github.com/camptocamp/devops-stack-module-efs-csi-driver.git?ref=v4.0.0" + source = "git::https://github.com/camptocamp/devops-stack-module-efs-csi-driver.git?ref=v5.0.0" cluster_name = local.cluster_name argocd_project = module.eks.cluster_name @@ -52,7 +52,7 @@ module "efs" { } module "ebs" { - source = "git::https://github.com/camptocamp/devops-stack-module-ebs-csi-driver.git?ref=v3.6.0" + source = "git::https://github.com/camptocamp/devops-stack-module-ebs-csi-driver.git?ref=v4.0.0" cluster_name = local.cluster_name argocd_project = module.eks.cluster_name diff --git a/examples/eks/main.tf b/examples/eks/main.tf index 672cd79bce..c7c4d24e39 100644 --- a/examples/eks/main.tf +++ b/examples/eks/main.tf @@ -24,7 +24,7 @@ module "vpc" { } module "eks" { - source = "git::https://github.com/camptocamp/devops-stack-module-cluster-eks.git?ref=v3.3.0" + source = "git::https://github.com/camptocamp/devops-stack-module-cluster-eks.git?ref=v4.2.0" cluster_name = local.cluster_name kubernetes_version = local.kubernetes_version @@ -75,7 +75,7 @@ module "oidc" { } module "argocd_bootstrap" { - source = "git::https://github.com/camptocamp/devops-stack-module-argocd.git//bootstrap?ref=v6.3.0" + source = "git::https://github.com/camptocamp/devops-stack-module-argocd.git//bootstrap?ref=v7.0.0" argocd_projects = { "${module.eks.cluster_name}" = { @@ -87,7 +87,7 @@ module "argocd_bootstrap" { } module "metrics-server" { - source = "git::https://github.com/camptocamp/devops-stack-module-metrics-server.git?ref=v2.1.0" + source = "git::https://github.com/camptocamp/devops-stack-module-metrics-server.git?ref=v3.0.0" argocd_project = module.eks.cluster_name @@ -99,7 +99,7 @@ module "metrics-server" { } module "traefik" { - source = "git::https://github.com/camptocamp/devops-stack-module-traefik.git//eks?ref=v8.2.0" + source = "git::https://github.com/camptocamp/devops-stack-module-traefik.git//eks?ref=v9.0.0" argocd_project = module.eks.cluster_name @@ -112,7 +112,7 @@ module "traefik" { } module "cert-manager" { - source = "git::https://github.com/camptocamp/devops-stack-module-cert-manager.git//eks?ref=v8.6.0" + source = "git::https://github.com/camptocamp/devops-stack-module-cert-manager.git//eks?ref=v9.0.0" cluster_name = module.eks.cluster_name base_domain = module.eks.base_domain @@ -131,7 +131,7 @@ module "cert-manager" { } module "loki-stack" { - source = "git::https://github.com/camptocamp/devops-stack-module-loki-stack.git//eks?ref=v9.0.0" + source = "git::https://github.com/camptocamp/devops-stack-module-loki-stack.git//eks?ref=v10.0.0" argocd_project = module.eks.cluster_name @@ -150,7 +150,7 @@ module "loki-stack" { } module "thanos" { - source = "git::https://github.com/camptocamp/devops-stack-module-thanos.git//eks?ref=v6.0.0" + source = "git::https://github.com/camptocamp/devops-stack-module-thanos.git//eks?ref=v7.0.0" cluster_name = module.eks.cluster_name base_domain = module.eks.base_domain @@ -181,7 +181,7 @@ module "thanos" { } module "kube-prometheus-stack" { - source = "git::https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack.git//eks?ref=v11.1.1" + source = "git::https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack.git//eks?ref=v13.0.0" cluster_name = module.eks.cluster_name base_domain = module.eks.base_domain