Skip to content

Commit

Permalink
[bitnami/dremio] Release 0.1.15 (#30824)
Browse files Browse the repository at this point in the history
* [bitnami/dremio] Release 0.1.15 updating components versions

Signed-off-by: Bitnami Containers <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

---------

Signed-off-by: Bitnami Containers <[email protected]>
  • Loading branch information
bitnami-bot authored Dec 7, 2024
1 parent 68cc34d commit 62722f1
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 14 deletions.
10 changes: 8 additions & 2 deletions bitnami/dremio/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
# Changelog

## 0.1.14 (2024-11-29)
## 0.1.15 (2024-12-07)

* [bitnami/dremio] chore: :bulb: :memo: :rotating_light: Rename prometheus "@section" to avoid linter problems ([#30683](https://github.com/bitnami/charts/pull/30683))
* [bitnami/dremio] Release 0.1.15 ([#30824](https://github.com/bitnami/charts/pull/30824))

## <small>0.1.14 (2024-11-29)</small>

* [bitnami/*] docs: :memo: Add "Prometheus metrics" (batch 1) (#30660) ([7409ca4](https://github.com/bitnami/charts/commit/7409ca4c21869fabe1532dd4f3ff24895df71c6d)), closes [#30660](https://github.com/bitnami/charts/issues/30660)
* [bitnami/*] Remove wrong comment about imagePullPolicy (#30107) ([a51f9e4](https://github.com/bitnami/charts/commit/a51f9e4bb0fbf77199512d35de7ac8abe055d026)), closes [#30107](https://github.com/bitnami/charts/issues/30107)
* [bitnami/dremio] chore: :bulb: :memo: :rotating_light: Rename prometheus "@section" to avoid linter ([2d4e2c3](https://github.com/bitnami/charts/commit/2d4e2c3f807ce5b892eed8a62643d76aef472abe)), closes [#30683](https://github.com/bitnami/charts/issues/30683)

## <small>0.1.13 (2024-10-28)</small>

Expand Down
10 changes: 5 additions & 5 deletions bitnami/dremio/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: minio
repository: oci://registry-1.docker.io/bitnamicharts
version: 14.8.0
version: 14.8.6
- name: zookeeper
repository: oci://registry-1.docker.io/bitnamicharts
version: 13.5.1
version: 13.6.1
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.26.0
digest: sha256:c6c88adf6a9213a8590af51c1fff346c1da7b590ef12e9b6f071f48b6f9d89e8
generated: "2024-10-28T11:09:11.340617097Z"
version: 2.27.2
digest: sha256:bac53aa34acd1477d896e54dccb4dd378247f6985063a7d77106cd7f9291521e
generated: "2024-12-07T11:17:48.229608952Z"
8 changes: 4 additions & 4 deletions bitnami/dremio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: dremio
image: docker.io/bitnami/dremio:25.2.0-debian-12-r0
image: docker.io/bitnami/dremio:25.2.0-debian-12-r1
- name: jmx-exporter
image: docker.io/bitnami/jmx-exporter:1.0.1-debian-12-r9
image: docker.io/bitnami/jmx-exporter:1.0.1-debian-12-r10
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r32
image: docker.io/bitnami/os-shell:12-debian-12-r33
apiVersion: v2
appVersion: 25.2.0
dependencies:
Expand Down Expand Up @@ -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.14
version: 0.1.15
6 changes: 3 additions & 3 deletions bitnami/dremio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ dremio:
image:
registry: docker.io
repository: bitnami/dremio
tag: 25.2.0-debian-12-r0
tag: 25.2.0-debian-12-r1
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down Expand Up @@ -1950,7 +1950,7 @@ defaultInitContainers:
defaultImage:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r32
tag: 12-debian-12-r33
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down Expand Up @@ -2326,7 +2326,7 @@ metrics:
image:
registry: docker.io
repository: bitnami/jmx-exporter
tag: 1.0.1-debian-12-r9
tag: 1.0.1-debian-12-r10
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down

0 comments on commit 62722f1

Please sign in to comment.