diff --git a/bitnami/dremio/CHANGELOG.md b/bitnami/dremio/CHANGELOG.md
index 316c581d15d9f9..7ce1dcc2f09c9e 100644
--- a/bitnami/dremio/CHANGELOG.md
+++ b/bitnami/dremio/CHANGELOG.md
@@ -1,8 +1,12 @@
# Changelog
-## 0.1.9 (2024-07-25)
+## 0.1.10 (2024-08-29)
-* [bitnami/dremio] Release 0.1.9 ([#28486](https://github.com/bitnami/charts/pull/28486))
+* [bitnami/dremio] Release 0.1.10 ([#29110](https://github.com/bitnami/charts/pull/29110))
+
+## 0.1.9 (2024-07-25)
+
+* [bitnami/dremio] Release 0.1.9 (#28486) ([55975e8](https://github.com/bitnami/charts/commit/55975e8a9a58d7901657631ac19af3fcda1ac0c8)), closes [#28486](https://github.com/bitnami/charts/issues/28486)
## 0.1.8 (2024-07-24)
diff --git a/bitnami/dremio/Chart.lock b/bitnami/dremio/Chart.lock
index e8149ad7ed895f..3b34a086cfd567 100644
--- a/bitnami/dremio/Chart.lock
+++ b/bitnami/dremio/Chart.lock
@@ -1,12 +1,12 @@
dependencies:
- name: minio
repository: oci://registry-1.docker.io/bitnamicharts
- version: 14.6.28
+ version: 14.7.3
- name: zookeeper
repository: oci://registry-1.docker.io/bitnamicharts
- version: 13.4.9
+ version: 13.4.10
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
- version: 2.20.5
-digest: sha256:5b88972ce3d32c0485215b98e92ca7b536cdb4222161df6b0e83816955262f29
-generated: "2024-07-25T08:57:33.241780045Z"
+ version: 2.22.0
+digest: sha256:046d7bc14b05c4b8b4861c029194dc91d41d9f533236fecf7e39c62bf14f7d75
+generated: "2024-08-29T14:51:09.131147706Z"
diff --git a/bitnami/dremio/Chart.yaml b/bitnami/dremio/Chart.yaml
index 1d62d783ec6b74..e3ecdabb2a4cb9 100644
--- a/bitnami/dremio/Chart.yaml
+++ b/bitnami/dremio/Chart.yaml
@@ -6,11 +6,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: dremio
- image: docker.io/bitnami/dremio:25.0.0-debian-12-r9
+ image: docker.io/bitnami/dremio:25.0.0-debian-12-r11
- name: jmx-exporter
- image: docker.io/bitnami/jmx-exporter:1.0.1-debian-12-r5
+ image: docker.io/bitnami/jmx-exporter:1.0.1-debian-12-r6
- name: os-shell
- image: docker.io/bitnami/os-shell:12-debian-12-r26
+ image: docker.io/bitnami/os-shell:12-debian-12-r28
apiVersion: v2
appVersion: 25.0.0
dependencies:
@@ -41,4 +41,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: 0.1.9
+version: 0.1.10
diff --git a/bitnami/dremio/values.yaml b/bitnami/dremio/values.yaml
index 29fe12f6459882..6b418be943dce5 100644
--- a/bitnami/dremio/values.yaml
+++ b/bitnami/dremio/values.yaml
@@ -91,7 +91,7 @@ dremio:
image:
registry: docker.io
repository: bitnami/dremio
- tag: 25.0.0-debian-12-r9
+ tag: 25.0.0-debian-12-r11
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -1951,7 +1951,7 @@ defaultInitContainers:
defaultImage:
registry: docker.io
repository: bitnami/os-shell
- tag: 12-debian-12-r26
+ tag: 12-debian-12-r28
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
@@ -2327,7 +2327,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/jmx-exporter
- tag: 1.0.1-debian-12-r5
+ tag: 1.0.1-debian-12-r6
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'