From 4a743f655e8c37c7a0e7564c39d6b856017b1c4c Mon Sep 17 00:00:00 2001 From: Daniel Mittelman Date: Fri, 6 Dec 2019 16:38:49 +0200 Subject: [PATCH] Promote Docker image version to 1.3.0 (#136) --- values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index bbf2f7e..159ffa7 100644 --- a/values.yaml +++ b/values.yaml @@ -18,7 +18,7 @@ server: image: repository: "vault" - tag: 1.2.4 + tag: 1.3.0 # Overrides the default Image Pull Policy pullPolicy: IfNotPresent