From 51a398f3d00f519c4692259550552e0285b8e951 Mon Sep 17 00:00:00 2001 From: David Tuite Date: Sun, 5 Apr 2020 22:43:05 +0100 Subject: [PATCH] Release version 0.9.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 bf7d3f1..99f9161 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.8.0 +version: 0.9.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.5.0 +appVersion: 0.6.1 sources: - https://github.com/larderdev/kubewise diff --git a/helm_chart/values.yaml b/helm_chart/values.yaml index d9baccf..91fb04f 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.5.0 + tag: 0.6.1 pullPolicy: IfNotPresent imagePullSecrets: []