upgrade to argocd chart 8.5.8 (app version 3.1.8)

This commit is contained in:
Rui Lopes
2025-10-06 20:30:12 +00:00
parent e624d7a632
commit ed3fcb109a

View File

@@ -6,7 +6,7 @@ locals {
# NB argocd-server will automatically reload this secret.
# NB alternatively we could set the server.certificate.enabled helm value. but
# that does not allow us to fully customize the certificate (e.g. subject).
# see https://github.com/argoproj/argo-helm/blob/argo-cd-8.5.0/charts/argo-cd/templates/argocd-server/certificate.yaml
# see https://github.com/argoproj/argo-helm/blob/argo-cd-8.5.8/charts/argo-cd/templates/argocd-server/certificate.yaml
# see https://argo-cd.readthedocs.io/en/stable/operator-manual/tls/
# see https://cert-manager.io/docs/reference/api-docs/#cert-manager.io/v1.Certificate
{
@@ -47,7 +47,7 @@ locals {
# set the configuration.
# NB the default values are described at:
# https://github.com/argoproj/argo-helm/blob/argo-cd-8.5.0/charts/argo-cd/values.yaml
# https://github.com/argoproj/argo-helm/blob/argo-cd-8.5.8/charts/argo-cd/values.yaml
# NB make sure you are seeing the same version of the chart that you are installing.
# NB this disables the tls between argocd components, that is, the internal
# cluster traffic does not uses tls, and only the ingress uses tls.
@@ -64,7 +64,7 @@ data "helm_template" "argocd" {
chart = "argo-cd"
# see https://artifacthub.io/packages/helm/argo/argo-cd
# renovate: datasource=helm depName=argo-cd registryUrl=https://argoproj.github.io/argo-helm
version = "8.5.0" # app version 3.1.5.
version = "8.5.8" # app version 3.1.8.
kube_version = var.kubernetes_version
api_versions = []
values = [yamlencode({