From 1aeef58e24e0d78e2a014f235928e546f892b6d2 Mon Sep 17 00:00:00 2001 From: raffis Date: Mon, 12 Jun 2023 14:37:59 +0200 Subject: [PATCH] fix(chart): bump appVersion to v0.2.0 (#41) --- chart/k8sdb-controller/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chart/k8sdb-controller/Chart.yaml b/chart/k8sdb-controller/Chart.yaml index 473b0c4..a608c87 100644 --- a/chart/k8sdb-controller/Chart.yaml +++ b/chart/k8sdb-controller/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: v0.1.1 +appVersion: v0.2.0 description: A kubernetes controller to deploy databases home: https://github.com/DoodleScheduling/k8sdb-controller maintainers: @@ -12,4 +12,4 @@ keywords: name: k8sdb-controller sources: - https://github.com/DoodleScheduling/k8sdb-controller -version: 0.2.3 +version: 0.3.0