[bitnami/appsmith] Release 3.3.16 (#28164)

* [bitnami/appsmith] Release 3.3.16 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-18 20:15:02 +02:00
committed by GitHub
parent 51eeb01d38
commit e30899f836
4 changed files with 32 additions and 28 deletions

View File

@@ -1,8 +1,12 @@
# Changelog
## 3.3.15 (2024-07-16)
## 3.3.16 (2024-07-18)
* [bitnami/appsmith] Global StorageClass as default value ([#27998](https://github.com/bitnami/charts/pull/27998))
* [bitnami/appsmith] Release 3.3.16 ([#28164](https://github.com/bitnami/charts/pull/28164))
## <small>3.3.15 (2024-07-16)</small>
* [bitnami/appsmith] Global StorageClass as default value (#27998) ([d2b827b](https://github.com/bitnami/charts/commit/d2b827b6ab00dec78b36e24e5e878bffb89bf864)), closes [#27998](https://github.com/bitnami/charts/issues/27998)
## <small>3.3.14 (2024-07-15)</small>

View File

@@ -1,12 +1,12 @@
dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 19.6.1
version: 19.6.2
- name: mongodb
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.6.13
version: 15.6.14
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.20.5
digest: sha256:2fda50e6733be08dfb66cae77dee0b25d3da21445d95ef02321328c68b9f932c
generated: "2024-07-16T12:02:51.717868+02:00"
digest: sha256:eb232a69075b63045f5fd6e3cc00580b957e4ee9a4976032cbd5c0be7f58785b
generated: "2024-07-18T17:49:37.027896009Z"

View File

@@ -6,37 +6,37 @@ annotations:
licenses: Apache-2.0
images: |
- name: appsmith
image: docker.io/bitnami/appsmith:1.31.1-debian-12-r0
image: docker.io/bitnami/appsmith:1.32.0-debian-12-r0
- name: haproxy
image: docker.io/bitnami/haproxy:3.0.3-debian-12-r0
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r25
apiVersion: v2
appVersion: 1.31.1
appVersion: 1.32.0
dependencies:
- condition: redis.enabled
name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 19.x.x
- condition: mongodb.enabled
name: mongodb
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
- condition: redis.enabled
name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 19.x.x
- condition: mongodb.enabled
name: mongodb
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.x.x
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
tags:
- bitnami-common
version: 2.x.x
description: Appsmith is an open source platform for building and maintaining internal tools, such as custom dashboards, admin panels or CRUD apps.
home: https://bitnami.com
icon: https://bitnami.com/assets/stacks/appsmith/img/appsmith-stack-220x234.png
keywords:
- development
- dashboards
- development
- dashboards
maintainers:
- name: Broadcom, Inc. All Rights Reserved.
url: https://github.com/bitnami/charts
- name: Broadcom, Inc. All Rights Reserved.
url: https://github.com/bitnami/charts
name: appsmith
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/appsmith
version: 3.3.15
- https://github.com/bitnami/charts/tree/main/bitnami/appsmith
version: 3.3.16

View File

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