File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 # NB argocd-server will automatically reload this secret.
77 # NB alternatively we could set the server.certificate.enabled helm value. but
88 # that does not allow us to fully customize the certificate (e.g. subject).
9- # see https://github.com/argoproj/argo-helm/blob/argo-cd-8.0.9 /charts/argo-cd/templates/argocd-server/certificate.yaml
9+ # see https://github.com/argoproj/argo-helm/blob/argo-cd-8.0.12 /charts/argo-cd/templates/argocd-server/certificate.yaml
1010 # see https://argo-cd.readthedocs.io/en/stable/operator-manual/tls/
1111 # see https://cert-manager.io/docs/reference/api-docs/#cert-manager.io/v1.Certificate
1212 {
@@ -47,7 +47,7 @@ locals {
4747
4848# set the configuration.
4949# NB the default values are described at:
50- # https://github.com/argoproj/argo-helm/blob/argo-cd-8.0.9 /charts/argo-cd/values.yaml
50+ # https://github.com/argoproj/argo-helm/blob/argo-cd-8.0.12 /charts/argo-cd/values.yaml
5151# NB make sure you are seeing the same version of the chart that you are installing.
5252# NB this disables the tls between argocd components, that is, the internal
5353# cluster traffic does not uses tls, and only the ingress uses tls.
@@ -64,7 +64,7 @@ data "helm_template" "argocd" {
6464 chart = " argo-cd"
6565 # see https://artifacthub.io/packages/helm/argo/argo-cd
6666 # renovate: datasource=helm depName=argo-cd registryUrl=https://argoproj.github.io/argo-helm
67- version = " 8.0.9 " # app version 3.0.3 .
67+ version = " 8.0.12 " # app version 3.0.4 .
6868 kube_version = var. kubernetes_version
6969 api_versions = []
7070 values = [yamlencode ({
You can’t perform that action at this time.
0 commit comments