mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[birtnami/dremio] chore(jmx-exporter): Upgrade image and change args (#31102)
* [birtnami/dremio] chore(jmx-exporter): Upgrade image and change args Signed-off-by: Fran Mulero <francisco-jose.mulero@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: Fran Mulero <francisco-jose.mulero@broadcom.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
@@ -1,8 +1,13 @@
|
||||
# Changelog
|
||||
|
||||
## 0.3.0 (2024-12-19)
|
||||
|
||||
* [birtnami/dremio] chore(jmx-exporter): Upgrade image and change args ([#31102](https://github.com/bitnami/charts/pull/31102))
|
||||
|
||||
## 0.2.0 (2024-12-10)
|
||||
|
||||
* [bitnami/dremio] Detect non-standard images ([#30897](https://github.com/bitnami/charts/pull/30897))
|
||||
* [bitnami/*] Add Bitnami Premium to NOTES.txt (#30854) ([3dfc003](https://github.com/bitnami/charts/commit/3dfc00376df6631f0ce54b8d440d477f6caa6186)), closes [#30854](https://github.com/bitnami/charts/issues/30854)
|
||||
* [bitnami/dremio] Detect non-standard images (#30897) ([0d3f735](https://github.com/bitnami/charts/commit/0d3f73580fa63eeddee5b7f29cc937588c612003)), closes [#30897](https://github.com/bitnami/charts/issues/30897)
|
||||
|
||||
## <small>0.1.15 (2024-12-07)</small>
|
||||
|
||||
|
||||
@@ -8,7 +8,7 @@ annotations:
|
||||
- name: dremio
|
||||
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-r10
|
||||
image: docker.io/bitnami/jmx-exporter:1.1.0-debian-12-r1
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r33
|
||||
apiVersion: v2
|
||||
@@ -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.2.0
|
||||
version: 0.3.0
|
||||
|
||||
@@ -258,7 +258,7 @@ spec:
|
||||
- -XX:MaxRAMPercentage=100
|
||||
- -XshowSettings:vm
|
||||
- -jar
|
||||
- jmx_prometheus_httpserver.jar
|
||||
- jmx_prometheus_standalone.jar
|
||||
- {{ .Values.metrics.containerPorts.metrics | quote }}
|
||||
- /etc/jmx-dremio/jmx-prometheus.yml
|
||||
{{- if .Values.metrics.extraArgs }}
|
||||
|
||||
@@ -262,7 +262,7 @@ spec:
|
||||
- -XX:MaxRAMPercentage=100
|
||||
- -XshowSettings:vm
|
||||
- -jar
|
||||
- jmx_prometheus_httpserver.jar
|
||||
- jmx_prometheus_standalone.jar
|
||||
- {{ $.Values.metrics.containerPorts.metrics | quote }}
|
||||
- /etc/jmx-dremio/jmx-prometheus.yml
|
||||
{{- end }}
|
||||
|
||||
@@ -262,7 +262,7 @@ spec:
|
||||
- -XX:MaxRAMPercentage=100
|
||||
- -XshowSettings:vm
|
||||
- -jar
|
||||
- jmx_prometheus_httpserver.jar
|
||||
- jmx_prometheus_standalone.jar
|
||||
- {{ .Values.metrics.containerPorts.metrics | quote }}
|
||||
- /etc/jmx-dremio/jmx-prometheus.yml
|
||||
{{- end }}
|
||||
|
||||
@@ -2331,7 +2331,7 @@ metrics:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/jmx-exporter
|
||||
tag: 1.0.1-debian-12-r10
|
||||
tag: 1.1.0-debian-12-r1
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
|
||||
Reference in New Issue
Block a user