Skip to content

Commit

Permalink
chore(deps): num remaining modules
Browse files Browse the repository at this point in the history
  • Loading branch information
lentidas committed Oct 10, 2024
1 parent c6967da commit fd68f5f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
1 change: 0 additions & 1 deletion examples/kind/apps.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
module "helloworld_apps" {
source = "git::https://github.com/camptocamp/devops-stack-module-applicationset.git?ref=v4.0.0"
# source = "../../devops-stack-module-applicationset"

dependency_ids = {
argocd = module.argocd.id
Expand Down
22 changes: 11 additions & 11 deletions examples/kind/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module "metallb" {
}

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 = {
"${local.cluster_name}" = {
Expand All @@ -24,7 +24,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 = local.cluster_name

Expand All @@ -38,7 +38,7 @@ module "metrics-server" {
}

module "traefik" {
source = "git::https://github.com/camptocamp/devops-stack-module-traefik.git//kind?ref=v8.2.0"
source = "git::https://github.com/camptocamp/devops-stack-module-traefik.git//kind?ref=v9.0.0"

argocd_project = local.cluster_name

Expand All @@ -51,7 +51,7 @@ module "traefik" {
}

module "cert-manager" {
source = "git::https://github.com/camptocamp/devops-stack-module-cert-manager.git//self-signed?ref=v8.6.0"
source = "git::https://github.com/camptocamp/devops-stack-module-cert-manager.git//self-signed?ref=v9.0.0"

argocd_project = local.cluster_name

Expand All @@ -64,7 +64,7 @@ module "cert-manager" {
}

module "keycloak" {
source = "git::https://github.com/camptocamp/devops-stack-module-keycloak.git?ref=v3.1.1"
source = "git::https://github.com/camptocamp/devops-stack-module-keycloak.git?ref=v4.0.0"

cluster_name = local.cluster_name
base_domain = local.base_domain
Expand All @@ -81,7 +81,7 @@ module "keycloak" {
}

module "oidc" {
source = "git::https://github.com/camptocamp/devops-stack-module-keycloak.git//oidc_bootstrap?ref=v3.1.1"
source = "git::https://github.com/camptocamp/devops-stack-module-keycloak.git//oidc_bootstrap?ref=v4.0.0"

cluster_name = local.cluster_name
base_domain = local.base_domain
Expand All @@ -103,7 +103,7 @@ module "oidc" {
}

module "minio" {
source = "git::https://github.com/camptocamp/devops-stack-module-minio.git?ref=v3.2.0"
source = "git::https://github.com/camptocamp/devops-stack-module-minio.git?ref=v4.0.0"

cluster_name = local.cluster_name
base_domain = local.base_domain
Expand All @@ -126,7 +126,7 @@ module "minio" {
}

module "loki-stack" {
source = "git::https://github.com/camptocamp/devops-stack-module-loki-stack.git//kind?ref=v9.0.0"
source = "git::https://github.com/camptocamp/devops-stack-module-loki-stack.git//kind?ref=v10.0.0"

argocd_project = local.cluster_name

Expand All @@ -145,7 +145,7 @@ module "loki-stack" {
}

module "thanos" {
source = "git::https://github.com/camptocamp/devops-stack-module-thanos.git//kind?ref=v6.0.0"
source = "git::https://github.com/camptocamp/devops-stack-module-thanos.git//kind?ref=v7.0.0"

cluster_name = local.cluster_name
base_domain = local.base_domain
Expand Down Expand Up @@ -177,7 +177,7 @@ module "thanos" {
}

module "kube-prometheus-stack" {
source = "git::https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack.git//kind?ref=v11.1.1"
source = "git::https://github.com/camptocamp/devops-stack-module-kube-prometheus-stack.git//kind?ref=v13.0.0"

cluster_name = local.cluster_name
base_domain = local.base_domain
Expand Down Expand Up @@ -213,7 +213,7 @@ module "kube-prometheus-stack" {
}

module "argocd" {
source = "git::https://github.com/camptocamp/devops-stack-module-argocd.git?ref=v6.3.0"
source = "git::https://github.com/camptocamp/devops-stack-module-argocd.git?ref=v7.0.0"

base_domain = local.base_domain
cluster_name = local.cluster_name
Expand Down

0 comments on commit fd68f5f

Please sign in to comment.