From e7d08a9af3fd3bb61de3df310db7a5414a3b4451 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Wed, 12 Jun 2019 10:51:32 +0200 Subject: [PATCH] [stable/{osclass}] Change tags/pullPolicy in values and or README (#14736) Signed-off-by: Carlos Rodriguez Hernandez --- stable/osclass/Chart.yaml | 2 +- stable/osclass/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/osclass/Chart.yaml b/stable/osclass/Chart.yaml index 265feb0d29..262378ae4c 100644 --- a/stable/osclass/Chart.yaml +++ b/stable/osclass/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: osclass -version: 4.4.2 +version: 4.4.3 appVersion: 3.7.4 description: Osclass is a php script that allows you to quickly create and manage your own free classifieds site. diff --git a/stable/osclass/README.md b/stable/osclass/README.md index affcd2b006..f277b0508a 100644 --- a/stable/osclass/README.md +++ b/stable/osclass/README.md @@ -54,7 +54,7 @@ The following table lists the configurable parameters of the Osclass chart and t | `image.registry` | Osclass image registry | `docker.io` | | `image.repository` | Osclass Image name | `bitnami/osclass` | | `image.tag` | Osclass 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) | | `osclassHost` | Osclass host to create application URLs | `nil` | | `osclassLoadBalancerIP` | `loadBalancerIP` for the Osclass Service | `nil` |