[bitnami/nessie] Release 1.1.1 (#31003)

* [bitnami/nessie] Release 1.1.1 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:
Bitnami Bot
2024-12-12 08:01:46 +01:00
committed by GitHub
parent 211442ab31
commit 5be46622e2
4 changed files with 15 additions and 10 deletions

View File

@@ -1,8 +1,13 @@
# Changelog
## 1.1.1 (2024-12-12)
* [bitnami/nessie] Release 1.1.1 ([#31003](https://github.com/bitnami/charts/pull/31003))
## 1.1.0 (2024-12-10)
* [bitnami/nessie] Detect non-standard images ([#30931](https://github.com/bitnami/charts/pull/30931))
* [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/nessie] Detect non-standard images (#30931) ([021372b](https://github.com/bitnami/charts/commit/021372bbc3ef6e718f7b581f335014369f4eb7df)), closes [#30931](https://github.com/bitnami/charts/issues/30931)
## <small>1.0.7 (2024-12-09)</small>

View File

@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 16.2.5
version: 16.3.0
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.28.0
digest: sha256:9c2ce8b298e807bc8141682773027cc3b0c62feec6933d315f9f181a4dabe862
generated: "2024-12-10T17:19:16.139787+01:00"
digest: sha256:4f8750f38ce69e03db5c8f6d1e8a95a37d86436a7bb7138517c23ab55427645a
generated: "2024-12-12T06:41:12.221804261Z"

View File

@@ -6,13 +6,13 @@ annotations:
licenses: Apache-2.0
images: |
- name: nessie
image: docker.io/bitnami/nessie:0.101.1-debian-12-r0
image: docker.io/bitnami/nessie:0.101.2-debian-12-r0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r33
image: docker.io/bitnami/os-shell:12-debian-12-r34
- name: postgresql
image: docker.io/bitnami/postgresql:17.2.0-debian-12-r2
apiVersion: v2
appVersion: 0.101.1
appVersion: 0.101.2
dependencies:
- condition: postgresql.enabled
name: postgresql
@@ -38,4 +38,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: 1.1.0
version: 1.1.1

View File

@@ -121,7 +121,7 @@ javaOpts: ""
image:
registry: docker.io
repository: bitnami/nessie
tag: 0.101.1-debian-12-r0
tag: 0.101.2-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## ref: http://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
@@ -749,7 +749,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r33
tag: 12-debian-12-r34
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.