From cb2333668796a1b160b9267012c8a9277b1a46b6 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 12 Dec 2022 09:17:51 +0100 Subject: [PATCH] [bitnami/osclass] Release 14.2.8 (#13922) * [bitnami/osclass] Release 14.2.8 updating components versions Signed-off-by: Bitnami Containers * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers Signed-off-by: Bitnami Containers --- bitnami/osclass/Chart.lock | 8 ++++---- bitnami/osclass/Chart.yaml | 2 +- bitnami/osclass/README.md | 8 ++++---- bitnami/osclass/values.yaml | 8 ++++---- 4 files changed, 13 insertions(+), 13 deletions(-) diff --git a/bitnami/osclass/Chart.lock b/bitnami/osclass/Chart.lock index e0a059927..6056cbd0e 100644 --- a/bitnami/osclass/Chart.lock +++ b/bitnami/osclass/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: mariadb repository: https://charts.bitnami.com/bitnami - version: 11.3.5 + version: 11.4.1 - name: common repository: https://charts.bitnami.com/bitnami - version: 2.1.2 -digest: sha256:b9ef47be4348b346b430778e0f4501352ffc2f7cf8fbac1dc22c8d9ce5d9ce56 -generated: "2022-11-11T02:06:20.321363798Z" + version: 2.2.1 +digest: sha256:2fbbf98b018e0150efe62710cf2cb7e30f0b325e94cae6e5b85598ccd9af53bd +generated: "2022-12-10T06:58:59.431563829Z" diff --git a/bitnami/osclass/Chart.yaml b/bitnami/osclass/Chart.yaml index 27f472128..14bc14d06 100644 --- a/bitnami/osclass/Chart.yaml +++ b/bitnami/osclass/Chart.yaml @@ -31,4 +31,4 @@ name: osclass sources: - https://github.com/bitnami/containers/tree/main/bitnami/osclass - https://osclass.org/ -version: 14.2.7 +version: 14.2.8 diff --git a/bitnami/osclass/README.md b/bitnami/osclass/README.md index 36451423c..9f2750bb3 100644 --- a/bitnami/osclass/README.md +++ b/bitnami/osclass/README.md @@ -81,7 +81,7 @@ The command removes all the Kubernetes components associated with the chart and | ------------------- | ------------------------------------------------------------------------------------------------------- | --------------------- | | `image.registry` | Osclass image registry | `docker.io` | | `image.repository` | Osclass image repository | `bitnami/osclass` | -| `image.tag` | Osclass image tag (immutable tags are recommended) | `8.0.2-debian-11-r53` | +| `image.tag` | Osclass image tag (immutable tags are recommended) | `8.0.2-debian-11-r62` | | `image.digest` | Osclass image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `image.pullPolicy` | Osclass image pull policy | `IfNotPresent` | | `image.pullSecrets` | Osclass image pull secrets | `[]` | @@ -154,7 +154,7 @@ The command removes all the Kubernetes components associated with the chart and | `certificates.extraEnvVarsSecret` | Secret with extra environment variables | `""` | | `certificates.image.registry` | Apache Exporter image registry | `docker.io` | | `certificates.image.repository` | Apache Exporter image repository | `bitnami/bitnami-shell` | -| `certificates.image.tag` | Apache Exporter image tag (immutable tags are recommended) | `11-debian-11-r50` | +| `certificates.image.tag` | Apache Exporter image tag (immutable tags are recommended) | `11-debian-11-r60` | | `certificates.image.digest` | Apache Exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `certificates.image.pullPolicy` | Apache Exporter image pull policy | `IfNotPresent` | | `certificates.image.pullSecrets` | Apache Exporter image pull secrets | `[]` | @@ -252,7 +252,7 @@ The command removes all the Kubernetes components associated with the chart and | `volumePermissions.enabled` | Enable init container that changes the owner/group of the PV mount point to `runAsUser:fsGroup` | `false` | | `volumePermissions.image.registry` | Bitnami Shell image registry | `docker.io` | | `volumePermissions.image.repository` | Bitnami Shell image repository | `bitnami/bitnami-shell` | -| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r50` | +| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r60` | | `volumePermissions.image.digest` | Bitnami Shell image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `volumePermissions.image.pullPolicy` | Bitnami Shell image pull policy | `IfNotPresent` | | `volumePermissions.image.pullSecrets` | Bitnami Shell image pull secrets | `[]` | @@ -281,7 +281,7 @@ The command removes all the Kubernetes components associated with the chart and | `metrics.enabled` | Start a sidecar prometheus exporter to expose metrics | `false` | | `metrics.image.registry` | Apache Exporter image registry | `docker.io` | | `metrics.image.repository` | Apache Exporter image repository | `bitnami/apache-exporter` | -| `metrics.image.tag` | Apache Exporter image tag (immutable tags are recommended) | `0.11.0-debian-11-r60` | +| `metrics.image.tag` | Apache Exporter image tag (immutable tags are recommended) | `0.11.0-debian-11-r70` | | `metrics.image.digest` | Apache Exporter image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `metrics.image.pullPolicy` | Apache Exporter image pull policy | `IfNotPresent` | | `metrics.image.pullSecrets` | Apache Exporter image pull secrets | `[]` | diff --git a/bitnami/osclass/values.yaml b/bitnami/osclass/values.yaml index c95577845..8c5c65dd3 100644 --- a/bitnami/osclass/values.yaml +++ b/bitnami/osclass/values.yaml @@ -55,7 +55,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/osclass - tag: 8.0.2-debian-11-r53 + tag: 8.0.2-debian-11-r62 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -256,7 +256,7 @@ certificates: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 11-debian-11-r50 + tag: 11-debian-11-r60 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -704,7 +704,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 11-debian-11-r50 + tag: 11-debian-11-r60 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. @@ -782,7 +782,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.11.0-debian-11-r60 + tag: 0.11.0-debian-11-r70 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.