Skip to content

Commit a5f2f89

Browse files
author
Bitnami Bot
authored
[bitnami/parse] Release 21.0.1 (#19503)
* [bitnami/parse] Release 21.0.1 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 cde5d7c commit a5f2f89

File tree

3 files changed

+11
-11
lines changed

3 files changed

+11
-11
lines changed

bitnami/parse/Chart.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ annotations:
66
licenses: Apache-2.0
77
images: |
88
- name: os-shell
9-
image: docker.io/bitnami/os-shell:11-debian-11-r75
9+
image: docker.io/bitnami/os-shell:11-debian-11-r77
1010
- name: parse-dashboard
11-
image: docker.io/bitnami/parse-dashboard:5.2.0-debian-11-r5
11+
image: docker.io/bitnami/parse-dashboard:5.2.0-debian-11-r8
1212
- name: parse
13-
image: docker.io/bitnami/parse:6.3.0-debian-11-r5
13+
image: docker.io/bitnami/parse:6.3.0-debian-11-r8
1414
apiVersion: v2
1515
appVersion: 6.3.0
1616
dependencies:
@@ -38,4 +38,4 @@ maintainers:
3838
name: parse
3939
sources:
4040
- https://github.com/bitnami/charts/tree/main/bitnami/parse
41-
version: 21.0.0
41+
version: 21.0.1

bitnami/parse/README.md

Lines changed: 4 additions & 4 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.3.0-debian-11-r5` |
85+
| `server.image.tag` | Parse image tag (immutable tags are recommended) | `6.3.0-debian-11-r8` |
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.2.0-debian-11-r5` |
170+
| `dashboard.image.tag` | Dashboard image tag (immutable tags are recommended) | `5.2.0-debian-11-r8` |
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/os-shell` |
290-
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r75` |
290+
| `volumePermissions.image.tag` | Init container volume-permissions image tag | `11-debian-11-r77` |
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 | `[]` |
@@ -551,4 +551,4 @@ Unless required by applicable law or agreed to in writing, software
551551
distributed under the License is distributed on an "AS IS" BASIS,
552552
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
553553
See the License for the specific language governing permissions and
554-
limitations under the License.
554+
limitations under the License.

bitnami/parse/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ server:
7979
image:
8080
registry: docker.io
8181
repository: bitnami/parse
82-
tag: 6.3.0-debian-11-r5
82+
tag: 6.3.0-debian-11-r8
8383
digest: ""
8484
## Specify a imagePullPolicy
8585
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -414,7 +414,7 @@ dashboard:
414414
image:
415415
registry: docker.io
416416
repository: bitnami/parse-dashboard
417-
tag: 5.2.0-debian-11-r5
417+
tag: 5.2.0-debian-11-r8
418418
digest: ""
419419
## Specify a imagePullPolicy
420420
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -904,7 +904,7 @@ volumePermissions:
904904
image:
905905
registry: docker.io
906906
repository: bitnami/os-shell
907-
tag: 11-debian-11-r75
907+
tag: 11-debian-11-r77
908908
digest: ""
909909
pullPolicy: IfNotPresent
910910
## Optionally specify an array of imagePullSecrets.

0 commit comments

Comments
 (0)