Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminch committed Feb 2, 2024
1 parent bf3a953 commit 87ee464
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/pleco/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion charts/pleco/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ replicaCount: 1
image:
repository: public.ecr.aws/r3m4q3r9/pleco
pullPolicy: IfNotPresent
plecoImageTag: "0.14.3"
plecoImageTag: "0.14.4"

cloudProvider: ""

Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ func init() {
}

func GetCurrentVersion() string {
return "0.14.3" // ci-version-check
return "0.14.4" // ci-version-check
}

0 comments on commit 87ee464

Please sign in to comment.