[bitnami/owncloud] feat!: ⬆️ Bump MariaDB version to 10.6 (#9854)

Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
This commit is contained in:
Javier J. Salmerón-García
2022-04-21 13:14:20 +02:00
committed by GitHub
parent 3d2cd15b6e
commit 11ef52888a
3 changed files with 11 additions and 17 deletions
+3 -3
View File
@@ -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:6b2eff2ab7d481f6c5bbc7739f9494a8d2e9459b11aa95d4abe78564b5e14075
generated: "2022-04-19T17:11:35.963151477Z"
digest: sha256:02a396f16b3edece5a98a13b300d6071a8974d06af0988f16f9ddbd20c9f9c1d
generated: "2022-04-21T11:27:54.886464+02:00"
+2 -2
View File
@@ -8,7 +8,7 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
tags:
- owncloud-database
version: 10.x.x
version: 11.x.x
- name: common
repository: https://charts.bitnami.com/bitnami
tags:
@@ -31,4 +31,4 @@ name: owncloud
sources:
- https://github.com/bitnami/bitnami-docker-owncloud
- https://owncloud.org/
version: 11.0.26
version: 12.0.0
+6 -12
View File
@@ -7,7 +7,7 @@ ownCloud is an open source content collaboration platform used to store and shar
[Overview of ownCloud](http://owncloud.org)
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 |
@@ -72,7 +71,6 @@ The command removes all the Kubernetes components associated with the chart and
| `fullnameOverride` | String to fully override owncloud.fullname template | `""` |
| `extraDeploy` | Array of extra objects to deploy with the release (evaluated as a template) | `[]` |
### ownCloud parameters
| Name | Description | Value |
@@ -157,7 +155,6 @@ The command removes all the Kubernetes components associated with the chart and
| `podAnnotations` | Pod annotations | `{}` |
| `podLabels` | Pod extra labels | `{}` |
### Database parameters
| Name | Description | Value |
@@ -181,7 +178,6 @@ The command removes all the Kubernetes components associated with the chart and
| `externalDatabase.database` | Name of the existing database | `bitnami_owncloud` |
| `externalDatabase.existingSecret` | Name of an existing secret resource containing the DB password | `""` |
### Persistence parameters
| Name | Description | Value |
@@ -194,7 +190,6 @@ The command removes all the Kubernetes components associated with the chart and
| `persistence.hostPath` | If defined, the owncloud-data volume will mount to the specified hostPath. | `""` |
| `persistence.annotations` | Persistent Volume Claim annotations | `{}` |
### Volume Permissions parameters
| Name | Description | Value |
@@ -208,7 +203,6 @@ The command removes all the Kubernetes components associated with the chart and
| `volumePermissions.resources.limits` | The resources limits for the container | `{}` |
| `volumePermissions.resources.requests` | The requested resources for the container | `{}` |
### Traffic Exposure Parameters
| Name | Description | Value |
@@ -239,7 +233,6 @@ The command removes all the Kubernetes components associated with the chart and
| `ingress.secrets` | If you're providing your own certificates, please use this to add the certificates as secrets | `[]` |
| `ingress.ingressClassName` | IngressClass that will be be used to implement the Ingress (Kubernetes 1.18+) | `""` |
### Metrics parameters
| Name | Description | Value |
@@ -261,7 +254,6 @@ The command removes all the Kubernetes components associated with the chart and
| `metrics.service.sessionAffinity` | Session Affinity for Kubernetes service, can be "None" or "ClientIP" | `None` |
| `metrics.service.sessionAffinityConfig` | Additional settings for the sessionAffinity | `{}` |
### Certificate injection parameters
| Name | Description | Value |
@@ -284,7 +276,6 @@ The command removes all the Kubernetes components associated with the chart and
| `certificates.image.pullPolicy` | Container sidecar image pull policy | `IfNotPresent` |
| `certificates.image.pullSecrets` | Container sidecar image pull secrets | `[]` |
### NetworkPolicy parameters
| Name | Description | Value |
@@ -305,7 +296,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/owncloud](https://github.com/bitnami/bitnami-docker-owncloud). For more information please refer to the [bitnami/owncloud](https://github.com/bitnami/bitnami-docker-owncloud) image documentation.
> **Note**:
@@ -432,6 +422,10 @@ Find more information about how to deal with common errors related to Bitnami's
## Upgrading
### To 12.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 11.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.
@@ -589,4 +583,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.
limitations under the License.