[bitnami/osclass] Release 14.2.7 (#13494)

* [bitnami/osclass] Release 14.2.7 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
2022-11-12 09:06:05 +01:00
committed by GitHub
parent 53f274ff5b
commit 1ef444cecf
4 changed files with 14 additions and 14 deletions

View File

@@ -1,9 +1,9 @@
dependencies:
- name: mariadb
repository: https://charts.bitnami.com/bitnami
version: 11.3.3
version: 11.3.5
- name: common
repository: https://charts.bitnami.com/bitnami
version: 2.0.3
digest: sha256:b458a267658afad4e8414d63729ce69a70e5dd74146e27863e5350985f6ca48c
generated: "2022-10-10T09:45:22.418932684Z"
version: 2.1.2
digest: sha256:b9ef47be4348b346b430778e0f4501352ffc2f7cf8fbac1dc22c8d9ce5d9ce56
generated: "2022-11-11T02:06:20.321363798Z"

View File

@@ -31,4 +31,4 @@ name: osclass
sources:
- https://github.com/bitnami/containers/tree/main/bitnami/osclass
- https://osclass.org/
version: 14.2.6
version: 14.2.7

View File

@@ -7,7 +7,7 @@ Osclass allows you to easily create a classifieds site without any technical kno
[Overview of Osclass](https://osclass-classifieds.com)
Trademarks: This software listing is packaged by Bitnami. The respective trademarks mentioned in the offering are owned by the respective companies, and use of them does not imply any affiliation or endorsement.
## TL;DR
```console
@@ -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-r43` |
| `image.tag` | Osclass image tag (immutable tags are recommended) | `8.0.2-debian-11-r53` |
| `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-r40` |
| `certificates.image.tag` | Apache Exporter image tag (immutable tags are recommended) | `11-debian-11-r50` |
| `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-r40` |
| `volumePermissions.image.tag` | Bitnami Shell image tag (immutable tags are recommended) | `11-debian-11-r50` |
| `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-r50` |
| `metrics.image.tag` | Apache Exporter image tag (immutable tags are recommended) | `0.11.0-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

@@ -55,7 +55,7 @@ extraDeploy: []
image:
registry: docker.io
repository: bitnami/osclass
tag: 8.0.2-debian-11-r43
tag: 8.0.2-debian-11-r53
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-r40
tag: 11-debian-11-r50
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-r40
tag: 11-debian-11-r50
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-r50
tag: 0.11.0-debian-11-r60
digest: ""
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.