From cffae70adcd905dff5346ffc04824a8a749f0046 Mon Sep 17 00:00:00 2001 From: bchastanier Date: Mon, 21 Oct 2024 14:58:15 +0200 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 fbbd622..699d3c3 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.19.0 -appVersion: 0.19.0 +version: 0.19.1 +appVersion: 0.19.1 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 f8832b3..43a8f69 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.18.5" + plecoImageTag: "0.19.1" cloudProvider: "" diff --git a/cmd/version.go b/cmd/version.go index 49c9b03..9e70449 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -20,5 +20,5 @@ func init() { } func GetCurrentVersion() string { - return "0.19.0" // ci-version-check + return "0.19.1" // ci-version-check }