From 30f8c980a10beeb49d5f4e75595b5bc407cc01ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Wed, 12 Jun 2019 10:20:19 +0200 Subject: [PATCH] [stable/{owncloud}] Change tags/pullPolicy in values and or README (#14735) Signed-off-by: Carlos Rodriguez Hernandez --- stable/owncloud/Chart.yaml | 2 +- stable/owncloud/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/owncloud/Chart.yaml b/stable/owncloud/Chart.yaml index a07f86895b..eddadd45a3 100644 --- a/stable/owncloud/Chart.yaml +++ b/stable/owncloud/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: owncloud -version: 4.3.2 +version: 4.3.3 appVersion: 10.2.0 description: A file sharing server that puts the control and security of your own data back into your hands. keywords: diff --git a/stable/owncloud/README.md b/stable/owncloud/README.md index bcf141cae7..cc69b6a489 100644 --- a/stable/owncloud/README.md +++ b/stable/owncloud/README.md @@ -54,7 +54,7 @@ The following table lists the configurable parameters of the ownCloud chart and | `image.registry` | ownCloud image registry | `docker.io` | | `image.repository` | ownCloud Image name | `bitnami/owncloud` | | `image.tag` | ownCloud Image tag | `{TAG_NAME}` | -| `image.pullPolicy` | Image pull policy | `Always` if `imageTag` is `latest`, else `IfNotPresent` | +| `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify docker-registry secret names as an array | `[]` (does not add image pull secrets to deployed pods) | | `ingress.enabled` | Enable ingress controller resource | `false` | | `ingress.hosts[0].name` | Hostname to your ownCloud installation | `owncloud.local` |