Skip to content

Commit

Permalink
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
@@ -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.9.17
appVersion: 0.9.17
version: 0.9.18
appVersion: 0.9.18
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
@@ -3,7 +3,7 @@ replicaCount: 1
image:
repository: qoveryrd/pleco
pullPolicy: IfNotPresent
plecoImageTag: "0.9.17"
plecoImageTag: "0.9.18"

cloudProvider: ""

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

func GetCurrentVersion() string {
return "0.9.17" // ci-version-check
return "0.9.18" // ci-version-check
}

0 comments on commit 0fb80f1

Please sign in to comment.