[bitnami/parse] Release 20.0.2 (#15107)

* [bitnami/parse] Release 20.0.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>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
Bitnami Bot
2023-02-22 20:04:39 +01:00
committed by GitHub
parent a60b429b78
commit 49b032b47c
4 changed files with 10 additions and 10 deletions

View File

@@ -1,9 +1,9 @@
dependencies:
- name: mongodb
repository: https://charts.bitnami.com/bitnami
version: 13.6.7
version: 13.8.1
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.2.3
digest: sha256:59a5bdfccdfc57f18b574edd8b2c91fc0cf5f796752d32cb2256e836228a1a5f
generated: "2023-02-14T18:17:04.109909439Z"
digest: sha256:a9e7ad78a470e5bab6c166dc31f9a05bfd4b249ca241eea489e9b4f63d4a88ca
generated: "2023-02-22T14:41:24.810766202Z"

View File

@@ -30,4 +30,4 @@ sources:
- https://github.com/bitnami/containers/tree/main/bitnami/parse
- https://github.com/bitnami/containers/tree/main/bitnami/parse-dashboard
- https://parse.com/
version: 20.0.1
version: 20.0.2

View File

@@ -82,7 +82,7 @@ The command removes all the Kubernetes components associated with the chart and
| -------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | -------------------- |
| `server.image.registry` | Parse image registry | `docker.io` |
| `server.image.repository` | Parse image repository | `bitnami/parse` |
| `server.image.tag` | Parse image tag (immutable tags are recommended) | `6.0.0-debian-11-r1` |
| `server.image.tag` | Parse image tag (immutable tags are recommended) | `6.0.0-debian-11-r3` |
| `server.image.digest` | Parse image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `server.image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `server.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
@@ -167,7 +167,7 @@ The command removes all the Kubernetes components associated with the chart and
| `dashboard.enabled` | Enable parse dashboard | `true` |
| `dashboard.image.registry` | Dashboard image registry | `docker.io` |
| `dashboard.image.repository` | Dashboard image repository | `bitnami/parse-dashboard` |
| `dashboard.image.tag` | Dashboard image tag (immutable tags are recommended) | `5.0.0-debian-11-r34` |
| `dashboard.image.tag` | Dashboard image tag (immutable tags are recommended) | `5.0.0-debian-11-r36` |
| `dashboard.image.digest` | Dashboard image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `dashboard.image.pullPolicy` | image pull policy | `IfNotPresent` |
| `dashboard.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
@@ -287,7 +287,7 @@ The command removes all the Kubernetes components associated with the chart and
| `volumePermissions.enabled` | Enable init container that changes volume permissions in the data directory (for cases where the default k8s `runAsUser` and `fsUser` values do not work) | `false` |
| `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` |
| `volumePermissions.image.repository` | Init container volume-permissions image name | `bitnami/bitnami-shell` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r86` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r87` |
| `volumePermissions.image.digest` | Init container volume-permissions image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
| `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` |
| `volumePermissions.image.pullSecrets` | Init container volume-permissions image pull secrets | `[]` |

View File

@@ -76,7 +76,7 @@ server:
image:
registry: docker.io
repository: bitnami/parse
tag: 6.0.0-debian-11-r1
tag: 6.0.0-debian-11-r3
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -411,7 +411,7 @@ dashboard:
image:
registry: docker.io
repository: bitnami/parse-dashboard
tag: 5.0.0-debian-11-r34
tag: 5.0.0-debian-11-r36
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -901,7 +901,7 @@ volumePermissions:
image:
registry: docker.io
repository: bitnami/bitnami-shell
tag: 11-debian-11-r86
tag: 11-debian-11-r87
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.