Skip to content

Commit

Permalink
[bitnami/appsmith] Release 5.2.1 (#32175)
Browse files Browse the repository at this point in the history
* [bitnami/appsmith] Release 5.2.1 updating components versions

Signed-off-by: Bitnami Containers <[email protected]>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <[email protected]>

---------

Signed-off-by: Bitnami Containers <[email protected]>
  • Loading branch information
bitnami-bot authored Feb 26, 2025
1 parent d01701e commit 439e74b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 15 deletions.
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.0 (2025-02-20)
## 5.2.1 (2025-02-26)

* [bitnami/appsmith] Add support for `usePasswordFiles` ([#32078](https://github.com/bitnami/charts/pull/32078))
* [bitnami/appsmith] Release 5.2.1 ([#32175](https://github.com/bitnami/charts/pull/32175))

## 5.2.0 (2025-02-24)

* [bitnami/appsmith] Add support for `usePasswordFiles` (#32078) ([c4826b8](https://github.com/bitnami/charts/commit/c4826b82e2f2d2d9eee65ae8472ca28748a401ef)), closes [#32078](https://github.com/bitnami/charts/issues/32078)

## <small>5.1.12 (2025-02-13)</small>

Expand Down
10 changes: 5 additions & 5 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.7.0
version: 20.9.0
- name: mongodb
repository: oci://registry-1.docker.io/bitnamicharts
version: 16.4.3
version: 16.4.5
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.29.1
digest: sha256:bbbab8467b1c14fb166d926272c21ee01d5021929031db3dcb48deadfa2c71eb
generated: "2025-02-07T06:42:01.754124834Z"
version: 2.30.0
digest: sha256:6c6a783d68f2b6a42e173fef80df1f2dd76300abcc982c40ca848d22cd3e3782
generated: "2025-02-26T09:45:47.724627398Z"
10 changes: 5 additions & 5 deletions bitnami/appsmith/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ annotations:
licenses: Apache-2.0
images: |
- name: appsmith
image: docker.io/bitnami/appsmith:1.61.0-debian-12-r0
image: docker.io/bitnami/appsmith:1.62.0-debian-12-r0
- name: haproxy
image: docker.io/bitnami/haproxy:3.1.3-debian-12-r3
image: docker.io/bitnami/haproxy:3.1.5-debian-12-r1
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r37
image: docker.io/bitnami/os-shell:12-debian-12-r39
apiVersion: v2
appVersion: 1.61.0
appVersion: 1.62.0
dependencies:
- condition: redis.enabled
name: redis
Expand All @@ -39,4 +39,4 @@ maintainers:
name: appsmith
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/appsmith
version: 5.2.0
version: 5.2.1
6 changes: 3 additions & 3 deletions 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.61.0-debian-12-r0
tag: 1.62.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## ref: http://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down Expand Up @@ -867,7 +867,7 @@ backend:
image:
registry: docker.io
repository: bitnami/haproxy
tag: 3.1.3-debian-12-r3
tag: 3.1.5-debian-12-r1
digest: ""
## Specify a imagePullPolicy
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down Expand Up @@ -1561,7 +1561,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r37
tag: 12-debian-12-r39
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down

0 comments on commit 439e74b

Please sign in to comment.