Update ArgoCD admin password in values.yaml and add Jenkins configuration values.yaml

This commit is contained in:
2026-04-12 16:46:15 +07:00
parent 6181d97d65
commit 886f56059f
2 changed files with 1429 additions and 1 deletions

View File

@@ -716,7 +716,7 @@ configs:
# -- Bcrypt hashed admin password
## Argo expects the password in the secret to be bcrypt hashed. You can create this hash with
## `htpasswd -nbBC 10 "" $ARGO_PWD | tr -d ':\n' | sed 's/$2y/$2a/'`
argocdServerAdminPassword: ""
argocdServerAdminPassword: "$2a$10$K3XKJw2.Igu99bdIETW6leAG/iZI4XePI3N/g/8vzALSFaN6onGXe"
# -- Admin password modification time. Eg. `"2006-01-02T15:04:05Z"`
# @default -- `""` (defaults to current time)
argocdServerAdminPasswordMtime: ""