mirror of
https://github.com/bitnami/charts.git
synced 2026-02-24 06:47:26 +08:00
[bitnami/dremio] Release 0.1.2 (#27557)
* [bitnami/dremio] Release 0.1.2 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,12 @@
|
||||
# Changelog
|
||||
|
||||
## 0.1.1 (2024-06-25)
|
||||
## 0.1.2 (2024-06-27)
|
||||
|
||||
* [bitnami/dremio] fix: :bug: Add missing metrics ports in networkpolicy ([#27527](https://github.com/bitnami/charts/pull/27527))
|
||||
* [bitnami/dremio] Release 0.1.2 ([#27557](https://github.com/bitnami/charts/pull/27557))
|
||||
|
||||
## <small>0.1.1 (2024-06-25)</small>
|
||||
|
||||
* [bitnami/dremio] fix: :bug: Add missing metrics ports in networkpolicy (#27527) ([5b4f9d4](https://github.com/bitnami/charts/commit/5b4f9d4a8e8a7b3b8425a4707f8a89fc7f46e246)), closes [#27527](https://github.com/bitnami/charts/issues/27527)
|
||||
|
||||
## 0.1.0 (2024-06-25)
|
||||
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
dependencies:
|
||||
- name: minio
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 14.6.10
|
||||
version: 14.6.13
|
||||
- name: zookeeper
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 13.4.4
|
||||
version: 13.4.5
|
||||
- name: common
|
||||
repository: oci://registry-1.docker.io/bitnamicharts
|
||||
version: 2.20.3
|
||||
digest: sha256:0cb0933033ce80abc90eb15e2404f15a6c5191b500295c9686493c12c8a7fa22
|
||||
generated: "2024-06-18T10:42:31.507881356+02:00"
|
||||
digest: sha256:beae8d6c773aed0e73dff3e10941b0ce97dc0cc6f4d19d2c719d00f580a41da0
|
||||
generated: "2024-06-27T08:21:59.463733068Z"
|
||||
|
||||
@@ -6,11 +6,11 @@ annotations:
|
||||
licenses: Apache-2.0
|
||||
images: |
|
||||
- name: dremio
|
||||
image: docker.io/bitnami/dremio:25.0.0-debian-12-r0
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r22
|
||||
image: docker.io/bitnami/dremio:25.0.0-debian-12-r1
|
||||
- name: jmx-exporter
|
||||
image: docker.io/bitnami/jmx-exporter:1.0.1-debian-12-r1
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r22
|
||||
apiVersion: v2
|
||||
appVersion: 25.0.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.1
|
||||
version: 0.1.2
|
||||
|
||||
@@ -6,6 +6,8 @@ Dremio is an open-source self-service data access tool that provides high-perfor
|
||||
|
||||
[Overview of Dremio](https://www.dremio.com/)
|
||||
|
||||
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
|
||||
|
||||
## TL;DR
|
||||
|
||||
```console
|
||||
@@ -1281,4 +1283,4 @@ Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
limitations under the License.
|
||||
@@ -89,7 +89,7 @@ dremio:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/dremio
|
||||
tag: 25.0.0-debian-12-r0
|
||||
tag: 25.0.0-debian-12-r1
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||
|
||||
Reference in New Issue
Block a user