Skip to content

Commit

Permalink
upgrade to argocd chart 7.5.2 (app version 2.12.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgl committed Sep 2, 2024
1 parent dd44708 commit 9a663f7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions argocd.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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-7.4.2/charts/argo-cd/templates/argocd-server/certificate.yaml
# see https://github.com/argoproj/argo-helm/blob/argo-cd-7.5.2/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
{
Expand Down Expand Up @@ -47,7 +47,7 @@ locals {

# set the configuration.
# NB the default values are described at:
# https://github.com/argoproj/argo-helm/blob/argo-cd-7.4.2/charts/argo-cd/values.yaml
# https://github.com/argoproj/argo-helm/blob/argo-cd-7.5.2/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.
Expand All @@ -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 = "7.4.2" # app version 2.12.0.
version = "7.5.2" # app version 2.12.3.
kube_version = var.kubernetes_version
api_versions = []
values = [yamlencode({
Expand Down

0 comments on commit 9a663f7

Please sign in to comment.