mirror of
https://github.com/wahyd4/charts.git
synced 2026-08-08 21:01:43 +10:00
[bitnami/appsmith] Release 0.1.6 (#14073)
* [bitnami/appsmith] Release 0.1.6 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:
@@ -1,12 +1,12 @@
|
||||
dependencies:
|
||||
- name: redis
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 17.3.16
|
||||
version: 17.3.17
|
||||
- name: mongodb
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 13.6.1
|
||||
version: 13.6.2
|
||||
- name: common
|
||||
repository: https://charts.bitnami.com/bitnami
|
||||
version: 2.2.2
|
||||
digest: sha256:c209e5cf31fc233f3cf2c0777ef96ad3105219a33cf07448b362fc8e056228c6
|
||||
generated: "2022-12-16T09:03:29.351727785Z"
|
||||
digest: sha256:c0cf0b38b6a7c52824f6bf0030b16f08637185ee95f84320ae477c86dc8ee6f4
|
||||
generated: "2022-12-22T09:02:15.416809936Z"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
annotations:
|
||||
category: CMS
|
||||
apiVersion: v2
|
||||
appVersion: 1.8.13
|
||||
appVersion: 1.8.14
|
||||
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.5
|
||||
version: 0.1.6
|
||||
|
||||
@@ -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.8.13-debian-11-r0` |
|
||||
| `image.tag` | Appsmith image tag (immutable tags are recommended) | `1.8.14-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 | `[]` |
|
||||
@@ -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.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-r62` |
|
||||
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r64` |
|
||||
| `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 | `{}` |
|
||||
|
||||
@@ -73,7 +73,7 @@ diagnosticMode:
|
||||
image:
|
||||
registry: docker.io
|
||||
repository: bitnami/appsmith
|
||||
tag: 1.8.13-debian-11-r0
|
||||
tag: 1.8.14-debian-11-r0
|
||||
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-r62
|
||||
tag: 11-debian-11-r64
|
||||
pullPolicy: IfNotPresent
|
||||
## Optionally specify an array of imagePullSecrets.
|
||||
## Secrets must be manually created in the namespace.
|
||||
|
||||
Reference in New Issue
Block a user