Compare commits

..

1 Commits

Author SHA1 Message Date
a50de6e4b2
chore(deps): update volkerraschek/helm docker tag to v3.18.1
Some checks are pending
Helm / helm-lint (push) Waiting to run
Helm / helm-unittest (push) Waiting to run
Helm / helm-lint (pull_request) Successful in 6s
Helm / helm-unittest (pull_request) Successful in 6s
2025-05-29 13:16:03 +00:00

View File

@ -47,7 +47,7 @@ version of the chart must be in sync with the `values.yaml`. Newer *minor* versi
versions can break something!
```bash
CHART_VERSION=0.5.1
CHART_VERSION=0.4.2
helm show values prometheus-exporters/prometheus-postgres-exporter --version "${CHART_VERSION}" > values.yaml
```