From cbcc76c01d38bd992b42d49285c971a9edf64cb4 Mon Sep 17 00:00:00 2001 From: Juan Ariza Toledano Date: Tue, 11 Dec 2018 11:04:48 +0100 Subject: [PATCH] [stable/parse] Revert pullPolicy to 'IfNotPresent' (#9887) Signed-off-by: juan131 --- stable/parse/Chart.yaml | 2 +- stable/parse/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/parse/Chart.yaml b/stable/parse/Chart.yaml index 7971eca517..55644b12f3 100644 --- a/stable/parse/Chart.yaml +++ b/stable/parse/Chart.yaml @@ -1,5 +1,5 @@ name: parse -version: 5.1.0 +version: 5.1.1 appVersion: 3.1.2 description: Parse is a platform that enables users to add a scalable and powerful backend to launch a full-featured app for iOS, Android, JavaScript, Windows, Unity, and more. keywords: diff --git a/stable/parse/values.yaml b/stable/parse/values.yaml index c1d873848b..1195de35f0 100644 --- a/stable/parse/values.yaml +++ b/stable/parse/values.yaml @@ -39,7 +39,7 @@ server: ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## - pullPolicy: Always + pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/ @@ -99,7 +99,7 @@ dashboard: ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## - pullPolicy: Always + pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. ## ref: https://kubernetes.io/docs/tasks/configure-pod-container/pull-image-private-registry/