[bitnami/appsmith] Release 0.3.3 (#16681)

* [bitnami/appsmith] Release 0.3.3 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-16 22:03:24 +01:00
committed by GitHub
parent 5969ba2f78
commit e790bdd55b
4 changed files with 8 additions and 8 deletions
+3 -3
View File
@@ -4,9 +4,9 @@ dependencies:
version: 17.10.3
- name: mongodb
repository: oci://registry-1.docker.io/bitnamicharts
version: 13.12.0
version: 13.12.1
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
version: 2.3.0
digest: sha256:c0d36687be02f23a8c58e710b440ab10331eff9dfeb4d6c4d191025df0977a16
generated: "2023-05-12T15:23:04.122397683Z"
digest: sha256:4ca924c756dd58bcc4ef6d5220e5d982cbe1f024163607cd7f20fd9a032635b0
generated: "2023-05-16T18:27:22.103888936Z"
+1 -1
View File
@@ -29,4 +29,4 @@ maintainers:
name: appsmith
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/appsmith
version: 0.3.2
version: 0.3.3
+2 -2
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-r0` |
| `image.tag` | Appsmith image tag (immutable tags are recommended) | `1.9.19-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 | `[]` |
@@ -365,7 +365,7 @@ The command removes all the Kubernetes components associated with the chart and
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` |
| `volumePermissions.image.registry` | Bitnami Shell image registry | `docker.io` |
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r115` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r116` |
| `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` |
| `volumePermissions.resources.limits` | The resources limits for the init container | `{}` |
+2 -2
View File
@@ -73,7 +73,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/appsmith
tag: 1.9.19-debian-11-r0
tag: 1.9.19-debian-11-r2
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -1111,7 +1111,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 11-debian-11-r115
tag: 11-debian-11-r116
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.