diff --git a/bitnami/owncloud/Chart.yaml b/bitnami/owncloud/Chart.yaml index 8ba150219..d5d222d99 100644 --- a/bitnami/owncloud/Chart.yaml +++ b/bitnami/owncloud/Chart.yaml @@ -15,7 +15,7 @@ dependencies: - bitnami-common version: 2.x.x deprecated: true -description: DEPRECATED ownCloud is an open source content collaboration platform used to store and share files from any device. It grants data privacy, synchronization between devices, and file access control. +description: ownCloud is an open source content collaboration platform used to store and share files from any device. It grants data privacy, synchronization between devices, and file access control. engine: gotpl home: https://github.com/bitnami/charts/tree/main/bitnami/owncloud icon: https://bitnami.com/assets/stacks/owncloud/img/owncloud-stack-220x234.png @@ -30,4 +30,4 @@ name: owncloud sources: - https://github.com/bitnami/containers/tree/main/bitnami/owncloud - https://owncloud.org/ -version: 12.2.9 +version: 12.2.10 diff --git a/bitnami/owncloud/README.md b/bitnami/owncloud/README.md index 37476adbe..ff0d748ec 100644 --- a/bitnami/owncloud/README.md +++ b/bitnami/owncloud/README.md @@ -4,10 +4,6 @@ ownCloud is an open source content collaboration platform used to store and share files from any device. It grants data privacy, synchronization between devices, and file access control. -## This Helm chart is deprecated - -The upstream project has been discontinued and no new features will be added. - [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. @@ -83,7 +79,7 @@ The command removes all the Kubernetes components associated with the chart and | --------------------------------------- | ------------------------------------------------------------------------------------------------------------ | ----------------------- | | `image.registry` | ownCloud image registry | `docker.io` | | `image.repository` | ownCloud image repository | `bitnami/owncloud` | -| `image.tag` | ownCloud Image tag (immutable tags are recommended) | `10.11.0-debian-11-r29` | +| `image.tag` | ownCloud Image tag (immutable tags are recommended) | `10.11.0-debian-11-r31` | | `image.digest` | ownCloud image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `image.pullPolicy` | ownCloud image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | @@ -207,7 +203,7 @@ The command removes all the Kubernetes components associated with the chart and | `volumePermissions.enabled` | Enable init container that changes volume permissions in the data directory (for cases where the default k8s `runAsUser` and `fsUser` values do not work) | `false` | | `volumePermissions.image.registry` | Init container volume-permissions image registry | `docker.io` | | `volumePermissions.image.repository` | Init container volume-permissions image repository | `bitnami/bitnami-shell` | -| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r63` | +| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r64` | | `volumePermissions.image.digest` | Init container volume-permissions image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` | | `volumePermissions.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | @@ -254,7 +250,7 @@ The command removes all the Kubernetes components associated with the chart and | `metrics.enabled` | Start a side-car prometheus exporter | `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-r73` | +| `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `0.11.0-debian-11-r74` | | `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` | Image pull policy | `IfNotPresent` | | `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | @@ -288,7 +284,7 @@ The command removes all the Kubernetes components associated with the chart and | `certificates.extraEnvVarsSecret` | Secret with extra environment variables | `""` | | `certificates.image.registry` | Container sidecar registry | `docker.io` | | `certificates.image.repository` | Container sidecar image repository | `bitnami/bitnami-shell` | -| `certificates.image.tag` | Container sidecar image tag (immutable tags are recommended) | `11-debian-11-r63` | +| `certificates.image.tag` | Container sidecar image tag (immutable tags are recommended) | `11-debian-11-r64` | | `certificates.image.digest` | Container sidecar image digest in the way sha256:aa.... Please note this parameter, if set, will override the tag | `""` | | `certificates.image.pullPolicy` | Container sidecar image pull policy | `IfNotPresent` | | `certificates.image.pullSecrets` | Container sidecar image pull secrets | `[]` | @@ -602,4 +598,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. \ No newline at end of file diff --git a/bitnami/owncloud/values.yaml b/bitnami/owncloud/values.yaml index 7b976d47a..0b8d8a55a 100644 --- a/bitnami/owncloud/values.yaml +++ b/bitnami/owncloud/values.yaml @@ -46,7 +46,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/owncloud - tag: 10.11.0-debian-11-r29 + tag: 10.11.0-debian-11-r31 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -466,7 +466,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 11-debian-11-r63 + tag: 11-debian-11-r64 digest: "" pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. @@ -677,7 +677,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.11.0-debian-11-r73 + tag: 0.11.0-debian-11-r74 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' @@ -792,7 +792,7 @@ certificates: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 11-debian-11-r63 + tag: 11-debian-11-r64 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'