Skip to content

Commit 49b032b

Browse files
author
Bitnami Bot
authored
[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>
1 parent a60b429 commit 49b032b

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

bitnami/parse/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
dependencies:
22
- name: mongodb
33
repository: https://charts.bitnami.com/bitnami
4-
version: 13.6.7
4+
version: 13.8.1
55
- name: common
66
repository: https://charts.bitnami.com/bitnami
77
version: 2.2.3
8-
digest: sha256:59a5bdfccdfc57f18b574edd8b2c91fc0cf5f796752d32cb2256e836228a1a5f
9-
generated: "2023-02-14T18:17:04.109909439Z"
8+
digest: sha256:a9e7ad78a470e5bab6c166dc31f9a05bfd4b249ca241eea489e9b4f63d4a88ca
9+
generated: "2023-02-22T14:41:24.810766202Z"

bitnami/parse/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ sources:
3030
- https://github.com/bitnami/containers/tree/main/bitnami/parse
3131
- https://github.com/bitnami/containers/tree/main/bitnami/parse-dashboard
3232
- https://parse.com/
33-
version: 20.0.1
33+
version: 20.0.2

bitnami/parse/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ The command removes all the Kubernetes components associated with the chart and
8282
| -------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | -------------------- |
8383
| `server.image.registry` | Parse image registry | `docker.io` |
8484
| `server.image.repository` | Parse image repository | `bitnami/parse` |
85-
| `server.image.tag` | Parse image tag (immutable tags are recommended) | `6.0.0-debian-11-r1` |
85+
| `server.image.tag` | Parse image tag (immutable tags are recommended) | `6.0.0-debian-11-r3` |
8686
| `server.image.digest` | Parse image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
8787
| `server.image.pullPolicy` | Image pull policy | `IfNotPresent` |
8888
| `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
167167
| `dashboard.enabled` | Enable parse dashboard | `true` |
168168
| `dashboard.image.registry` | Dashboard image registry | `docker.io` |
169169
| `dashboard.image.repository` | Dashboard image repository | `bitnami/parse-dashboard` |
170-
| `dashboard.image.tag` | Dashboard image tag (immutable tags are recommended) | `5.0.0-debian-11-r34` |
170+
| `dashboard.image.tag` | Dashboard image tag (immutable tags are recommended) | `5.0.0-debian-11-r36` |
171171
| `dashboard.image.digest` | Dashboard image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
172172
| `dashboard.image.pullPolicy` | image pull policy | `IfNotPresent` |
173173
| `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
287287
| `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` |
288288
| `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` |
289289
| `volumePermissions.image.repository` | Init container volume-permissions image name | `bitnami/bitnami-shell` |
290-
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r86` |
290+
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r87` |
291291
| `volumePermissions.image.digest` | Init container volume-permissions image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
292292
| `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` |
293293
| `volumePermissions.image.pullSecrets` | Init container volume-permissions image pull secrets | `[]` |

bitnami/parse/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ server:
7676
image:
7777
registry: docker.io
7878
repository: bitnami/parse
79-
tag: 6.0.0-debian-11-r1
79+
tag: 6.0.0-debian-11-r3
8080
digest: ""
8181
## Specify a imagePullPolicy
8282
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -411,7 +411,7 @@ dashboard:
411411
image:
412412
registry: docker.io
413413
repository: bitnami/parse-dashboard
414-
tag: 5.0.0-debian-11-r34
414+
tag: 5.0.0-debian-11-r36
415415
digest: ""
416416
## Specify a imagePullPolicy
417417
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -901,7 +901,7 @@ volumePermissions:
901901
image:
902902
registry: docker.io
903903
repository: bitnami/bitnami-shell
904-
tag: 11-debian-11-r86
904+
tag: 11-debian-11-r87
905905
digest: ""
906906
pullPolicy: IfNotPresent
907907
## Optionally specify an array of imagePullSecrets.

0 commit comments

Comments
 (0)