Closed raphaelzoellner closed 2 years ago
cc @timescale/o11y-services
We've moved the helm chart to the other repository and simplified the Secret update procedure while changing it in tobs. Now it is easier (it is the same what you proposed) and should be working. You can use it by using promscale helm chart version 13.0.0
Currently the following lines in Promscales helm chart have negative side effects for helm upgrades: https://github.com/timescale/promscale/blob/master/deploy/helm-chart/templates/secret-connection.yaml#L33-L44
Effects:
PROMSCALE_DB_PASSWORD
andPROMSCALE_DB_PASSWORD
are not being updated.PROMSCALE_DB_URI
).I suggest to remove the lines and instead make use of the already added
connectionSecretName
in case a secret is provided by another source than this helm chart.