diff --git a/charts/pleco/Chart.yaml b/charts/pleco/Chart.yaml index 875bb35..38ee6d3 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.12 -appVersion: 0.14.12 +version: 0.14.13 +appVersion: 0.14.13 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 6da2877..e1170c3 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.12" + plecoImageTag: "0.14.13" cloudProvider: "" diff --git a/cmd/version.go b/cmd/version.go index b55d38a..556239d 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -20,5 +20,5 @@ func init() { } func GetCurrentVersion() string { - return "0.14.12" // ci-version-check + return "0.14.13" // ci-version-check }