diff --git a/bitnami/appsmith/CHANGELOG.md b/bitnami/appsmith/CHANGELOG.md index 3c2ad2f5ad..8cb01b8c5f 100644 --- a/bitnami/appsmith/CHANGELOG.md +++ b/bitnami/appsmith/CHANGELOG.md @@ -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)) + +## 5.2.1 (2025-02-26) + +* [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) diff --git a/bitnami/appsmith/Chart.lock b/bitnami/appsmith/Chart.lock index 2cfed08f08..6dd86ccb33 100644 --- a/bitnami/appsmith/Chart.lock +++ b/bitnami/appsmith/Chart.lock @@ -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" diff --git a/bitnami/appsmith/Chart.yaml b/bitnami/appsmith/Chart.yaml index 7aa79abe34..4cb4eebaa3 100644 --- a/bitnami/appsmith/Chart.yaml +++ b/bitnami/appsmith/Chart.yaml @@ -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 diff --git a/bitnami/appsmith/values.yaml b/bitnami/appsmith/values.yaml index 112735b025..b6da9f84d1 100644 --- a/bitnami/appsmith/values.yaml +++ b/bitnami/appsmith/values.yaml @@ -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.