[bitnami/appsmith] Release 0.3.5 (#16856)

* [bitnami/appsmith] Release 0.3.5 updating components versions

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

* Update README.md with readme-generator-for-helm

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
2023-05-22 14:13:05 +02:00
committed by GitHub
parent ed81d5afcb
commit f27f5d616c
4 changed files with 7 additions and 7 deletions

View File

@@ -4,9 +4,9 @@ dependencies:
version: 17.11.3
- name: mongodb
repository: oci://registry-1.docker.io/bitnamicharts
version: 13.13.0
version: 13.14.1
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.4.0
digest: sha256:abf6a87183eb2ad11ac757462858e41d8594833bfa553ab17ead02bde3414dff
generated: "2023-05-21T19:00:10.609368157Z"
digest: sha256:a288983e63d35468d58571be88aadb495d70c89369e1312eb69d181dc38c1bf0
generated: "2023-05-22T10:59:05.50906313Z"

View File

@@ -2,7 +2,7 @@ annotations:
category: CMS
licenses: Apache-2.0
apiVersion: v2
appVersion: 1.9.19
appVersion: 1.9.20
dependencies:
- condition: redis.enabled
name: redis
@@ -29,4 +29,4 @@ maintainers:
name: appsmith
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/appsmith
version: 0.3.4
version: 0.3.5

View File

@@ -80,7 +80,7 @@ The command removes all the Kubernetes components associated with the chart and
| `diagnosticMode.args` | Args to override all containers in the deployment | `["infinity"]` |
| `image.registry` | Appsmith image registry | `docker.io` |
| `image.repository` | Appsmith image repository | `bitnami/appsmith` |
| `image.tag` | Appsmith image tag (immutable tags are recommended) | `1.9.19-debian-11-r3` |
| `image.tag` | Appsmith image tag (immutable tags are recommended) | `1.9.20-debian-11-r0` |
| `image.digest` | Appsmith image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag image tag (immutable tags are recommended) | `""` |
| `image.pullPolicy` | Appsmith image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Appsmith image pull secrets | `[]` |

View File

@@ -73,7 +73,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/appsmith
tag: 1.9.19-debian-11-r3
tag: 1.9.20-debian-11-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'