mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
[bitnami/nessie] Release 2.0.9 (#33536)
* [bitnami/nessie] Release 2.0.9 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
|
||||
|
||||
## 2.0.8 (2025-05-06)
|
||||
## 2.0.9 (2025-05-07)
|
||||
|
||||
* [bitnami/nessie] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references ([#33412](https://github.com/bitnami/charts/pull/33412))
|
||||
* [bitnami/nessie] Release 2.0.9 ([#33536](https://github.com/bitnami/charts/pull/33536))
|
||||
|
||||
## <small>2.0.8 (2025-05-06)</small>
|
||||
|
||||
* [bitnami/nessie] chore: :recycle: :arrow_up: Update common and remove k8s < 1.23 references (#33412) ([9f42a65](https://github.com/bitnami/charts/commit/9f42a65f1d468cd16c4892f095b6fad804c71cdc)), closes [#33412](https://github.com/bitnami/charts/issues/33412)
|
||||
|
||||
## <small>2.0.7 (2025-05-01)</small>
|
||||
|
||||
|
||||
@@ -2,18 +2,18 @@
|
||||
# SPDX-License-Identifier: APACHE-2.0
|
||||
|
||||
annotations:
|
||||
tanzuCategory: application
|
||||
category: Database
|
||||
licenses: Apache-2.0
|
||||
images: |
|
||||
- name: nessie
|
||||
image: docker.io/bitnami/nessie:0.103.6-debian-12-r0
|
||||
image: docker.io/bitnami/nessie:0.104.0-debian-12-r0
|
||||
- name: os-shell
|
||||
image: docker.io/bitnami/os-shell:12-debian-12-r43
|
||||
- name: postgresql
|
||||
image: docker.io/bitnami/postgresql:17.4.0-debian-12-r17
|
||||
image: docker.io/bitnami/postgresql:17.4.0-debian-12-r19
|
||||
licenses: Apache-2.0
|
||||
tanzuCategory: application
|
||||
apiVersion: v2
|
||||
appVersion: 0.103.6
|
||||
appVersion: 0.104.0
|
||||
dependencies:
|
||||
- condition: postgresql.enabled
|
||||
name: postgresql
|
||||
@@ -24,7 +24,8 @@ dependencies:
|
||||
tags:
|
||||
- bitnami-common
|
||||
version: 2.x.x
|
||||
description: Nessie is an open-source version control system for data lakes, enabling isolated data experimentation before committing changes.
|
||||
description: Nessie is an open-source version control system for data lakes, enabling
|
||||
isolated data experimentation before committing changes.
|
||||
home: https://bitnami.com
|
||||
icon: https://dyltqmyl993wv.cloudfront.net/assets/stacks/nessie/img/nessie-stack-220x234.png
|
||||
keywords:
|
||||
@@ -39,4 +40,4 @@ sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/nessie
|
||||
- https://github.com/bitnami/containers/tree/main/bitnami/nessie
|
||||
- https://github.com/nessie/nessie
|
||||
version: 2.0.8
|
||||
version: 2.0.9
|
||||
|
||||
@@ -124,7 +124,7 @@ javaOpts: ""
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/nessie
|
||||
tag: 0.103.6-debian-12-r0
|
||||
tag: 0.104.0-debian-12-r0
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: http://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
@@ -807,7 +807,7 @@ waitContainer:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/postgresql
|
||||
tag: 17.4.0-debian-12-r17
|
||||
tag: 17.4.0-debian-12-r19
|
||||
digest: ""
|
||||
## Specify a imagePullPolicy
|
||||
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
|
||||
|
||||
Reference in New Issue
Block a user