[bitnami/appsmith] Release 3.3.20 (#28561)

* [bitnami/appsmith] Release 3.3.20 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update CHANGELOG.md

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2024-07-29 16:56:47 +02:00
committed by GitHub
parent e93d30ce0b
commit 69fd9ccbb5
4 changed files with 18 additions and 14 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 3.3.19 (2024-07-25)
## 3.3.20 (2024-07-29)
* [bitnami/appsmith] Release 3.3.19 ([#28423](https://github.com/bitnami/charts/pull/28423))
* [bitnami/appsmith] Release 3.3.20 ([#28561](https://github.com/bitnami/charts/pull/28561))
## <small>3.3.19 (2024-07-25)</small>
* [bitnami/appsmith] Release 3.3.19 (#28423) ([300496e](https://github.com/bitnami/charts/commit/300496e0365c241bc493712e7a31fe684b00f21c)), closes [#28423](https://github.com/bitnami/charts/issues/28423)
## <small>3.3.18 (2024-07-24)</small>

View File

@@ -1,12 +1,12 @@
dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 19.6.3
version: 19.6.4
- name: mongodb
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.6.15
version: 15.6.16
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.20.5
digest: sha256:7f0e00f51db91e5edf4d895a25c8f4e981f1e578089397300cd2b45d1708a517
generated: "2024-07-25T05:06:00.855066758Z"
digest: sha256:2e36a5a7aa248d1f7edfbc3582653cca42b1d5d8531d9d7e0e027e2947bec9b4
generated: "2024-07-29T14:29:27.791423796Z"

View File

@@ -6,13 +6,13 @@ annotations:
licenses: Apache-2.0
images: |
- name: appsmith
image: docker.io/bitnami/appsmith:1.32.0-debian-12-r3
image: docker.io/bitnami/appsmith:1.33.0-debian-12-r0
- name: haproxy
image: docker.io/bitnami/haproxy:3.0.3-debian-12-r3
image: docker.io/bitnami/haproxy:3.0.3-debian-12-r4
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r26
image: docker.io/bitnami/os-shell:12-debian-12-r27
apiVersion: v2
appVersion: 1.32.0
appVersion: 1.33.0
dependencies:
- condition: redis.enabled
name: redis
@@ -39,4 +39,4 @@ maintainers:
name: appsmith
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/appsmith
version: 3.3.19
version: 3.3.20

View File

@@ -84,7 +84,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/appsmith
tag: 1.32.0-debian-12-r3
tag: 1.33.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -862,7 +862,7 @@ backend:
image:
registry: docker.io
repository: bitnami/haproxy
tag: 3.0.3-debian-12-r3
tag: 3.0.3-debian-12-r4
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -1557,7 +1557,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r26
tag: 12-debian-12-r27
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.