[bitnami/appsmith] Release 0.1.2 (#13756)

* [bitnami/appsmith] Release 0.1.2 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>

* Re[bitnami/appsmith] Execute vrification in serial

Signed-off-by: David Gomez <dgomezleon@vmware.com>

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Signed-off-by: David Gomez <dgomezleon@vmware.com>
Co-authored-by: David Gomez <dgomezleon@vmware.com>
This commit is contained in:
Bitnami Bot
2022-11-30 20:03:11 +01:00
committed by GitHub
parent 65167501e6
commit 8f670f384d
4 changed files with 6 additions and 5 deletions

View File

@@ -0,0 +1 @@
verification-mode=SERIAL

View File

@@ -30,4 +30,4 @@ name: appsmith
sources: sources:
- https://github.com/bitnami/containers/tree/main/bitnami/appsmith - https://github.com/bitnami/containers/tree/main/bitnami/appsmith
- https://github.com/appsmithorg/appsmith/ - https://github.com/appsmithorg/appsmith/
version: 0.1.1 version: 0.1.2

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"]` | | `diagnosticMode.args` | Args to override all containers in the deployment | `["infinity"]` |
| `image.registry` | Appsmith image registry | `docker.io` | | `image.registry` | Appsmith image registry | `docker.io` |
| `image.repository` | Appsmith image repository | `bitnami/appsmith` | | `image.repository` | Appsmith image repository | `bitnami/appsmith` |
| `image.tag` | Appsmith image tag (immutable tags are recommended) | `1.8.10-debian-11-r2` | | `image.tag` | Appsmith image tag (immutable tags are recommended) | `1.8.10-debian-11-r4` |
| `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.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.pullPolicy` | Appsmith image pull policy | `IfNotPresent` |
| `image.pullSecrets` | Appsmith image pull secrets | `[]` | | `image.pullSecrets` | Appsmith image pull secrets | `[]` |
@@ -380,7 +380,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.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.registry` | Bitnami Shell image registry | `docker.io` |
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` | | `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r56` | | `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r57` |
| `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` | | `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` | | `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` |
| `volumePermissions.resources.limits` | The resources limits for the init container | `{}` | | `volumePermissions.resources.limits` | The resources limits for the init container | `{}` |

View File

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