From adb870c93e8406dade5d39b4d5dc68dc6f542eae Mon Sep 17 00:00:00 2001 From: raffis Date: Mon, 3 Jul 2023 11:10:50 +0200 Subject: [PATCH] fix: bump appVersion to 0.2.1 (#44) --- chart/k8sgrowthbook-controller/Chart.yaml | 4 ++-- config/base/manager/kustomization.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/chart/k8sgrowthbook-controller/Chart.yaml b/chart/k8sgrowthbook-controller/Chart.yaml index a683413..689347a 100644 --- a/chart/k8sgrowthbook-controller/Chart.yaml +++ b/chart/k8sgrowthbook-controller/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v2 -appVersion: v0.2.0 +appVersion: v0.2.1 description: Kubernetes controller for managing growthbook home: https://github.com/DoodleScheduling/k8sgrowthbook-controller maintainers: @@ -15,4 +15,4 @@ keywords: name: k8sgrowthbook-controller sources: - https://github.com/DoodleScheduling/k8sgrowthbook-controller -version: 0.2.0 +version: 0.2.1 diff --git a/config/base/manager/kustomization.yaml b/config/base/manager/kustomization.yaml index 389871a..a5b0d76 100644 --- a/config/base/manager/kustomization.yaml +++ b/config/base/manager/kustomization.yaml @@ -5,4 +5,4 @@ resources: - service.yaml images: - name: ghcr.io/doodlescheduling/k8sgrowthbook-controller - newTag: v0.2.0 + newTag: v0.2.1