diff --git a/bitnami/owncloud/Chart.lock b/bitnami/owncloud/Chart.lock index 6cc845157..7477d6d51 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.0.12 + version: 11.0.13 - name: common repository: https://charts.bitnami.com/bitnami version: 1.16.0 -digest: sha256:afdb0da747ce3c2cb47712412b60bc73f9d1fafde1cdea6fa41fe7c46bb8f8f0 -generated: "2022-06-10T13:58:18.699857529Z" +digest: sha256:6a9c47d29faecfad614e38aa3778d5df17688a42519707a06cb0242c6d7ac7dd +generated: "2022-06-30T05:49:53.300594599Z" diff --git a/bitnami/owncloud/Chart.yaml b/bitnami/owncloud/Chart.yaml index 7659e4909..ade98112e 100644 --- a/bitnami/owncloud/Chart.yaml +++ b/bitnami/owncloud/Chart.yaml @@ -31,4 +31,4 @@ name: owncloud sources: - https://github.com/bitnami/bitnami-docker-owncloud - https://owncloud.org/ -version: 12.1.9 +version: 12.1.10 diff --git a/bitnami/owncloud/README.md b/bitnami/owncloud/README.md index e8fc5abf5..6b25a1560 100644 --- a/bitnami/owncloud/README.md +++ b/bitnami/owncloud/README.md @@ -75,87 +75,87 @@ The command removes all the Kubernetes components associated with the chart and ### ownCloud parameters -| Name | Description | Value | -| --------------------------------------- | ------------------------------------------------------------------------------------------------------------ | ----------------------- | -| `image.registry` | ownCloud image registry | `docker.io` | -| `image.repository` | ownCloud image repository | `bitnami/owncloud` | -| `image.tag` | ownCloud Image tag (immutable tags are recommended) | `10.9.1-debian-10-r115` | -| `image.pullPolicy` | ownCloud image pull policy | `IfNotPresent` | -| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | -| `image.debug` | Specify if debug logs should be enabled | `false` | -| `hostAliases` | Deployment pod host aliases | `[]` | -| `replicaCount` | Number of replicas (requires ReadWriteMany PVC support) | `1` | -| `owncloudSkipInstall` | Skip ownCloud installation wizard. Useful for migrations and restoring from SQL dump | `false` | -| `owncloudHost` | ownCloud host to create application URLs (when ingress, it will be ignored) | `""` | -| `owncloudUsername` | User of the application | `user` | -| `owncloudPassword` | Application password | `""` | -| `owncloudEmail` | Admin email | `user@example.com` | -| `allowEmptyPassword` | Allow DB blank passwords | `false` | -| `command` | Override default container command (useful when using custom images) | `[]` | -| `args` | Override default container args (useful when using custom images) | `[]` | -| `commonAnnotations` | Common annotations to add to all ownCloud resources (sub-charts are not considered). Evaluated as a template | `{}` | -| `commonLabels` | Common labels to add to all ownCloud resources (sub-charts are not considered). Evaluated as a template | `{}` | -| `updateStrategy.type` | Update strategy - only really applicable for deployments with RWO PVs attached | `RollingUpdate` | -| `extraEnvVars` | An array to add extra env vars | `[]` | -| `extraEnvVarsCM` | ConfigMap with extra environment variables | `""` | -| `extraEnvVarsSecret` | Secret with extra environment variables | `""` | -| `extraVolumes` | Extra volumes to add to the deployment. Requires setting `extraVolumeMounts` | `[]` | -| `extraVolumeMounts` | Extra volume mounts to add to the container. Normally used with `extraVolumes` | `[]` | -| `initContainers` | Extra init containers to add to the deployment | `[]` | -| `sidecars` | Extra sidecar containers to add to the deployment | `[]` | -| `tolerations` | Tolerations for pod assignment | `[]` | -| `priorityClassName` | ownCloud pods' priorityClassName | `""` | -| `schedulerName` | Name of the k8s scheduler (other than default) | `""` | -| `topologySpreadConstraints` | Topology Spread Constraints for pod assignment | `[]` | -| `existingSecret` | Name of a secret with the application password | `""` | -| `smtpHost` | SMTP host | `""` | -| `smtpPort` | SMTP port | `""` | -| `smtpUser` | SMTP user | `""` | -| `smtpPassword` | SMTP password | `""` | -| `smtpProtocol` | SMTP Protocol (options: ssl,tls, nil) | `""` | -| `containerPorts.http` | Sets HTTP port inside NGINX container | `8080` | -| `containerPorts.https` | Sets HTTPS port inside NGINX container | `8443` | -| `sessionAffinity` | Control where client requests go, to the same pod or round-robin | `None` | -| `podAffinityPreset` | Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` | -| `podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `soft` | -| `nodeAffinityPreset.type` | Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` | -| `nodeAffinityPreset.key` | Node label key to match Ignored if `affinity` is set. | `""` | -| `nodeAffinityPreset.values` | Node label values to match. Ignored if `affinity` is set. | `[]` | -| `affinity` | Affinity for pod assignment | `{}` | -| `nodeSelector` | Node labels for pod assignment. Evaluated as a template. | `{}` | -| `resources` | Metrics exporter resource requests and limits | `{}` | -| `podSecurityContext.enabled` | Enable ownCloud pods' Security Context | `true` | -| `podSecurityContext.fsGroup` | ownCloud pods' group ID | `1001` | -| `containerSecurityContext.enabled` | Enable ownCloud containers' Security Context | `true` | -| `containerSecurityContext.runAsUser` | ownCloud containers' Security Context runAsUser | `1001` | -| `containerSecurityContext.runAsNonRoot` | ownCloud containers' Security Context runAsNonRoot | `true` | -| `livenessProbe.enabled` | Enable livenessProbe | `true` | -| `livenessProbe.path` | Request path for livenessProbe | `/status.php` | -| `livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `120` | -| `livenessProbe.periodSeconds` | Period seconds for livenessProbe | `10` | -| `livenessProbe.timeoutSeconds` | Timeout seconds for livenessProbe | `5` | -| `livenessProbe.failureThreshold` | Failure threshold for livenessProbe | `6` | -| `livenessProbe.successThreshold` | Success threshold for livenessProbe | `1` | -| `readinessProbe.enabled` | Enable readinessProbe | `true` | -| `readinessProbe.path` | Request path for readinessProbe | `/status.php` | -| `readinessProbe.initialDelaySeconds` | Initial delay seconds for readinessProbe | `30` | -| `readinessProbe.periodSeconds` | Period seconds for readinessProbe | `5` | -| `readinessProbe.timeoutSeconds` | Timeout seconds for readinessProbe | `3` | -| `readinessProbe.failureThreshold` | Failure threshold for readinessProbe | `6` | -| `readinessProbe.successThreshold` | Success threshold for readinessProbe | `1` | -| `startupProbe.enabled` | Enable startupProbe | `false` | -| `startupProbe.path` | Request path for startupProbe | `/status.php` | -| `startupProbe.initialDelaySeconds` | Initial delay seconds for startupProbe | `0` | -| `startupProbe.periodSeconds` | Period seconds for startupProbe | `10` | -| `startupProbe.timeoutSeconds` | Timeout seconds for startupProbe | `3` | -| `startupProbe.failureThreshold` | Failure threshold for startupProbe | `60` | -| `startupProbe.successThreshold` | Success threshold for startupProbe | `1` | -| `customLivenessProbe` | Override default liveness probe | `{}` | -| `customReadinessProbe` | Override default readiness probe | `{}` | -| `customStartupProbe` | Override default startup probe | `{}` | -| `lifecycleHooks` | LifecycleHook to set additional configuration before or after startup | `{}` | -| `podAnnotations` | Pod annotations | `{}` | -| `podLabels` | Pod extra labels | `{}` | +| Name | Description | Value | +| --------------------------------------- | ------------------------------------------------------------------------------------------------------------ | ---------------------- | +| `image.registry` | ownCloud image registry | `docker.io` | +| `image.repository` | ownCloud image repository | `bitnami/owncloud` | +| `image.tag` | ownCloud Image tag (immutable tags are recommended) | `10.10.0-debian-11-r9` | +| `image.pullPolicy` | ownCloud image pull policy | `IfNotPresent` | +| `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | +| `image.debug` | Specify if debug logs should be enabled | `false` | +| `hostAliases` | Deployment pod host aliases | `[]` | +| `replicaCount` | Number of replicas (requires ReadWriteMany PVC support) | `1` | +| `owncloudSkipInstall` | Skip ownCloud installation wizard. Useful for migrations and restoring from SQL dump | `false` | +| `owncloudHost` | ownCloud host to create application URLs (when ingress, it will be ignored) | `""` | +| `owncloudUsername` | User of the application | `user` | +| `owncloudPassword` | Application password | `""` | +| `owncloudEmail` | Admin email | `user@example.com` | +| `allowEmptyPassword` | Allow DB blank passwords | `false` | +| `command` | Override default container command (useful when using custom images) | `[]` | +| `args` | Override default container args (useful when using custom images) | `[]` | +| `commonAnnotations` | Common annotations to add to all ownCloud resources (sub-charts are not considered). Evaluated as a template | `{}` | +| `commonLabels` | Common labels to add to all ownCloud resources (sub-charts are not considered). Evaluated as a template | `{}` | +| `updateStrategy.type` | Update strategy - only really applicable for deployments with RWO PVs attached | `RollingUpdate` | +| `extraEnvVars` | An array to add extra env vars | `[]` | +| `extraEnvVarsCM` | ConfigMap with extra environment variables | `""` | +| `extraEnvVarsSecret` | Secret with extra environment variables | `""` | +| `extraVolumes` | Extra volumes to add to the deployment. Requires setting `extraVolumeMounts` | `[]` | +| `extraVolumeMounts` | Extra volume mounts to add to the container. Normally used with `extraVolumes` | `[]` | +| `initContainers` | Extra init containers to add to the deployment | `[]` | +| `sidecars` | Extra sidecar containers to add to the deployment | `[]` | +| `tolerations` | Tolerations for pod assignment | `[]` | +| `priorityClassName` | ownCloud pods' priorityClassName | `""` | +| `schedulerName` | Name of the k8s scheduler (other than default) | `""` | +| `topologySpreadConstraints` | Topology Spread Constraints for pod assignment | `[]` | +| `existingSecret` | Name of a secret with the application password | `""` | +| `smtpHost` | SMTP host | `""` | +| `smtpPort` | SMTP port | `""` | +| `smtpUser` | SMTP user | `""` | +| `smtpPassword` | SMTP password | `""` | +| `smtpProtocol` | SMTP Protocol (options: ssl,tls, nil) | `""` | +| `containerPorts.http` | Sets HTTP port inside NGINX container | `8080` | +| `containerPorts.https` | Sets HTTPS port inside NGINX container | `8443` | +| `sessionAffinity` | Control where client requests go, to the same pod or round-robin | `None` | +| `podAffinityPreset` | Pod affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` | +| `podAntiAffinityPreset` | Pod anti-affinity preset. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `soft` | +| `nodeAffinityPreset.type` | Node affinity preset type. Ignored if `affinity` is set. Allowed values: `soft` or `hard` | `""` | +| `nodeAffinityPreset.key` | Node label key to match Ignored if `affinity` is set. | `""` | +| `nodeAffinityPreset.values` | Node label values to match. Ignored if `affinity` is set. | `[]` | +| `affinity` | Affinity for pod assignment | `{}` | +| `nodeSelector` | Node labels for pod assignment. Evaluated as a template. | `{}` | +| `resources` | Metrics exporter resource requests and limits | `{}` | +| `podSecurityContext.enabled` | Enable ownCloud pods' Security Context | `true` | +| `podSecurityContext.fsGroup` | ownCloud pods' group ID | `1001` | +| `containerSecurityContext.enabled` | Enable ownCloud containers' Security Context | `true` | +| `containerSecurityContext.runAsUser` | ownCloud containers' Security Context runAsUser | `1001` | +| `containerSecurityContext.runAsNonRoot` | ownCloud containers' Security Context runAsNonRoot | `true` | +| `livenessProbe.enabled` | Enable livenessProbe | `true` | +| `livenessProbe.path` | Request path for livenessProbe | `/status.php` | +| `livenessProbe.initialDelaySeconds` | Initial delay seconds for livenessProbe | `120` | +| `livenessProbe.periodSeconds` | Period seconds for livenessProbe | `10` | +| `livenessProbe.timeoutSeconds` | Timeout seconds for livenessProbe | `5` | +| `livenessProbe.failureThreshold` | Failure threshold for livenessProbe | `6` | +| `livenessProbe.successThreshold` | Success threshold for livenessProbe | `1` | +| `readinessProbe.enabled` | Enable readinessProbe | `true` | +| `readinessProbe.path` | Request path for readinessProbe | `/status.php` | +| `readinessProbe.initialDelaySeconds` | Initial delay seconds for readinessProbe | `30` | +| `readinessProbe.periodSeconds` | Period seconds for readinessProbe | `5` | +| `readinessProbe.timeoutSeconds` | Timeout seconds for readinessProbe | `3` | +| `readinessProbe.failureThreshold` | Failure threshold for readinessProbe | `6` | +| `readinessProbe.successThreshold` | Success threshold for readinessProbe | `1` | +| `startupProbe.enabled` | Enable startupProbe | `false` | +| `startupProbe.path` | Request path for startupProbe | `/status.php` | +| `startupProbe.initialDelaySeconds` | Initial delay seconds for startupProbe | `0` | +| `startupProbe.periodSeconds` | Period seconds for startupProbe | `10` | +| `startupProbe.timeoutSeconds` | Timeout seconds for startupProbe | `3` | +| `startupProbe.failureThreshold` | Failure threshold for startupProbe | `60` | +| `startupProbe.successThreshold` | Success threshold for startupProbe | `1` | +| `customLivenessProbe` | Override default liveness probe | `{}` | +| `customReadinessProbe` | Override default readiness probe | `{}` | +| `customStartupProbe` | Override default startup probe | `{}` | +| `lifecycleHooks` | LifecycleHook to set additional configuration before or after startup | `{}` | +| `podAnnotations` | Pod annotations | `{}` | +| `podLabels` | Pod extra labels | `{}` | ### Database parameters @@ -202,7 +202,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) | `10-debian-10-r425` | +| `volumePermissions.image.tag` | Init container volume-permissions image tag (immutable tags are recommended) | `11-debian-11-r10` | | `volumePermissions.image.pullPolicy` | Init container volume-permissions image pull policy | `IfNotPresent` | | `volumePermissions.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | | `volumePermissions.resources.limits` | The resources limits for the container | `{}` | @@ -248,7 +248,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-10-r144` | +| `metrics.image.tag` | Apache exporter image tag (immutable tags are recommended) | `0.11.0-debian-11-r10` | | `metrics.image.pullPolicy` | Image pull policy | `IfNotPresent` | | `metrics.image.pullSecrets` | Specify docker-registry secret names as an array | `[]` | | `metrics.resources` | Metrics exporter resource requests and limits | `{}` | @@ -281,7 +281,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) | `10-debian-10-r425` | +| `certificates.image.tag` | Container sidecar image tag (immutable tags are recommended) | `11-debian-11-r10` | | `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 4d3990ad3..ccf674401 100644 --- a/bitnami/owncloud/values.yaml +++ b/bitnami/owncloud/values.yaml @@ -45,7 +45,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/owncloud - tag: 10.10.0-debian-11-r3 + tag: 10.10.0-debian-11-r9 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -463,7 +463,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 11-debian-11-r3 + tag: 11-debian-11-r10 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. @@ -672,7 +672,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.11.0-debian-11-r3 + tag: 0.11.0-debian-11-r10 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -785,7 +785,7 @@ certificates: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 11-debian-11-r3 + tag: 11-debian-11-r10 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images