[bitnami/appsmith] Release 5.2.7 (#33045)

* [bitnami/appsmith] Release 5.2.7 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:
Bitnami Bot
2025-04-16 18:10:27 +02:00
committed by GitHub
parent 2a6ce7cf90
commit b97a15b911
4 changed files with 18 additions and 14 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 5.2.6 (2025-04-10)
## 5.2.7 (2025-04-16)
* [bitnami/appsmith] Release 5.2.6 ([#32954](https://github.com/bitnami/charts/pull/32954))
* [bitnami/appsmith] Release 5.2.7 ([#33045](https://github.com/bitnami/charts/pull/33045))
## <small>5.2.6 (2025-04-10)</small>
* [bitnami/appsmith] Release 5.2.6 (#32954) ([7de58df](https://github.com/bitnami/charts/commit/7de58dfd4f52c5ecd4b386ff2754960fcc1d013e)), closes [#32954](https://github.com/bitnami/charts/issues/32954)
## <small>5.2.5 (2025-04-10)</small>

View File

@@ -1,12 +1,12 @@
dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 20.11.5
version: 20.12.1
- name: mongodb
repository: oci://registry-1.docker.io/bitnamicharts
version: 16.5.0
version: 16.5.1
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.30.0
digest: sha256:90311ec13b25ba6d633c1effc9baf636c6be566d48a8660da5b2caec70216909
generated: "2025-04-09T11:39:17.293348106Z"
digest: sha256:6555c7241ee24a4fbd198265f9a04cb5c1d37dc7b65d0f3e8668e987adc66a37
generated: "2025-04-16T15:36:29.421799589Z"

View File

@@ -7,13 +7,13 @@ annotations:
licenses: Apache-2.0
images: |
- name: appsmith
image: docker.io/bitnami/appsmith:1.67.0-debian-12-r1
image: docker.io/bitnami/appsmith:1.68.0-debian-12-r0
- name: haproxy
image: docker.io/bitnami/haproxy:3.1.6-debian-12-r4
image: docker.io/bitnami/haproxy:3.1.6-debian-12-r5
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r42
image: docker.io/bitnami/os-shell:12-debian-12-r43
apiVersion: v2
appVersion: 1.67.0
appVersion: 1.68.0
dependencies:
- condition: redis.enabled
name: redis
@@ -40,4 +40,4 @@ maintainers:
name: appsmith
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/appsmith
version: 5.2.6
version: 5.2.7

View File

@@ -90,7 +90,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/appsmith
tag: 1.67.0-debian-12-r1
tag: 1.68.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## ref: http://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
@@ -867,7 +867,7 @@ backend:
image:
registry: docker.io
repository: bitnami/haproxy
tag: 3.1.6-debian-12-r4
tag: 3.1.6-debian-12-r5
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
@@ -1561,7 +1561,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r42
tag: 12-debian-12-r43
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.