kubezero/charts/kubezero-argocd
Stefan Reimer b51e695e99 fix: adjust kubezero argocd flow once more 2021-08-30 12:52:35 +02:00
..
templates feat: argocd version to 2.1, removed kubezero from chart 2021-08-25 16:00:26 +02:00
Chart.yaml feat: logging version bump, kubezero git-sync for argocd 2021-08-30 00:28:32 +02:00
README.md feat: argocd version to 2.1, removed kubezero from chart 2021-08-25 16:00:26 +02:00
README.md.gotmpl ArgoCd naming fixes 2020-11-30 09:30:06 -08:00
dashboards.yaml feat: ArgoCD version bump to 2.X 2021-07-01 16:40:23 +02:00
update.sh feat: ArgoCD version bump to 2.X 2021-07-01 16:40:23 +02:00
values.yaml fix: adjust kubezero argocd flow once more 2021-08-30 12:52:35 +02:00

README.md

kubezero-argocd

Version: 0.8.1

KubeZero ArgoCD Helm chart to install ArgoCD itself and the KubeZero ArgoCD Application

Homepage: https://kubezero.com

Maintainers

Name Email Url
Quarky9

Requirements

Kubernetes: >= 1.18.0

Repository Name Version
https://argoproj.github.io/argo-helm argo-cd 3.13.1
https://zero-down-time.github.io/kubezero/ kubezero-lib >= 0.1.4

Values

Key Type Default Description
argo-cd.controller.args.appResyncPeriod string "300"
argo-cd.controller.args.operationProcessors string "4"
argo-cd.controller.args.statusProcessors string "8"
argo-cd.controller.logFormat string "json"
argo-cd.controller.metrics.enabled bool false
argo-cd.controller.metrics.serviceMonitor.enabled bool true
argo-cd.controller.resources.requests.cpu string "100m"
argo-cd.controller.resources.requests.memory string "256Mi"
argo-cd.dex.enabled bool false
argo-cd.installCRDs bool false
argo-cd.repoServer.logFormat string "json"
argo-cd.repoServer.metrics.enabled bool false
argo-cd.repoServer.metrics.serviceMonitor.enabled bool true
argo-cd.server.config."resource.customizations" string `"cert-manager.io/Certificate:\n # Lua script for customizing the health status assessment\n health.lua: \n hs = {}\n if obj.status ~= nil then\n if obj.status.conditions ~= nil then\n for i, condition in ipairs(obj.status.conditions) do\n if condition.type == "Ready" and condition.status == "False" then\n hs.status = "Degraded"\n hs.message = condition.message\n return hs\n end\n if condition.type == "Ready" and condition.status == "True" then\n hs.status = "Healthy"\n hs.message = condition.message\n return hs\n end\n end\n end\n end\n hs.status = "Progressing"\n hs.message = "Waiting for certificate"\n return hs\n"`
argo-cd.server.config."ui.bannercontent" string "KubeZero Release 2.20 incl. ArgoCD 2.0 -> Release notes"
argo-cd.server.config."ui.bannerurl" string "https://blog.argoproj.io/argo-cd-v2-0-rc1-is-here-f7d21ff1aa64"
argo-cd.server.config.url string "argocd.example.com" ArgoCD hostname to be exposed via Istio
argo-cd.server.extraArgs[0] string "--insecure"
argo-cd.server.logFormat string "json"
argo-cd.server.metrics.enabled bool false
argo-cd.server.metrics.serviceMonitor.enabled bool true
argo-cd.server.service.servicePortHttpsName string "grpc"
istio.enabled bool false Deploy Istio VirtualService to expose ArgoCD
istio.gateway string "istio-ingress/ingressgateway" Name of the Istio gateway to add the VirtualService to
istio.ipBlocks list []

Resources