From 04fbe76af6daa9a3cff5c346bc5018de2359bfb8 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Tue, 1 Aug 2023 10:11:11 +0200 Subject: [PATCH] [bitnami/osclass] Release 15.1.6 (#18086) * [bitnami/osclass] Release 15.1.6 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.yaml | 2 +- bitnami/osclass/README.md | 8 ++++---- bitnami/osclass/values.yaml | 8 ++++---- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/bitnami/osclass/Chart.yaml b/bitnami/osclass/Chart.yaml index c9522cf7a6..3a8c04e0c1 100644 --- a/bitnami/osclass/Chart.yaml +++ b/bitnami/osclass/Chart.yaml @@ -33,4 +33,4 @@ maintainers: name: osclass sources: - https://github.com/bitnami/charts/tree/main/bitnami/osclass -version: 15.1.5 +version: 15.1.6 diff --git a/bitnami/osclass/README.md b/bitnami/osclass/README.md index f9799ed7a0..c4516a6b7d 100644 --- a/bitnami/osclass/README.md +++ b/bitnami/osclass/README.md @@ -80,7 +80,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.1.2-debian-11-r33` | +| `image.tag` | Osclass image tag (immutable tags are recommended) | `8.1.2-debian-11-r36` | | `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 | `[]` | @@ -151,7 +151,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/os-shell` | -| `certificates.image.tag` | Apache Exporter image tag (immutable tags are recommended) | `11-debian-11-r16` | +| `certificates.image.tag` | Apache Exporter image tag (immutable tags are recommended) | `11-debian-11-r22` | | `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 | `[]` | @@ -247,7 +247,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` | OS Shell + Utility image registry | `docker.io` | | `volumePermissions.image.repository` | OS Shell + Utility image repository | `bitnami/os-shell` | -| `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r16` | +| `volumePermissions.image.tag` | OS Shell + Utility image tag (immutable tags are recommended) | `11-debian-11-r22` | | `volumePermissions.image.digest` | OS Shell + Utility image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `volumePermissions.image.pullPolicy` | OS Shell + Utility image pull policy | `IfNotPresent` | | `volumePermissions.image.pullSecrets` | OS Shell + Utility image pull secrets | `[]` | @@ -274,7 +274,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.13.4-debian-11-r55` | +| `metrics.image.tag` | Apache Exporter image tag (immutable tags are recommended) | `0.13.4-debian-11-r60` | | `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 ef0da36c3d..0ab201b4f1 100644 --- a/bitnami/osclass/values.yaml +++ b/bitnami/osclass/values.yaml @@ -58,7 +58,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/osclass - tag: 8.1.2-debian-11-r33 + tag: 8.1.2-debian-11-r36 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -259,7 +259,7 @@ certificates: image: registry: docker.io repository: bitnami/os-shell - tag: 11-debian-11-r16 + tag: 11-debian-11-r22 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -707,7 +707,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/os-shell - tag: 11-debian-11-r16 + tag: 11-debian-11-r22 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. @@ -785,7 +785,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.13.4-debian-11-r55 + tag: 0.13.4-debian-11-r60 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets.