From b5b42c5a581b83174506c42dcfc8bf65e94d80f1 Mon Sep 17 00:00:00 2001 From: Tim Jens Krause Date: Mon, 3 Jun 2024 13:06:34 +0200 Subject: [PATCH] argocd: Update to argoCD 2.11.2 --- charts/argocd/Chart.lock | 6 +++--- charts/argocd/Chart.yaml | 11 +++++------ 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/charts/argocd/Chart.lock b/charts/argocd/Chart.lock index 0dec933e..cc29223f 100644 --- a/charts/argocd/Chart.lock +++ b/charts/argocd/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: argo-cd repository: https://charts.bitnami.com/bitnami - version: 6.0.12 -digest: sha256:8abeba73454921a97f55acd93ebbaceac5f730f7a3c3715398fe82a050edd3bd -generated: "2024-04-29T19:50:39.84556+02:00" + version: 6.4.0 +digest: sha256:b05c56b5912292b2f00adf4ebe25785618251225380e23ac14ae0cee73c725ee +generated: "2024-06-03T12:33:16.441848+02:00" diff --git a/charts/argocd/Chart.yaml b/charts/argocd/Chart.yaml index 9121bf4e..09fb4585 100644 --- a/charts/argocd/Chart.yaml +++ b/charts/argocd/Chart.yaml @@ -10,7 +10,7 @@ description: | name = "argocd" repository = "https://charts.iits.tech" chart = "argocd" - version = "5.30.1-fix-proj-generation" + version = "16.2.0" namespace = "argocd" create_namespace = true wait = true @@ -24,10 +24,9 @@ description: | projects = { infrastructure-charts = { projectValues = { - # Set this to enable stage $STAGE-values.yaml + # Set this to enable stage values-$STAGE.yaml stage = var.stage # Example values which are handed down to the project. Like this you can give over informations from terraform to argocd - traefikElbId = module.terraform_secrets_from_encrypted_s3_bucket.secrets["elb_id"] rootDomain = var.domain_name } @@ -47,9 +46,9 @@ description: | named infrastructure-charts and will install everything from there. name: argocd -appVersion: 2.10.7 -version: 16.1.0 +appVersion: 2.11.2 +version: 16.2.0 dependencies: - name: argo-cd repository: https://charts.bitnami.com/bitnami - version: 6.0.12 + version: 6.4.0