[bitnami/appsmith] Release 0.1.10 (#14526)

* [bitnami/appsmith] Release 0.1.10 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-01-24 22:06:29 +01:00
committed by GitHub
parent 0c6e5ca7cd
commit 9016e5cd1d
4 changed files with 11 additions and 11 deletions

View File

@@ -1,12 +1,12 @@
dependencies:
- name: redis
repository: https://charts.bitnami.com/bitnami
version: 17.4.1
version: 17.6.0
- name: mongodb
repository: https://charts.bitnami.com/bitnami
version: 13.6.2
version: 13.6.4
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.2.2
digest: sha256:534057120d3c517860f6365c9799a7c1ef35045d605971d585028dcf59728d09
generated: "2023-01-06T06:34:40.425353972Z"
digest: sha256:7f7237db327b2a6fa65479636a53186fd81e492037f3a2d026352103d7b2018b
generated: "2023-01-24T17:38:17.697038502Z"

View File

@@ -2,7 +2,7 @@ annotations:
category: CMS
licenses: Apache-2.0
apiVersion: v2
appVersion: 1.9.2
appVersion: 1.9.4
dependencies:
- condition: redis.enabled
name: redis
@@ -30,4 +30,4 @@ name: appsmith
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/appsmith
- https://github.com/appsmithorg/appsmith/
version: 0.1.9
version: 0.1.10

View File

@@ -7,7 +7,7 @@ Appsmith is an open source platform for building and maintaining internal tools,
[Overview of Appsmith](https://www.appsmith.com/)
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
## TL;DR
```console
@@ -83,7 +83,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.2-debian-11-r0` |
| `image.tag` | Appsmith image tag (immutable tags are recommended) | `1.9.4-debian-11-r1` |
| `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 | `[]` |
@@ -381,7 +381,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-r69` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r75` |
| `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 | `{}` |

View File

@@ -73,7 +73,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/appsmith
tag: 1.9.2-debian-11-r0
tag: 1.9.4-debian-11-r1
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -1114,7 +1114,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 11-debian-11-r69
tag: 11-debian-11-r75
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.