From e7641b7539f76525320ccedbc2d806535c6cfcfe Mon Sep 17 00:00:00 2001 From: Ildar Iskhakov Date: Tue, 8 Nov 2022 17:10:26 +0800 Subject: [PATCH] Fix helm values.yaml, bump helm version (#792) --- helm/oncall/Chart.yaml | 4 ++-- helm/oncall/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm/oncall/Chart.yaml b/helm/oncall/Chart.yaml index c6c8fc6e..79159074 100644 --- a/helm/oncall/Chart.yaml +++ b/helm/oncall/Chart.yaml @@ -8,13 +8,13 @@ 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: 1.0.9 +version: 1.0.10 # 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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "v1.0.50" +appVersion: "v1.0.51" dependencies: - name: cert-manager version: v1.8.0 diff --git a/helm/oncall/values.yaml b/helm/oncall/values.yaml index 3de0e122..dfc71d38 100644 --- a/helm/oncall/values.yaml +++ b/helm/oncall/values.yaml @@ -221,7 +221,7 @@ externalPostgresql: # use an existing secret for the database password existingSecret: "" # the key in the secret containing the database password - passwordKey: password + passwordKey: # RabbitMQ is included into this release for the convenience. # It is recommended to host it separately from this release