[bitnami/osclass] Release 15.1.6 (#18086)

* [bitnami/osclass] Release 15.1.6 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>
This commit is contained in:
Bitnami Bot
2023-08-01 10:11:11 +02:00
committed by GitHub
parent aafc974ece
commit 04fbe76af6
3 changed files with 9 additions and 9 deletions

View File

@@ -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

View File

@@ -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 | `[]` |

View File

@@ -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.