diff --git a/bitnami/dremio/CHANGELOG.md b/bitnami/dremio/CHANGELOG.md index f1f6f64ab6..325d1cf407 100644 --- a/bitnami/dremio/CHANGELOG.md +++ b/bitnami/dremio/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog +## 3.0.1 (2025-06-06) + +* [bitnami/dremio] Fix _init_containers.tpl incorrect variable ([#33752](https://github.com/bitnami/charts/pull/33752)) + ## 3.0.0 (2025-06-04) -* [bitnami/dremio] feat: major version due to Minio major bump ([#34086](https://github.com/bitnami/charts/pull/34086)) +* [bitnami/dremio] feat: major version due to Minio major bump (#34086) ([f510f04](https://github.com/bitnami/charts/commit/f510f043d07c11985c04e395e28686930646c32b)), closes [#34086](https://github.com/bitnami/charts/issues/34086) ## 2.0.3 (2025-05-23) diff --git a/bitnami/dremio/Chart.yaml b/bitnami/dremio/Chart.yaml index 1479b18ced..f3bf878d04 100644 --- a/bitnami/dremio/Chart.yaml +++ b/bitnami/dremio/Chart.yaml @@ -43,4 +43,4 @@ sources: - https://github.com/bitnami/charts/tree/main/bitnami/dremio - https://github.com/bitnami/containers/tree/main/bitnami/dremio - https://github.com/dremio/dremio-oss -version: 3.0.0 +version: 3.0.1 diff --git a/bitnami/dremio/templates/_init_containers.tpl b/bitnami/dremio/templates/_init_containers.tpl index 02a8af3a54..f2838c5992 100644 --- a/bitnami/dremio/templates/_init_containers.tpl +++ b/bitnami/dremio/templates/_init_containers.tpl @@ -235,7 +235,7 @@ Init container definition for waiting for the database to be ready - -ec - | set -e - {{- if .context.Values.usePasswordFiles }} + {{- if .Values.usePasswordFiles }} # We need to load all the secret env vars to the system for file in $(find /bitnami/dremio/secrets -type f); do env_var_name="$(basename $file)"