[bitnami/appsmith] Release 3.3.11 (#27576)

* [bitnami/appsmith] Release 3.3.11 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-06-28 09:34:26 +02:00
committed by GitHub
parent d403bd4c5e
commit 81f9c091bf
4 changed files with 15 additions and 10 deletions

View File

@@ -1,8 +1,13 @@
# Changelog
## 3.3.10 (2024-06-26)
## 3.3.11 (2024-06-28)
* [bitnami/appsmith] Increase test retries for Appsmith ([#27535](https://github.com/bitnami/charts/pull/27535))
* [bitnami/appsmith] Release 3.3.11 ([#27576](https://github.com/bitnami/charts/pull/27576))
## <small>3.3.10 (2024-06-26)</small>
* [bitnami/*] Update README changing TAC wording (#27530) ([52dfed6](https://github.com/bitnami/charts/commit/52dfed6bac44d791efabfaf06f15daddc4fefb0c)), closes [#27530](https://github.com/bitnami/charts/issues/27530)
* [bitnami/appsmith] Increase test retries for Appsmith (#27535) ([aeecba3](https://github.com/bitnami/charts/commit/aeecba3c132c3bc89a9877300f235222985287e7)), closes [#27535](https://github.com/bitnami/charts/issues/27535)
## <small>3.3.9 (2024-06-18)</small>

View File

@@ -1,12 +1,12 @@
dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 19.5.4
version: 19.6.0
- name: mongodb
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.6.8
version: 15.6.11
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.20.3
digest: sha256:a97ad076078e9220434e8dfde5df87a7f59a091381d0161f5ed402eaabe3207e
generated: "2024-06-18T11:12:18.142063095Z"
digest: sha256:34824913b6d7c9131ca71904b1c455a1a21f058709f230daa9355bd01fad8999
generated: "2024-06-28T07:01:55.247321314Z"

View File

@@ -6,13 +6,13 @@ annotations:
licenses: Apache-2.0
images: |
- name: appsmith
image: docker.io/bitnami/appsmith:1.28.0-debian-12-r0
image: docker.io/bitnami/appsmith:1.29.0-debian-12-r0
- name: haproxy
image: docker.io/bitnami/haproxy:3.0.2-debian-12-r0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r22
apiVersion: v2
appVersion: 1.28.0
appVersion: 1.29.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.10
version: 3.3.11

View File

@@ -82,7 +82,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/appsmith
tag: 1.28.0-debian-12-r0
tag: 1.29.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'