diff --git a/bitnami/owncloud/Chart.lock b/bitnami/owncloud/Chart.lock index f2d0498ef..cd3e2eb79 100644 --- a/bitnami/owncloud/Chart.lock +++ b/bitnami/owncloud/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: mariadb repository: https://charts.bitnami.com/bitnami - version: 11.4.0 + version: 11.4.2 - name: common repository: https://charts.bitnami.com/bitnami - version: 2.2.0 -digest: sha256:53b548e92be89de317733400c0087964e1ff2712acbebbc79ba1a77f227d016e -generated: "2022-11-18T21:32:46.615655062Z" + version: 2.2.2 +digest: sha256:beff874b97c091d4ff0cc867425e289e6a1e0df813a1370bffbc17fdce8e099c +generated: "2022-12-19T04:28:42.678118273Z" diff --git a/bitnami/owncloud/Chart.yaml b/bitnami/owncloud/Chart.yaml index a09be5e8f..f8e210c5d 100644 --- a/bitnami/owncloud/Chart.yaml +++ b/bitnami/owncloud/Chart.yaml @@ -31,4 +31,4 @@ name: owncloud sources: - https://github.com/bitnami/containers/tree/main/bitnami/owncloud - https://owncloud.org/ -version: 12.2.7 +version: 12.2.8 diff --git a/bitnami/owncloud/README.md b/bitnami/owncloud/README.md index 15a3daf32..c6eb75c00 100644 --- a/bitnami/owncloud/README.md +++ b/bitnami/owncloud/README.md @@ -79,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-r19` | +| `image.tag` | ownCloud Image tag (immutable tags are recommended) | `10.11.0-debian-11-r29` | | `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 | `[]` | @@ -203,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-r53` | +| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r63` | | `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 | `[]` | @@ -250,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-r63` | +| `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `0.11.0-debian-11-r73` | | `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 | `[]` | @@ -284,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-r53` | +| `certificates.image.tag` | Container sidecar image tag (immutable tags are recommended) | `11-debian-11-r63` | | `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 | `[]` | diff --git a/bitnami/owncloud/values.yaml b/bitnami/owncloud/values.yaml index a7e600022..7b976d47a 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-r19 + tag: 10.11.0-debian-11-r29 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-r53 + tag: 11-debian-11-r63 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-r63 + tag: 0.11.0-debian-11-r73 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-r53 + tag: 11-debian-11-r63 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'