From 84df849ab3f7bed877f015e50cdb3f683d058583 Mon Sep 17 00:00:00 2001 From: BenjaminCh Date: Mon, 5 Feb 2024 01:15:52 +0100 Subject: [PATCH] chore: bump version --- charts/pleco/Chart.yaml | 4 ++-- charts/pleco/values.yaml | 2 +- cmd/version.go | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/pleco/Chart.yaml b/charts/pleco/Chart.yaml index e5c26ef..eeb4484 100644 --- a/charts/pleco/Chart.yaml +++ b/charts/pleco/Chart.yaml @@ -3,6 +3,6 @@ name: pleco description: Automatically removes Cloud managed services and Kubernetes resources based on tags with TTL type: application home: https://github.com/Qovery/pleco -version: 0.14.20 -appVersion: 0.14.20 +version: 0.14.22 +appVersion: 0.14.22 icon: https://github.com/Qovery/pleco/raw/main/assets/pleco_logo.png diff --git a/charts/pleco/values.yaml b/charts/pleco/values.yaml index 160fa3f..8674923 100644 --- a/charts/pleco/values.yaml +++ b/charts/pleco/values.yaml @@ -3,7 +3,7 @@ replicaCount: 1 image: repository: public.ecr.aws/r3m4q3r9/pleco pullPolicy: IfNotPresent - plecoImageTag: "0.14.20" + plecoImageTag: "0.14.22" cloudProvider: "" diff --git a/cmd/version.go b/cmd/version.go index be6914e..ce94636 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -20,5 +20,5 @@ func init() { } func GetCurrentVersion() string { - return "0.14.20" // ci-version-check + return "0.14.22" // ci-version-check }