mirror of
https://github.com/bitnami/charts.git
synced 2026-03-11 15:37:20 +08:00
[bitnami/dremio] Release 0.1.12 (#29923)
This commit is contained in:
@@ -37,7 +37,7 @@ http:
|
||||
status: 200
|
||||
timeout: 30000
|
||||
body:
|
||||
- /metrics_com_dremio/
|
||||
- /metrics_dremio/
|
||||
{{- /* Not testing the body output because it is causing a CancelTimeoutError from time to time (probably because of the resource preset we are using) */}}
|
||||
http://dremio-metrics:{{ .Vars.metrics.service.ports.metrics }}/metrics:
|
||||
status: 200
|
||||
|
||||
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 0.1.11 (2024-08-29)
|
||||
## 0.1.12 (2024-10-25)
|
||||
|
||||
* [bitnami/dremio] Release 0.1.11 ([#29112](https://github.com/bitnami/charts/pull/29112))
|
||||
* [bitnami/dremio] Release 0.1.12 ([#29923](https://github.com/bitnami/charts/pull/29923))
|
||||
|
||||
## <small>0.1.11 (2024-08-29)</small>
|
||||
|
||||
* [bitnami/dremio] Release 0.1.11 (#29112) ([1473bc8](https://github.com/bitnami/charts/commit/1473bc826abe517fb51d0c18513d3c23dab65422)), closes [#29112](https://github.com/bitnami/charts/issues/29112)
|
||||
|
||||
## <small>0.1.10 (2024-08-29)</small>
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
dependencies:
|
||||
- name: minio
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 14.7.3
|
||||
version: 14.8.0
|
||||
- name: zookeeper
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 13.4.10
|
||||
version: 13.5.0
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.22.0
|
||||
digest: sha256:046d7bc14b05c4b8b4861c029194dc91d41d9f533236fecf7e39c62bf14f7d75
|
||||
generated: "2024-08-29T14:51:09.131147706Z"
|
||||
version: 2.26.0
|
||||
digest: sha256:b1bb64b2bfafd5bb96593a520d31b75233cca27b473989f454411be2a519fec7
|
||||
generated: "2024-10-25T20:32:56.95833+02:00"
|
||||
|
||||
@@ -6,13 +6,13 @@ annotations:
|
||||
licenses: Apache-2.0
|
||||
images: |
|
||||
- name: dremio
|
||||
image: docker.io/bitnami/dremio:25.0.0-debian-12-r12
|
||||
image: docker.io/bitnami/dremio:25.1.1-debian-12-r0
|
||||
- name: jmx-exporter
|
||||
image: docker.io/bitnami/jmx-exporter:1.0.1-debian-12-r6
|
||||
image: docker.io/bitnami/jmx-exporter:1.0.1-debian-12-r7
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r28
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r31
|
||||
apiVersion: v2
|
||||
appVersion: 25.0.0
|
||||
appVersion: 25.1.1
|
||||
dependencies:
|
||||
- condition: minio.enabled
|
||||
name: minio
|
||||
@@ -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.11
|
||||
version: 0.1.12
|
||||
|
||||
@@ -91,7 +91,7 @@ dremio:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/dremio
|
||||
tag: 25.0.0-debian-12-r12
|
||||
tag: 25.1.1-debian-12-r0
|
||||
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-r28
|
||||
tag: 12-debian-12-r31
|
||||
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-r6
|
||||
tag: 1.0.1-debian-12-r7
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
||||
Reference in New Issue
Block a user