mirror of
https://github.com/outbackdingo/terraform-libvirt-talos.git
synced 2026-01-27 10:20:31 +00:00
upgrade to argocd chart 8.3.3 (app version 3.1.1)
This commit is contained in:
@@ -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.2.5/charts/argo-cd/templates/argocd-server/certificate.yaml
|
||||
# see https://github.com/argoproj/argo-helm/blob/argo-cd-8.3.3/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.2.5/charts/argo-cd/values.yaml
|
||||
# https://github.com/argoproj/argo-helm/blob/argo-cd-8.3.3/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.2.5" # app version 3.0.12.
|
||||
version = "8.3.3" # app version 3.1.1.
|
||||
kube_version = var.kubernetes_version
|
||||
api_versions = []
|
||||
values = [yamlencode({
|
||||
|
||||
Reference in New Issue
Block a user