kubezero/charts/kubezero-argo
Stefan Reimer c91d570857 Chore: various version bumps 2024-04-09 15:13:16 +00:00
..
templates/argo-cd feat: v1.28 version upgrade argoCD incl. move into argo umbrella chart 2024-03-27 22:48:02 +00:00
Chart.yaml chore(deps): update helm release argo-cd to v6.7.10 2024-04-06 03:06:38 +00:00
README.md Chore: various version bumps 2024-04-09 15:13:16 +00:00
README.md.gotmpl feat: v1.28 version upgrade argoCD incl. move into argo umbrella chart 2024-03-27 22:48:02 +00:00
dashboards.yaml docs: update support timeline 2024-03-27 13:58:32 +00:00
update.sh feat: v1.28 version upgrade argoCD incl. move into argo umbrella chart 2024-03-27 22:48:02 +00:00
values.yaml Chore: various version bumps 2024-04-09 15:13:16 +00:00

README.md

kubezero-argo

Version: 0.2.1

KubeZero Argo - Events, Workflow, CD

Homepage: https://kubezero.com

Maintainers

Name Email Url
Stefan Reimer stefan@zero-downtime.net

Requirements

Kubernetes: >= 1.26.0

Repository Name Version
https://argoproj.github.io/argo-helm argo-cd 6.7.10
https://argoproj.github.io/argo-helm argo-events 2.4.4
https://argoproj.github.io/argo-helm argocd-apps 2.0.0
https://argoproj.github.io/argo-helm argocd-image-updater 0.9.6
https://cdn.zero-downtime.net/charts/ kubezero-lib >= 0.1.6

Values

Key Type Default Description
argo-cd.applicationSet.enabled bool false
argo-cd.configs.cm."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.configs.cm."timeout.reconciliation" string "300s"
argo-cd.configs.cm."ui.bannercontent" string "KubeZero v1.27 - Release notes"
argo-cd.configs.cm."ui.bannerpermanent" string "true"
argo-cd.configs.cm."ui.bannerposition" string "bottom"
argo-cd.configs.cm."ui.bannerurl" string "https://kubezero.com/releases/v1.27"
argo-cd.configs.cm.url string "https://argocd.example.com"
argo-cd.configs.params."controller.operation.processors" string "5"
argo-cd.configs.params."controller.status.processors" string "10"
argo-cd.configs.params."server.enable.gzip" bool true
argo-cd.configs.params."server.insecure" bool true
argo-cd.configs.secret.createSecret bool false
argo-cd.configs.ssh.extraHosts string "git.zero-downtime.net ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAACAQC8YdJ4YcOK7A0K7qOWsRjCS+wHTStXRcwBe7gjG43HPSNijiCKoGf/c+tfNsRhyouawg7Law6M6ahmS/jKWBpznRIM+OdOFVSuhnK/nr6h6wG3/ZfdLicyAPvx1/STGY/Fc6/zXA88i/9PV+g84gSVmhf3fGY92wokiASiu9DU4T9dT1gIkdyOX6fbMi1/mMKLSrHnAQcjyasYDvw9ISCJ95EoSwbj7O4c+7jo9fxYvdCfZZZAEZGozTRLAAO0AnjVcRah7bZV/jfHJuhOipV/TB7UVAhlVv1dfGV7hoTp9UKtKZFJF4cjIrSGxqQA/mdhSdLgkepK7yc4Jp2xGnaarhY29DfqsQqop+ugFpTbj7Xy5Rco07mXc6XssbAZhI1xtCOX20N4PufBuYippCK5AE6AiAyVtJmvfGQk4HP+TjOyhFo7PZm3wc9Hym7IBBVC0Sl30K8ddufkAgHwNGvvu1ZmD9ZWaMOXJDHBCZGMMr16QREZwVtZTwMEQalc7/yqmuqMhmcJIfs/GA2Lt91y+pq9C8XyeUL0VFPch0vkcLSRe3ghMZpRFJ/ht307xPcLzgTJqN6oQtNNDzSQglSEjwhge2K4GyWcIh+oGsWxWz5dHyk1iJmw90Y976BZIl/mYVgbTtZAJ81oGe/0k5rAe+LDL+Yq6tG28QFOg0QmiQ=="
argo-cd.configs.styles string ".sidebar__logo img { content: url(https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png); }\n.sidebar__logo__text-logo { height: 0em; }\n.sidebar { background: linear-gradient(to bottom, #6A4D79, #493558, #2D1B30, #0D0711); }\n"
argo-cd.controller.metrics.enabled bool false
argo-cd.controller.metrics.serviceMonitor.enabled bool true
argo-cd.controller.resources.limits.memory string "2048Mi"
argo-cd.controller.resources.requests.cpu string "100m"
argo-cd.controller.resources.requests.memory string "512Mi"
argo-cd.dex.enabled bool false
argo-cd.enabled bool false
argo-cd.global.logging.format string "json"
argo-cd.istio.enabled bool false
argo-cd.istio.gateway string "istio-ingress/ingressgateway"
argo-cd.istio.ipBlocks list []
argo-cd.notifications.enabled bool false
argo-cd.repoServer.metrics.enabled bool false
argo-cd.repoServer.metrics.serviceMonitor.enabled bool true
argo-cd.server.metrics.enabled bool false
argo-cd.server.metrics.serviceMonitor.enabled bool true
argo-cd.server.service.servicePortHttpsName string "grpc"
argo-events.configs.jetstream.settings.maxFileStore int -1 Maximum size of the file storage (e.g. 20G)
argo-events.configs.jetstream.settings.maxMemoryStore int -1 Maximum size of the memory storage (e.g. 1G)
argo-events.configs.jetstream.streamConfig.duplicates string "300s" Not documented at the moment
argo-events.configs.jetstream.streamConfig.maxAge string "72h" Maximum age of existing messages, i.e. “72h”, “4h35m”
argo-events.configs.jetstream.streamConfig.maxBytes string "1GB"
argo-events.configs.jetstream.streamConfig.maxMsgs int 1000000 Maximum number of messages before expiring oldest message
argo-events.configs.jetstream.streamConfig.replicas int 1 Number of replicas, defaults to 3 and requires minimal 3
argo-events.configs.jetstream.versions[0].configReloaderImage string "natsio/nats-server-config-reloader:0.14.1"
argo-events.configs.jetstream.versions[0].metricsExporterImage string "natsio/prometheus-nats-exporter:0.14.0"
argo-events.configs.jetstream.versions[0].natsImage string "nats:2.10.11-scratch"
argo-events.configs.jetstream.versions[0].startCommand string "/nats-server"
argo-events.configs.jetstream.versions[0].version string "2.10.11"
argo-events.enabled bool false
argocd-apps.applications object {}
argocd-apps.enabled bool false
argocd-apps.projects object {}
argocd-image-updater.authScripts.enabled bool true
argocd-image-updater.authScripts.scripts."ecr-login.sh" string `"#!/bin/sh\naws ecr --region $AWS_REGION get-authorization-token --output text --query 'authorizationData[].authorizationToken' base64 -d\n"`
argocd-image-updater.authScripts.scripts."ecr-public-login.sh" string `"#!/bin/sh\naws ecr-public --region us-east-1 get-authorization-token --output text --query 'authorizationData.authorizationToken' base64 -d\n"`
argocd-image-updater.config.argocd.plaintext bool true
argocd-image-updater.enabled bool false
argocd-image-updater.fullnameOverride string "argocd-image-updater"
argocd-image-updater.metrics.enabled bool false
argocd-image-updater.metrics.serviceMonitor.enabled bool true
argocd-image-updater.sshConfig.config string "Host *\n PubkeyAcceptedAlgorithms +ssh-rsa\n HostkeyAlgorithms +ssh-rsa\n"

Resources