mirror of
https://github.com/bitnami/charts.git
synced 2026-03-16 06:47:30 +08:00
[bitnami/owncloud] feat!: ⬆️ Bump MariaDB version to 10.6 (#9854)
Signed-off-by: Javier Salmeron Garcia <jsalmeron@vmware.com>
This commit is contained in:
committed by
GitHub
parent
3d2cd15b6e
commit
11ef52888a
@@ -1,9 +1,9 @@
|
|||||||
dependencies:
|
dependencies:
|
||||||
- name: mariadb
|
- name: mariadb
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
version: 10.5.1
|
version: 11.0.0
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
version: 1.13.0
|
version: 1.13.0
|
||||||
digest: sha256:6b2eff2ab7d481f6c5bbc7739f9494a8d2e9459b11aa95d4abe78564b5e14075
|
digest: sha256:02a396f16b3edece5a98a13b300d6071a8974d06af0988f16f9ddbd20c9f9c1d
|
||||||
generated: "2022-04-19T17:11:35.963151477Z"
|
generated: "2022-04-21T11:27:54.886464+02:00"
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ dependencies:
|
|||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
tags:
|
tags:
|
||||||
- owncloud-database
|
- owncloud-database
|
||||||
version: 10.x.x
|
version: 11.x.x
|
||||||
- name: common
|
- name: common
|
||||||
repository: https://charts.bitnami.com/bitnami
|
repository: https://charts.bitnami.com/bitnami
|
||||||
tags:
|
tags:
|
||||||
@@ -31,4 +31,4 @@ name: owncloud
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/bitnami/bitnami-docker-owncloud
|
- https://github.com/bitnami/bitnami-docker-owncloud
|
||||||
- https://owncloud.org/
|
- https://owncloud.org/
|
||||||
version: 11.0.26
|
version: 12.0.0
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ ownCloud is an open source content collaboration platform used to store and shar
|
|||||||
[Overview of ownCloud](http://owncloud.org)
|
[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.
|
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
|
## TL;DR
|
||||||
|
|
||||||
```console
|
```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.imagePullSecrets` | Global Docker registry secret names as an array | `[]` |
|
||||||
| `global.storageClass` | Global StorageClass for Persistent Volume(s) | `""` |
|
| `global.storageClass` | Global StorageClass for Persistent Volume(s) | `""` |
|
||||||
|
|
||||||
|
|
||||||
### Common parameters
|
### Common parameters
|
||||||
|
|
||||||
| Name | Description | Value |
|
| 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 | `""` |
|
| `fullnameOverride` | String to fully override owncloud.fullname template | `""` |
|
||||||
| `extraDeploy` | Array of extra objects to deploy with the release (evaluated as a template) | `[]` |
|
| `extraDeploy` | Array of extra objects to deploy with the release (evaluated as a template) | `[]` |
|
||||||
|
|
||||||
|
|
||||||
### ownCloud parameters
|
### ownCloud parameters
|
||||||
|
|
||||||
| Name | Description | Value |
|
| Name | Description | Value |
|
||||||
@@ -157,7 +155,6 @@ The command removes all the Kubernetes components associated with the chart and
|
|||||||
| `podAnnotations` | Pod annotations | `{}` |
|
| `podAnnotations` | Pod annotations | `{}` |
|
||||||
| `podLabels` | Pod extra labels | `{}` |
|
| `podLabels` | Pod extra labels | `{}` |
|
||||||
|
|
||||||
|
|
||||||
### Database parameters
|
### Database parameters
|
||||||
|
|
||||||
| Name | Description | Value |
|
| 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.database` | Name of the existing database | `bitnami_owncloud` |
|
||||||
| `externalDatabase.existingSecret` | Name of an existing secret resource containing the DB password | `""` |
|
| `externalDatabase.existingSecret` | Name of an existing secret resource containing the DB password | `""` |
|
||||||
|
|
||||||
|
|
||||||
### Persistence parameters
|
### Persistence parameters
|
||||||
|
|
||||||
| Name | Description | Value |
|
| 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.hostPath` | If defined, the owncloud-data volume will mount to the specified hostPath. | `""` |
|
||||||
| `persistence.annotations` | Persistent Volume Claim annotations | `{}` |
|
| `persistence.annotations` | Persistent Volume Claim annotations | `{}` |
|
||||||
|
|
||||||
|
|
||||||
### Volume Permissions parameters
|
### Volume Permissions parameters
|
||||||
|
|
||||||
| Name | Description | Value |
|
| 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.limits` | The resources limits for the container | `{}` |
|
||||||
| `volumePermissions.resources.requests` | The requested resources for the container | `{}` |
|
| `volumePermissions.resources.requests` | The requested resources for the container | `{}` |
|
||||||
|
|
||||||
|
|
||||||
### Traffic Exposure Parameters
|
### Traffic Exposure Parameters
|
||||||
|
|
||||||
| Name | Description | Value |
|
| 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.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+) | `""` |
|
| `ingress.ingressClassName` | IngressClass that will be be used to implement the Ingress (Kubernetes 1.18+) | `""` |
|
||||||
|
|
||||||
|
|
||||||
### Metrics parameters
|
### Metrics parameters
|
||||||
|
|
||||||
| Name | Description | Value |
|
| 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.sessionAffinity` | Session Affinity for Kubernetes service, can be "None" or "ClientIP" | `None` |
|
||||||
| `metrics.service.sessionAffinityConfig` | Additional settings for the sessionAffinity | `{}` |
|
| `metrics.service.sessionAffinityConfig` | Additional settings for the sessionAffinity | `{}` |
|
||||||
|
|
||||||
|
|
||||||
### Certificate injection parameters
|
### Certificate injection parameters
|
||||||
|
|
||||||
| Name | Description | Value |
|
| 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.pullPolicy` | Container sidecar image pull policy | `IfNotPresent` |
|
||||||
| `certificates.image.pullSecrets` | Container sidecar image pull secrets | `[]` |
|
| `certificates.image.pullSecrets` | Container sidecar image pull secrets | `[]` |
|
||||||
|
|
||||||
|
|
||||||
### NetworkPolicy parameters
|
### NetworkPolicy parameters
|
||||||
|
|
||||||
| Name | Description | Value |
|
| 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.denyConnectionsToExternal` | Enable egress rule that denies outgoing traffic outside the cluster, except for DNS (port 53). | `false` |
|
||||||
| `networkPolicy.egressRules.customRules` | Custom network policy rule | `{}` |
|
| `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.
|
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**:
|
> **Note**:
|
||||||
@@ -432,6 +422,10 @@ Find more information about how to deal with common errors related to Bitnami's
|
|||||||
|
|
||||||
## Upgrading
|
## 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
|
### 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.
|
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,
|
distributed under the License is distributed on an "AS IS" BASIS,
|
||||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||||
See the License for the specific language governing permissions and
|
See the License for the specific language governing permissions and
|
||||||
limitations under the License.
|
limitations under the License.
|
||||||
|
|||||||
Reference in New Issue
Block a user