From 5f63263cf7b16743e4342eb2a5fd2fd11e8ed64a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Gautier?= Date: Mon, 13 May 2019 17:42:12 +0200 Subject: [PATCH] [stable/chartmuseum] Fix typo in var name (#13722) * [stable/chartmuseum] Fix typo in var name Signed-off-by: Clement Gautier * [stable/chartmuseum] Bump version Signed-off-by: Clement Gautier --- stable/chartmuseum/Chart.yaml | 2 +- stable/chartmuseum/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/chartmuseum/Chart.yaml b/stable/chartmuseum/Chart.yaml index 9f9f45cb21..0d6922d0d3 100644 --- a/stable/chartmuseum/Chart.yaml +++ b/stable/chartmuseum/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Host your own Helm Chart Repository name: chartmuseum -version: 2.3.0 +version: 2.3.1 appVersion: 0.8.2 home: https://github.com/helm/chartmuseum icon: https://raw.githubusercontent.com/helm/chartmuseum/master/logo2.png diff --git a/stable/chartmuseum/README.md b/stable/chartmuseum/README.md index 3e929e6292..054e593575 100644 --- a/stable/chartmuseum/README.md +++ b/stable/chartmuseum/README.md @@ -586,8 +586,8 @@ This allows all API routes to be protected by HTTP basic auth, this is configure ```yaml env: secret: - BASIC_AUTH_USERNAME: curator - BASIC_AUTH_PASSWORD: mypassword + BASIC_AUTH_USER: curator + BASIC_AUTH_PASS: mypassword ``` Or by using values from an existing secret in the cluster that can be created using: