From 8e43add4da6899df852a639d9614448442b4a135 Mon Sep 17 00:00:00 2001 From: Raffael H Date: Thu, 10 Aug 2023 16:07:42 +0200 Subject: [PATCH] Add basic auth secret to setup --- charts/user-monitoring/Chart.yaml | 2 +- ..._user-basic-auth-secret.yaml => user-basic-auth-secret.yaml} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename charts/user-monitoring/templates/{_user-basic-auth-secret.yaml => user-basic-auth-secret.yaml} (100%) diff --git a/charts/user-monitoring/Chart.yaml b/charts/user-monitoring/Chart.yaml index e9e335a..be641d4 100644 --- a/charts/user-monitoring/Chart.yaml +++ b/charts/user-monitoring/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.1 +version: 0.2.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/user-monitoring/templates/_user-basic-auth-secret.yaml b/charts/user-monitoring/templates/user-basic-auth-secret.yaml similarity index 100% rename from charts/user-monitoring/templates/_user-basic-auth-secret.yaml rename to charts/user-monitoring/templates/user-basic-auth-secret.yaml