mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
[bitnami/dremio] Release 0.1.15 (#30824)
* [bitnami/dremio] Release 0.1.15 updating components versions Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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:
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
@@ -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.
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user