[bitnami/appsmith] Release 3.1.3 updating components versions (#25403)

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2024-04-26 08:02:17 +02:00
committed by GitHub
parent 1cb326700f
commit 0bc3d65975
3 changed files with 12 additions and 12 deletions

View File

@@ -1,12 +1,12 @@
dependencies:
- name: redis
repository: oci://registry-1.docker.io/bitnamicharts
version: 19.1.0
version: 19.1.3
- name: mongodb
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.1.4
version: 15.1.5
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.19.1
digest: sha256:a928272a2ee5b92e4d85356865b0ff2eb84e6eed1a39828b119493f28c43333e
generated: "2024-04-10T10:35:59.510760048Z"
digest: sha256:8aea151ffa21499889915df1cb49ce3c63c09b5f497b410d75578eee4989b327
generated: "2024-04-26T05:40:28.818103405Z"

View File

@@ -1,4 +1,4 @@
# Copyright Broadcom, Inc. All Rights Reserved.
# Copyright VMware, Inc.
# SPDX-License-Identifier: APACHE-2.0
annotations:
@@ -6,11 +6,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: appsmith
image: docker.io/bitnami/appsmith:1.21.0-debian-12-r0
image: docker.io/bitnami/appsmith:1.21.0-debian-12-r1
- name: haproxy
image: docker.io/bitnami/haproxy:2.9.7-debian-12-r0
image: docker.io/bitnami/haproxy:2.9.7-debian-12-r1
- name: os-shell
image: docker.io/bitnami/os-shell:12-debian-12-r18
image: docker.io/bitnami/os-shell:12-debian-12-r19
apiVersion: v2
appVersion: 1.21.0
dependencies:
@@ -39,4 +39,4 @@ maintainers:
name: appsmith
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/appsmith
version: 3.1.2
version: 3.1.3

View File

@@ -82,7 +82,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/appsmith
tag: 1.21.0-debian-12-r0
tag: 1.21.0-debian-12-r1
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -850,7 +850,7 @@ backend:
image:
registry: docker.io
repository: bitnami/haproxy
tag: 2.9.7-debian-12-r0
tag: 2.9.7-debian-12-r1
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -1525,7 +1525,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/os-shell
tag: 12-debian-12-r18
tag: 12-debian-12-r19
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.