Skip to content

Commit a3aff66

Browse files
committed
upgrade to argocd chart 8.0.9 (app version 3.0.3)
1 parent 7a8ea6a commit a3aff66

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

argocd.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ locals {
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.4/charts/argo-cd/templates/argocd-server/certificate.yaml
9+
# see https://github.com/argoproj/argo-helm/blob/argo-cd-8.0.9/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.4/charts/argo-cd/values.yaml
50+
# https://github.com/argoproj/argo-helm/blob/argo-cd-8.0.9/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.4" # app version 3.0.1.
67+
version = "8.0.9" # app version 3.0.3.
6868
kube_version = var.kubernetes_version
6969
api_versions = []
7070
values = [yamlencode({

0 commit comments

Comments
 (0)