[bitnami/appsmith] Release 5.2.2 (#32534)

* [bitnami/appsmith] Release 5.2.2 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-03-20 16:55:11 +01:00
committed by GitHub
parent 93b0792f94
commit c276082de2
4 changed files with 18 additions and 14 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 5.2.1 (2025-02-26)
## 5.2.2 (2025-03-20)
* [bitnami/appsmith] Release 5.2.1 ([#32175](https://github.com/bitnami/charts/pull/32175))
* [bitnami/appsmith] Release 5.2.2 ([#32534](https://github.com/bitnami/charts/pull/32534))
## <small>5.2.1 (2025-02-26)</small>
* [bitnami/appsmith] Release 5.2.1 (#32175) ([439e74b](https://github.com/bitnami/charts/commit/439e74b78474ddc9cef3e4348efacc840f0b6032)), closes [#32175](https://github.com/bitnami/charts/issues/32175)
## 5.2.0 (2025-02-24)

View File

@@ -1,12 +1,12 @@
dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 20.9.0
version: 20.11.3
- name: mongodb
repository: oci://registry-1.docker.io/bitnamicharts
version: 16.4.5
version: 16.4.7
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.30.0
digest: sha256:6c6a783d68f2b6a42e173fef80df1f2dd76300abcc982c40ca848d22cd3e3782
generated: "2025-02-26T09:45:47.724627398Z"
digest: sha256:d0e93881dd0be7577abfeac227ea12b6e7d1e2dbf458d18471b963000f37d32c
generated: "2025-03-20T15:30:26.806595891Z"

View File

@@ -7,13 +7,13 @@ annotations:
licenses: Apache-2.0
images: |
- name: appsmith
image: docker.io/bitnami/appsmith:1.62.0-debian-12-r0
image: docker.io/bitnami/appsmith:1.64.0-debian-12-r2
- name: haproxy
image: docker.io/bitnami/haproxy:3.1.5-debian-12-r1
image: docker.io/bitnami/haproxy:3.1.6-debian-12-r0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r39
image: docker.io/bitnami/os-shell:12-debian-12-r40
apiVersion: v2
appVersion: 1.62.0
appVersion: 1.64.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.1
version: 5.2.2

View File

@@ -90,7 +90,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/appsmith
tag: 1.62.0-debian-12-r0
tag: 1.64.0-debian-12-r2
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.5-debian-12-r1
tag: 3.1.6-debian-12-r0
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-r39
tag: 12-debian-12-r40
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.