diff --git a/bitnami/osclass/Chart.lock b/bitnami/osclass/Chart.lock index c0f76e9ec..a5b70ff0c 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: 10.5.1 + version: 11.0.0 - name: common repository: https://charts.bitnami.com/bitnami version: 1.13.0 -digest: sha256:2c0e0bdc9a8336bae0770c5ef3211e9abbce4f916a732188b65c9562e390d0a6 -generated: "2022-04-19T16:08:19.202177044Z" +digest: sha256:9d2fbcd033ad308afbd7a3383541a2a006e5d30b282ecd16c6b3d1cbe6dc5b08 +generated: "2022-04-21T11:25:53.604642+02:00" diff --git a/bitnami/osclass/Chart.yaml b/bitnami/osclass/Chart.yaml index badf25ea8..de2daa7cb 100644 --- a/bitnami/osclass/Chart.yaml +++ b/bitnami/osclass/Chart.yaml @@ -8,7 +8,7 @@ dependencies: repository: https://charts.bitnami.com/bitnami tags: - osclass-database - version: 10.x.x + version: 11.x.x - name: common repository: https://charts.bitnami.com/bitnami tags: @@ -31,4 +31,4 @@ name: osclass sources: - https://github.com/bitnami/bitnami-docker-osclass - https://osclass.org/ -version: 13.0.24 +version: 14.0.0 diff --git a/bitnami/osclass/README.md b/bitnami/osclass/README.md index 65975ae9d..1ce4ecbde 100644 --- a/bitnami/osclass/README.md +++ b/bitnami/osclass/README.md @@ -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 @@ -62,7 +62,6 @@ The command removes all the Kubernetes components associated with the chart and | `global.imagePullSecrets` | Global Docker registry secret names as an array | `[]` | | `global.storageClass` | Global StorageClass for Persistent Volume(s) | `""` | - ### Common parameters | Name | Description | Value | @@ -74,7 +73,6 @@ The command removes all the Kubernetes components associated with the chart and | `commonLabels` | Labels to add to all deployed objects | `{}` | | `extraDeploy` | Array of extra objects to deploy with the release | `[]` | - ### Osclass Image parameters | Name | Description | Value | @@ -86,7 +84,6 @@ The command removes all the Kubernetes components associated with the chart and | `image.pullSecrets` | Osclass image pull secrets | `[]` | | `image.debug` | Enable Bitnami debug mode in Osclass image | `false` | - ### Osclass Configuration parameters | Name | Description | Value | @@ -104,7 +101,6 @@ The command removes all the Kubernetes components associated with the chart and | `smtpPassword` | SMTP user password | `""` | | `smtpProtocol` | SMTP protocol | `""` | - ### Osclass deployment parameters | Name | Description | Value | @@ -187,7 +183,6 @@ The command removes all the Kubernetes components associated with the chart and | `schedulerName` | Name of the k8s scheduler (other than default) | `""` | | `topologySpreadConstraints` | Topology Spread Constraints for pod assignment | `[]` | - ### Traffic Exposure Parameters | Name | Description | Value | @@ -218,7 +213,6 @@ The command removes all the Kubernetes components associated with the chart and | `ingress.secrets` | Custom TLS certificates as secrets | `[]` | | `ingress.ingressClassName` | IngressClass that will be be used to implement the Ingress (Kubernetes 1.18+) | `""` | - ### Database Parameters | Name | Description | Value | @@ -255,7 +249,6 @@ The command removes all the Kubernetes components associated with the chart and | `volumePermissions.resources.limits` | The resources limits for the init container | `{}` | | `volumePermissions.resources.requests` | The requested resources for the init container | `{}` | - ### Other Parameters | Name | Description | Value | @@ -269,7 +262,6 @@ The command removes all the Kubernetes components associated with the chart and | `autoscaling.targetCPU` | Target CPU utilization percentage | `50` | | `autoscaling.targetMemory` | Target Memory utilization percentage | `50` | - ### Metrics Parameters | Name | Description | Value | @@ -297,7 +289,6 @@ The command removes all the Kubernetes components associated with the chart and | `metrics.serviceMonitor.labels` | Extra labels for the ServiceMonitor | `{}` | | `metrics.serviceMonitor.jobLabel` | The name of the label on the target service to use as the job name in prometheus. | `""` | - ### NetworkPolicy parameters | Name | Description | Value | @@ -318,7 +309,6 @@ The command removes all the Kubernetes components associated with the chart and | `networkPolicy.egressRules.denyConnectionsToExternal` | Enable egress rule that denies outgoing traffic outside the cluster, except for DNS (port 53). | `false` | | `networkPolicy.egressRules.customRules` | Custom network policy rule | `{}` | - The above parameters map to the env variables defined in [bitnami/osclass](https://github.com/bitnami/bitnami-docker-osclass). For more information please refer to the [bitnami/osclass](https://github.com/bitnami/bitnami-docker-osclass) image documentation. Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example, @@ -415,6 +405,10 @@ Find more information about how to deal with common errors related to Bitnami's ## Upgrading +### To 14.0.0 + +This major release bumps the MariaDB version to 10.6. Follow the [upstream instructions](https://mariadb.com/kb/en/upgrading-from-mariadb-105-to-mariadb-106/) for upgrading from MariaDB 10.5 to 10.6. No major issues are expected during the upgrade. + ### To 13.0.0 This major release renames several values in this chart and adds missing features, in order to be inline with the rest of assets in the Bitnami charts repository. @@ -580,4 +574,4 @@ Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and -limitations under the License. \ No newline at end of file +limitations under the License.