[bitnami/parse] Release 20.0.3 (#15271)

* [bitnami/parse] Release 20.0.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-03-01 12:38:46 +01:00
committed by GitHub
parent 3ac1febc2f
commit aeb3521e53
3 changed files with 7 additions and 7 deletions

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.2
version: 20.0.3

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-r3` |
| `server.image.tag` | Parse image tag (immutable tags are recommended) | `6.0.0-debian-11-r5` |
| `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-r36` |
| `dashboard.image.tag` | Dashboard image tag (immutable tags are recommended) | `5.0.0-debian-11-r37` |
| `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-r87` |
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r90` |
| `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-r3
tag: 6.0.0-debian-11-r5
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-r36
tag: 5.0.0-debian-11-r37
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-r87
tag: 11-debian-11-r90
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.