[bitnami/appsmith] Release 0.3.12 (#18348)

* [bitnami/appsmith] Release 0.3.12 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-08-10 11:39:45 +02:00
committed by GitHub
parent 1937d35312
commit 89354cfe75
3 changed files with 4 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ annotations:
licenses: Apache-2.0
images: |
- name: appsmith
image: docker.io/bitnami/appsmith:1.9.31-debian-11-r1
image: docker.io/bitnami/appsmith:1.9.31-debian-11-r2
- name: os-shell
image: docker.io/bitnami/os-shell:11-debian-11-r31
apiVersion: v2
@@ -37,4 +37,4 @@ maintainers:
name: appsmith
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/appsmith
version: 0.3.11
version: 0.3.12

View File

@@ -82,7 +82,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.31-debian-11-r1` |
| `image.tag` | Appsmith image tag (immutable tags are recommended) | `1.9.31-debian-11-r2` |
| `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

@@ -76,7 +76,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/appsmith
tag: 1.9.31-debian-11-r1
tag: 1.9.31-debian-11-r2
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'