From 10b7a9a7224b3db46ed04699c0dc23112b033b85 Mon Sep 17 00:00:00 2001 From: raffis Date: Tue, 9 May 2023 13:14:38 +0200 Subject: [PATCH] fix(chart): bump appVersion (#24) --- chart/k8sdb-controller/Chart.yaml | 4 ++-- config/base/manager/kustomization.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chart/k8sdb-controller/Chart.yaml b/chart/k8sdb-controller/Chart.yaml index 134bd91..37d6ca2 100644 --- a/chart/k8sdb-controller/Chart.yaml +++ b/chart/k8sdb-controller/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: v0.0.1 +appVersion: v0.1.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.0 +version: 0.2.1 diff --git a/config/base/manager/kustomization.yaml b/config/base/manager/kustomization.yaml index 1958f4b..c29a5b0 100644 --- a/config/base/manager/kustomization.yaml +++ b/config/base/manager/kustomization.yaml @@ -4,4 +4,4 @@ resources: - deployment.yaml images: - name: ghcr.io/doodlescheduling/k8sdb-controller - newTag: v0.0.1 + newTag: v0.1.0