From 284fb4e7a85e1ae1073659ff2fbe9bc36ab92f65 Mon Sep 17 00:00:00 2001 From: Karolis Rusenas Date: Wed, 6 Feb 2019 22:15:05 +0000 Subject: [PATCH] updating chart val https://github.com/keel-hq/keel/issues/343 --- chart/keel/Chart.yaml | 2 +- chart/keel/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/keel/Chart.yaml b/chart/keel/Chart.yaml index 6ba7127b..5c27fc87 100644 --- a/chart/keel/Chart.yaml +++ b/chart/keel/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: keel description: Open source, tool for automating Kubernetes deployment updates. Keel is stateless, robust and lightweight. -version: 0.7.6 +version: 0.7.7 # Note that we use appVersion to get images tag, so make sure this is correct. appVersion: 0.13.0 keywords: diff --git a/chart/keel/values.yaml b/chart/keel/values.yaml index 531e0cc2..f47e7aa4 100644 --- a/chart/keel/values.yaml +++ b/chart/keel/values.yaml @@ -4,7 +4,7 @@ image: repository: keelhq/keel - tag: 0.12.0 + tag: 0.13.0 pullPolicy: IfNotPresent # Enable insecure registries