Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions bitnami/appsmith/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 5.2.9 (2025-04-24)
## 5.2.10 (2025-04-30)

* [bitnami/appsmith] Release 5.2.9 ([#33166](https://github.com/bitnami/charts/pull/33166))
* [bitnami/appsmith] Release 5.2.10 ([#33257](https://github.com/bitnami/charts/pull/33257))

## <small>5.2.9 (2025-04-24)</small>

* [bitnami/appsmith] Release 5.2.9 (#33166) ([6b6a21d](https://github.com/bitnami/charts/commit/6b6a21d876fec93ecd0ac33eb2d3d3a1e2f20207)), closes [#33166](https://github.com/bitnami/charts/issues/33166)

## <small>5.2.8 (2025-04-16)</small>

Expand Down
8 changes: 4 additions & 4 deletions bitnami/appsmith/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 20.13.2
version: 20.13.3
- name: mongodb
repository: oci://registry-1.docker.io/bitnamicharts
version: 16.5.1
version: 16.5.3
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.30.0
digest: sha256:606e919b96042e95256fc01293f72868ec20faff18c2f92d198fd9a15a6fb7dd
generated: "2025-04-24T14:08:53.430640364Z"
digest: sha256:6d1c4a54f4cb28d885dae619ef6f4ffe0ecc7a6d13b3bfe769275f77c4ac429a
generated: "2025-04-30T06:40:30.298186515Z"
6 changes: 3 additions & 3 deletions bitnami/appsmith/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,13 @@ annotations:
licenses: Apache-2.0
images: |
- name: appsmith
image: docker.io/bitnami/appsmith:1.69.0-debian-12-r0
image: docker.io/bitnami/appsmith:1.70.0-debian-12-r0
- name: haproxy
image: docker.io/bitnami/haproxy:3.1.7-debian-12-r1
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r43
apiVersion: v2
appVersion: 1.69.0
appVersion: 1.70.0
dependencies:
- condition: redis.enabled
name: redis
Expand All @@ -40,4 +40,4 @@ maintainers:
name: appsmith
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/appsmith
version: 5.2.9
version: 5.2.10
2 changes: 1 addition & 1 deletion bitnami/appsmith/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/appsmith
tag: 1.69.0-debian-12-r0
tag: 1.70.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## ref: http://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down
Loading