Skip to content

Commit

Permalink
chore(deps): bump remaining modules
Browse files Browse the repository at this point in the history
  • Loading branch information
lentidas committed Oct 10, 2024
1 parent c799085 commit 43e3b69
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion examples/sks/locals.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
locals {
kubernetes_version = "1.30.2"
kubernetes_version = "1.31.0"
cluster_name = "YOUR_CLUSTER_NAME" # Must be unique for each DevOps Stack deployment in a single account.
zone = "YOUR_CLUSTER_ZONE"
service_level = "starter"
Expand Down
20 changes: 10 additions & 10 deletions examples/sks/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module "sks" {
}

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.sks.cluster_name}" = {
Expand All @@ -33,7 +33,7 @@ module "argocd_bootstrap" {
}

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

argocd_project = module.sks.cluster_name

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

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

argocd_project = module.sks.cluster_name

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

# TODO Create an external database as PoC
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 = module.sks.cluster_name
base_domain = module.sks.base_domain
Expand All @@ -84,7 +84,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 = module.sks.cluster_name
base_domain = module.sks.base_domain
Expand All @@ -106,7 +106,7 @@ module "oidc" {
}

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

cluster_name = module.sks.cluster_name
base_domain = module.sks.base_domain
Expand Down Expand Up @@ -140,7 +140,7 @@ module "longhorn" {
}

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

argocd_project = module.sks.cluster_name

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

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

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

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

cluster_name = module.sks.cluster_name
base_domain = module.sks.base_domain
Expand Down Expand Up @@ -235,7 +235,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"

cluster_name = module.sks.cluster_name
base_domain = module.sks.base_domain
Expand Down

0 comments on commit 43e3b69

Please sign in to comment.