mirror of
https://github.com/bitnami/charts.git
synced 2026-02-11 04:37:23 +08:00
[bitnami/dremio] ⚡ ⬆️ Update dependency references (#33756)
* [bitnami/dremio] Release 2.0.0 updating components versions Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> * Update CHANGELOG.md Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com> --------- Signed-off-by: Bitnami Bot <bitnami.bot@broadcom.com>
This commit is contained in:
@@ -1,8 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
## 1.0.2 (2025-05-06)
|
||||
## 2.0.0 (2025-05-16)
|
||||
|
||||
* [bitnami/dremio] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references ([#33353](https://github.com/bitnami/charts/pull/33353))
|
||||
* [bitnami/dremio] :zap: :arrow_up: Update dependency references ([#33756](https://github.com/bitnami/charts/pull/33756))
|
||||
|
||||
## <small>1.0.2 (2025-05-06)</small>
|
||||
|
||||
* [bitnami/dremio] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references (#33353) ([8512cf8](https://github.com/bitnami/charts/commit/8512cf815308c38e2cd98a6534569afa45edcb67)), closes [#33353](https://github.com/bitnami/charts/issues/33353)
|
||||
|
||||
## <small>1.0.1 (2025-04-25)</small>
|
||||
|
||||
|
||||
@@ -2,18 +2,18 @@
|
||||
# SPDX-License-Identifier: APACHE-2.0
|
||||
|
||||
annotations:
|
||||
tanzuCategory: application
|
||||
category: Analytics
|
||||
licenses: Apache-2.0
|
||||
images: |
|
||||
- name: dremio
|
||||
image: docker.io/bitnami/dremio:25.2.0-debian-12-r16
|
||||
image: docker.io/bitnami/dremio:26.0.0-debian-12-r0
|
||||
- name: jmx-exporter
|
||||
image: docker.io/bitnami/jmx-exporter:1.2.0-debian-12-r4
|
||||
image: docker.io/bitnami/jmx-exporter:1.2.0-debian-12-r5
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r43
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r44
|
||||
licenses: Apache-2.0
|
||||
tanzuCategory: application
|
||||
apiVersion: v2
|
||||
appVersion: 25.2.0
|
||||
appVersion: 26.0.0
|
||||
dependencies:
|
||||
- condition: minio.enabled
|
||||
name: minio
|
||||
@@ -28,7 +28,8 @@ dependencies:
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 2.x.x
|
||||
description: Dremio is an open-source self-service data access tool that provides high-performance queries for interactive analytics on data lakes.
|
||||
description: Dremio is an open-source self-service data access tool that provides
|
||||
high-performance queries for interactive analytics on data lakes.
|
||||
home: https://bitnami.com
|
||||
icon: https://dyltqmyl993wv.cloudfront.net/assets/stacks/dremio/img/dremio-stack-220x234.png
|
||||
keywords:
|
||||
@@ -42,4 +43,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: 1.0.2
|
||||
version: 2.0.0
|
||||
|
||||
@@ -99,7 +99,7 @@ dremio:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/dremio
|
||||
tag: 25.2.0-debian-12-r16
|
||||
tag: 26.0.0-debian-12-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
@@ -1958,7 +1958,7 @@ defaultInitContainers:
|
||||
defaultImage:
|
||||
registry: docker.io
|
||||
repository: bitnami/os-shell
|
||||
tag: 12-debian-12-r43
|
||||
tag: 12-debian-12-r44
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
## Secrets must be manually created in the namespace.
|
||||
@@ -2334,7 +2334,7 @@ metrics:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/jmx-exporter
|
||||
tag: 1.2.0-debian-12-r4
|
||||
tag: 1.2.0-debian-12-r5
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
|
||||
Reference in New Issue
Block a user