From 6a4cb8cca4177c8da6a672e2dcc0a8c628c88843 Mon Sep 17 00:00:00 2001 From: Jonas DOREL <20277513+jdorel@users.noreply.github.com> Date: Fri, 6 Jun 2025 13:08:59 +0200 Subject: [PATCH] [bitnami/dremio] Fix _init_containers.tpl incorrect variable (#33752) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * fix(_init_containers.tpl): non existing context Signed-off-by: Jonas DOREL <20277513+jdorel@users.noreply.github.com> * chore(Chart.yaml): bump version Signed-off-by: Jonas DOREL <20277513+jdorel@users.noreply.github.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot * fix(_init_containers.tpl): correct existing context Signed-off-by: Jonas DOREL <20277513+jdorel@users.noreply.github.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot * Update CHANGELOG.md Signed-off-by: Bitnami Bot --------- Signed-off-by: Jonas DOREL <20277513+jdorel@users.noreply.github.com> Signed-off-by: Bitnami Bot Signed-off-by: Carlos Rodríguez Hernández Co-authored-by: Bitnami Bot Co-authored-by: Carlos Rodríguez Hernández --- bitnami/dremio/CHANGELOG.md | 6 +++++- bitnami/dremio/Chart.yaml | 2 +- bitnami/dremio/templates/_init_containers.tpl | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) 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)"