diff --git a/charts/pleco/Chart.yaml b/charts/pleco/Chart.yaml index 9742596..cd03c82 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.3 -appVersion: 0.14.3 +version: 0.14.4 +appVersion: 0.14.4 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 8c42d94..919cbd0 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.3" + plecoImageTag: "0.14.4" cloudProvider: "" diff --git a/cmd/version.go b/cmd/version.go index d273dca..afe6abc 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -20,5 +20,5 @@ func init() { } func GetCurrentVersion() string { - return "0.14.3" // ci-version-check + return "0.14.4" // ci-version-check }