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