Skip to content

Commit e491391

Browse files
author
Bitnami Bot
authored
[bitnami/parse] Release 20.1.3 (#16521)
* [bitnami/parse] Release 20.1.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>
1 parent 12fbc99 commit e491391

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
@@ -4,6 +4,6 @@ dependencies:
44
version: 13.10.2
55
- name: common
66
repository: oci://registry-1.docker.io/bitnamicharts
7-
version: 2.2.4
8-
digest: sha256:8bc6b3158c5a0699623c6ee7cf02b87b23b1662cb5412b5c6763ea3864c3d90e
9-
generated: "2023-05-02T01:18:24.7032541Z"
7+
version: 2.2.5
8+
digest: sha256:8fd79a010f5a89ced2f05a902c3ef99281f4629f205e9313ddf40e63deb3b775
9+
generated: "2023-05-08T02:19:23.631025077Z"

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.1.2
33+
version: 20.1.3

bitnami/parse/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ The command removes all the Kubernetes components associated with the chart and
8080
| -------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------ | -------------------- |
8181
| `server.image.registry` | Parse image registry | `docker.io` |
8282
| `server.image.repository` | Parse image repository | `bitnami/parse` |
83-
| `server.image.tag` | Parse image tag (immutable tags are recommended) | `6.1.0-debian-11-r0` |
83+
| `server.image.tag` | Parse image tag (immutable tags are recommended) | `6.1.0-debian-11-r2` |
8484
| `server.image.digest` | Parse image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
8585
| `server.image.pullPolicy` | Image pull policy | `IfNotPresent` |
8686
| `server.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
@@ -165,7 +165,7 @@ The command removes all the Kubernetes components associated with the chart and
165165
| `dashboard.enabled` | Enable parse dashboard | `true` |
166166
| `dashboard.image.registry` | Dashboard image registry | `docker.io` |
167167
| `dashboard.image.repository` | Dashboard image repository | `bitnami/parse-dashboard` |
168-
| `dashboard.image.tag` | Dashboard image tag (immutable tags are recommended) | `5.0.0-debian-11-r55` |
168+
| `dashboard.image.tag` | Dashboard image tag (immutable tags are recommended) | `5.1.0-debian-11-r1` |
169169
| `dashboard.image.digest` | Dashboard image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
170170
| `dashboard.image.pullPolicy` | image pull policy | `IfNotPresent` |
171171
| `dashboard.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` |
@@ -285,7 +285,7 @@ The command removes all the Kubernetes components associated with the chart and
285285
| `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` |
286286
| `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` |
287287
| `volumePermissions.image.repository` | Init container volume-permissions image name | `bitnami/bitnami-shell` |
288-
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r111` |
288+
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r113` |
289289
| `volumePermissions.image.digest` | Init container volume-permissions image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
290290
| `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` |
291291
| `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.1.0-debian-11-r0
79+
tag: 6.1.0-debian-11-r2
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-r55
414+
tag: 5.1.0-debian-11-r1
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-r111
904+
tag: 11-debian-11-r113
905905
digest: ""
906906
pullPolicy: IfNotPresent
907907
## Optionally specify an array of imagePullSecrets.

0 commit comments

Comments
 (0)