File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 6
6
# NB argocd-server will automatically reload this secret.
7
7
# NB alternatively we could set the server.certificate.enabled helm value. but
8
8
# 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
10
10
# see https://argo-cd.readthedocs.io/en/stable/operator-manual/tls/
11
11
# see https://cert-manager.io/docs/reference/api-docs/#cert-manager.io/v1.Certificate
12
12
{
@@ -47,7 +47,7 @@ locals {
47
47
48
48
# set the configuration.
49
49
# 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
51
51
# NB make sure you are seeing the same version of the chart that you are installing.
52
52
# NB this disables the tls between argocd components, that is, the internal
53
53
# cluster traffic does not uses tls, and only the ingress uses tls.
@@ -64,7 +64,7 @@ data "helm_template" "argocd" {
64
64
chart = " argo-cd"
65
65
# see https://artifacthub.io/packages/helm/argo/argo-cd
66
66
# 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 .
68
68
kube_version = var. kubernetes_version
69
69
api_versions = []
70
70
values = [yamlencode ({
You can’t perform that action at this time.
0 commit comments