mirror of
https://github.com/helm/charts.git
synced 2026-08-19 20:37:05 +00:00
[stable/{owncloud}] Change tags/pullPolicy in values and or README (#14735)
Signed-off-by: Carlos Rodriguez Hernandez <crhernandez@bitnami.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
c730bd50dd
commit
30f8c980a1
@@ -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:
|
||||
|
||||
@@ -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` |
|
||||
|
||||
Reference in New Issue
Block a user