Skip to content

Commit

Permalink
chore: release pleco 0.9.33
Browse files Browse the repository at this point in the history
  • Loading branch information
MacLikorne committed Jan 3, 2022
1 parent 396ffd6 commit 62d7e42
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.9.32
appVersion: 0.9.32
version: 0.9.33
appVersion: 0.9.33
icon: https://github.com/Qovery/pleco/raw/main/assets/pleco_logo.png
4 changes: 2 additions & 2 deletions charts/pleco/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ replicaCount: 1
image:
repository: qoveryrd/pleco
pullPolicy: IfNotPresent
plecoImageTag: "0.9.32"
plecoImageTag: "0.9.33"

cloudProvider: ""

Expand Down Expand Up @@ -102,7 +102,7 @@ securityContext: {}
resources:
limits:
cpu: 150m
memory:256Mi
memory: 256Mi
requests:
cpu: 150m
memory: 256Mi
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ func init() {
}

func GetCurrentVersion() string {
return "0.9.32" // ci-version-check
return "0.9.33" // ci-version-check
}

0 comments on commit 62d7e42

Please sign in to comment.