Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion terraform/apps/forgejo.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resource "helm_release" "forgejo" {
name = "forgejo"
repository = "oci://code.forgejo.org/forgejo-helm"
chart = "forgejo"
version = "17.0.1"
version = "17.1.2"
namespace = var.forgejo_ns

values = [templatefile("${path.module}/templates/forgejo.values.tftpl", {
Expand Down
38 changes: 25 additions & 13 deletions terraform/crd/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

38 changes: 25 additions & 13 deletions terraform/db/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion terraform/db/garage.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resource "helm_release" "garage" {
name = "garage"
repository = "https://profiidev.github.io/helm-charts"
chart = "garage"
version = "0.9.4"
version = "0.9.5"
namespace = kubernetes_namespace.garage.metadata[0].name

values = [templatefile("${path.module}/templates/garage.values.tftpl", {
Expand Down
2 changes: 1 addition & 1 deletion terraform/db/postgres.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ resource "helm_release" "postgres" {
name = "postgres"
repository = "oci://registry-1.docker.io/bitnamicharts"
chart = "postgresql"
version = "18.6.5"
version = "18.7.13"
namespace = var.pg_ns

values = [templatefile("${path.module}/templates/postgres.values.tftpl", {
Expand Down
38 changes: 25 additions & 13 deletions terraform/metrics/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion terraform/metrics/alloy.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resource "helm_release" "alloy" {
name = "alloy"
repository = "https://grafana.github.io/helm-charts"
chart = "alloy"
version = "1.8.1"
version = "1.10.0"
namespace = var.metrics_ns

values = [templatefile("${path.module}/templates/alloy.values.tftpl", {
Expand Down
2 changes: 1 addition & 1 deletion terraform/metrics/mimir.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resource "helm_release" "mimir" {
name = "mimir"
repository = "https://grafana.github.io/helm-charts"
chart = "mimir-distributed"
version = "6.1.0-weekly.394"
version = "6.1.0"
namespace = var.metrics_ns

values = [templatefile("${path.module}/templates/mimir.values.tftpl", {
Expand Down
38 changes: 25 additions & 13 deletions terraform/network/.terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion terraform/network/cert-manager.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resource "helm_release" "cert_manager" {
name = "cert-manager"
repository = "https://charts.jetstack.io"
chart = "cert-manager"
version = "1.20.2"
version = "v1.21.0"
namespace = var.cert_ns

values = [templatefile("${path.module}/templates/cert-manager.values.tftpl", {})]
Expand Down
4 changes: 2 additions & 2 deletions terraform/network/crowd-sec.tf
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ resource "helm_release" "crowdsec" {
repository = "https://crowdsecurity.github.io/helm-charts"
chart = "crowdsec"
namespace = var.crowdsec_ns
version = "0.23.0"
version = "0.24.0"

values = [
templatefile("${path.module}/templates/crowdsec.values.tftpl", {
Expand Down Expand Up @@ -63,7 +63,7 @@ resource "helm_release" "crowdsec_web_ui" {
repository = "https://zekker6.github.io/helm-charts"
chart = "crowdsec-web-ui"
namespace = var.crowdsec_ns
version = "0.24.0"
version = "0.34.0"

values = [
templatefile("${path.module}/templates/crowdsec-web-ui.values.tftpl", {
Expand Down
2 changes: 1 addition & 1 deletion terraform/network/tailscale.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resource "helm_release" "tailscale" {
name = "tailscale"
repository = "https://pkgs.tailscale.com/helmcharts"
chart = "tailscale-operator"
version = "1.96.5"
version = "1.98.4"
namespace = var.tailscale_ns

values = [templatefile("${path.module}/templates/tailscale.values.tftpl", {
Expand Down
2 changes: 1 addition & 1 deletion terraform/storage/external-secrets.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resource "helm_release" "external_secrets" {
name = "external-secrets"
repository = "https://charts.external-secrets.io"
chart = "external-secrets"
version = "2.4.1"
version = "2.7.0"
namespace = kubernetes_namespace.secrets.metadata[0].name

values = [templatefile("${path.module}/templates/external-secrets.values.tftpl", {
Expand Down
2 changes: 1 addition & 1 deletion terraform/storage/longhorn.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resource "helm_release" "longhorn" {
name = "longhorn"
repository = "https://charts.longhorn.io"
chart = "longhorn"
version = "1.11.2"
version = "1.12.0"
namespace = kubernetes_namespace.storage.metadata[0].name

values = [templatefile("${path.module}/templates/longhorn.values.tftpl", {
Expand Down
2 changes: 1 addition & 1 deletion terraform/storage/vault.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resource "helm_release" "vault" {
name = "vault"
repository = "https://helm.releases.hashicorp.com"
chart = "vault"
version = "0.32.0"
version = "0.34.0"
namespace = kubernetes_namespace.secrets.metadata[0].name

values = [templatefile("${path.module}/templates/vault.values.tftpl", {
Expand Down
2 changes: 1 addition & 1 deletion terraform/tools/radar.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ resource "helm_release" "radar" {
name = "radar"
repository = "https://skyhook-io.github.io/helm-charts"
chart = "radar"
version = "1.5.10"
version = "1.8.1"
namespace = var.radar_ns

values = [templatefile("${path.module}/templates/radar.values.tftpl", {
Expand Down