From 47e9523da3b202390a01f7702ee55149815b7907 Mon Sep 17 00:00:00 2001 From: Szymon <22324341+szymon3@users.noreply.github.com> Date: Mon, 4 May 2020 17:00:38 +0200 Subject: [PATCH] docs: Mention bcrypt hashing for admin password in README.md (#327) * Update README.md Mention bcrypt hashing for admin password value * Update Chart.yaml Bump patch version of chart Co-authored-by: Sean Johnson --- charts/argo-cd/Chart.yaml | 2 +- charts/argo-cd/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/argo-cd/Chart.yaml b/charts/argo-cd/Chart.yaml index 700b8582..ec7fca5a 100644 --- a/charts/argo-cd/Chart.yaml +++ b/charts/argo-cd/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "1.5.2" description: A Helm chart for ArgoCD, a declarative, GitOps continuous delivery tool for Kubernetes. name: argo-cd -version: 2.2.11 +version: 2.2.12 home: https://github.com/argoproj/argo-helm icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png keywords: diff --git a/charts/argo-cd/README.md b/charts/argo-cd/README.md index f991b464..befb1964 100644 --- a/charts/argo-cd/README.md +++ b/charts/argo-cd/README.md @@ -70,7 +70,7 @@ Helm v3 has removed the `install-crds` hook so CRDs are now populated by files i | installCRDs | Install CRDs if you are using Helm2. | `true` | | configs.knownHosts.data.ssh_known_hosts | Known Hosts | See [values.yaml](values.yaml) | | configs.secret.annotations | Annotations for argocd-secret | `{}` | -| configs.secret.argocdServerAdminPassword | Admin password | `null` | +| configs.secret.argocdServerAdminPassword | Bcrypt hashed admin password | `null` | | configs.secret.argocdServerAdminPasswordMtime | Admin password modification time | `date "2006-01-02T15:04:05Z" now` if configs.secret.argocdServerAdminPassword is set | | configs.secret.bitbucketSecret | BitBucket incoming webhook secret | `""` | | configs.secret.createSecret | Create the argocd-secret. | `true` |