Skip to content

Commit 8796e31

Browse files
author
Bitnami Bot
authored
[bitnami/osclass] Release 14.2.9 (bitnami#14275)
* [bitnami/osclass] Release 14.2.9 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 1b2a4fb commit 8796e31

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

bitnami/osclass/Chart.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
dependencies:
22
- name: mariadb
33
repository: https://charts.bitnami.com/bitnami
4-
version: 11.4.1
4+
version: 11.4.2
55
- name: common
66
repository: https://charts.bitnami.com/bitnami
7-
version: 2.2.1
8-
digest: sha256:2fbbf98b018e0150efe62710cf2cb7e30f0b325e94cae6e5b85598ccd9af53bd
9-
generated: "2022-12-10T06:58:59.431563829Z"
7+
version: 2.2.2
8+
digest: sha256:7eb15cf0eaab9265200236e05d6c6a9cfb56994715b0908130f5f4dd351e5ad3
9+
generated: "2023-01-09T10:27:34.270227409Z"

bitnami/osclass/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ name: osclass
3131
sources:
3232
- https://github.com/bitnami/containers/tree/main/bitnami/osclass
3333
- https://osclass.org/
34-
version: 14.2.8
34+
version: 14.2.9

bitnami/osclass/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ The command removes all the Kubernetes components associated with the chart and
8181
| ------------------- | ------------------------------------------------------------------------------------------------------- | --------------------- |
8282
| `image.registry` | Osclass image registry | `docker.io` |
8383
| `image.repository` | Osclass image repository | `bitnami/osclass` |
84-
| `image.tag` | Osclass image tag (immutable tags are recommended) | `8.0.2-debian-11-r62` |
84+
| `image.tag` | Osclass image tag (immutable tags are recommended) | `8.0.2-debian-11-r72` |
8585
| `image.digest` | Osclass image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
8686
| `image.pullPolicy` | Osclass image pull policy | `IfNotPresent` |
8787
| `image.pullSecrets` | Osclass image pull secrets | `[]` |
@@ -154,7 +154,7 @@ The command removes all the Kubernetes components associated with the chart and
154154
| `certificates.extraEnvVarsSecret` | Secret with extra environment variables | `""` |
155155
| `certificates.image.registry` | Apache Exporter image registry | `docker.io` |
156156
| `certificates.image.repository` | Apache Exporter image repository | `bitnami/bitnami-shell` |
157-
| `certificates.image.tag` | Apache Exporter image tag (immutable tags are recommended) | `11-debian-11-r60` |
157+
| `certificates.image.tag` | Apache Exporter image tag (immutable tags are recommended) | `11-debian-11-r70` |
158158
| `certificates.image.digest` | Apache Exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
159159
| `certificates.image.pullPolicy` | Apache Exporter image pull policy | `IfNotPresent` |
160160
| `certificates.image.pullSecrets` | Apache Exporter image pull secrets | `[]` |
@@ -252,7 +252,7 @@ The command removes all the Kubernetes components associated with the chart and
252252
| `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` |
253253
| `volumePermissions.image.registry` | Bitnami Shell image registry | `docker.io` |
254254
| `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` |
255-
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r60` |
255+
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r70` |
256256
| `volumePermissions.image.digest` | Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
257257
| `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` |
258258
| `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` |
@@ -281,7 +281,7 @@ The command removes all the Kubernetes components associated with the chart and
281281
| `metrics.enabled` | Start a sidecar prometheus exporter to expose metrics | `false` |
282282
| `metrics.image.registry` | Apache Exporter image registry | `docker.io` |
283283
| `metrics.image.repository` | Apache Exporter image repository | `bitnami/apache-exporter` |
284-
| `metrics.image.tag` | Apache Exporter image tag (immutable tags are recommended) | `0.11.0-debian-11-r70` |
284+
| `metrics.image.tag` | Apache Exporter image tag (immutable tags are recommended) | `0.11.0-debian-11-r80` |
285285
| `metrics.image.digest` | Apache Exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` |
286286
| `metrics.image.pullPolicy` | Apache Exporter image pull policy | `IfNotPresent` |
287287
| `metrics.image.pullSecrets` | Apache Exporter image pull secrets | `[]` |

bitnami/osclass/values.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ extraDeploy: []
5555
image:
5656
registry: docker.io
5757
repository: bitnami/osclass
58-
tag: 8.0.2-debian-11-r62
58+
tag: 8.0.2-debian-11-r72
5959
digest: ""
6060
## Specify a imagePullPolicy
6161
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -256,7 +256,7 @@ certificates:
256256
image:
257257
registry: docker.io
258258
repository: bitnami/bitnami-shell
259-
tag: 11-debian-11-r60
259+
tag: 11-debian-11-r70
260260
digest: ""
261261
## Specify a imagePullPolicy
262262
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
@@ -704,7 +704,7 @@ volumePermissions:
704704
image:
705705
registry: docker.io
706706
repository: bitnami/bitnami-shell
707-
tag: 11-debian-11-r60
707+
tag: 11-debian-11-r70
708708
digest: ""
709709
pullPolicy: IfNotPresent
710710
## Optionally specify an array of imagePullSecrets.
@@ -782,7 +782,7 @@ metrics:
782782
image:
783783
registry: docker.io
784784
repository: bitnami/apache-exporter
785-
tag: 0.11.0-debian-11-r70
785+
tag: 0.11.0-debian-11-r80
786786
digest: ""
787787
pullPolicy: IfNotPresent
788788
## Optionally specify an array of imagePullSecrets.

0 commit comments

Comments
 (0)