diff --git a/apps/resources/nginx.yaml b/apps/resources/nginx.yaml index fa2a438d..18ec42fd 100644 --- a/apps/resources/nginx.yaml +++ b/apps/resources/nginx.yaml @@ -12,7 +12,7 @@ spec: source: path: '' repoURL: 'https://kubernetes.github.io/ingress-nginx' - targetRevision: 3.29.0 + targetRevision: 3.35.0 chart: ingress-nginx project: default syncPolicy: diff --git a/infra/bootstrap.tf b/infra/bootstrap.tf index 5e57a93f..7409e869 100644 --- a/infra/bootstrap.tf +++ b/infra/bootstrap.tf @@ -11,7 +11,7 @@ resource "helm_release" "argocd" { name = "argocd" repository = "https://argoproj.github.io/argo-helm" chart = "argo-cd" - version = "3.6.8" + version = "3.12.1" namespace = "argocd" create_namespace = true wait = true @@ -26,7 +26,7 @@ resource "helm_release" "longhorn" { name = "longhorn" repository = "https://charts.longhorn.io" chart = "longhorn" - version = "1.1.1" + version = "1.1.2" namespace = "longhorn" create_namespace = true wait = true