From 56748b5f0b403afd4f05bd1883a106ba83b5381a Mon Sep 17 00:00:00 2001 From: David Tuite Date: Sun, 19 Apr 2020 17:21:08 +0100 Subject: [PATCH] Version bump. App version: 0.8.0. Chart version: 0.11.0 --- helm_chart/Chart.yaml | 4 ++-- helm_chart/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/helm_chart/Chart.yaml b/helm_chart/Chart.yaml index e5ceda1..6f8828b 100644 --- a/helm_chart/Chart.yaml +++ b/helm_chart/Chart.yaml @@ -14,11 +14,11 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.10.0 +version: 0.11.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 0.7.0 +appVersion: 0.8.0 sources: - https://github.com/larderdev/kubewise diff --git a/helm_chart/values.yaml b/helm_chart/values.yaml index 3434d7f..6e24208 100644 --- a/helm_chart/values.yaml +++ b/helm_chart/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: us.gcr.io/larder-prod/kubewise - tag: 0.7.0 + tag: 0.8.0 pullPolicy: IfNotPresent imagePullSecrets: []