Skip to content

Commit

Permalink
Update version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
wwalexander committed Jul 16, 2021
1 parent 55f5cca commit d2073b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/thermite/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: thermite
description: Removes old and undeployed Amazon Elastic Container Registry images
type: application
version: 0.1.1
appVersion: 0.0.19
appVersion: 0.0.20
2 changes: 1 addition & 1 deletion charts/thermite/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ clusterRoleBinding:
image:
repository: dollarshaveclub/thermite
pullPolicy: IfNotPresent
tag: "0.0.19"
tag: "0.0.20"

imagePullSecrets: []
nameOverride: ""
Expand Down
2 changes: 1 addition & 1 deletion cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ func run(logger *log.Logger) (pruned []string, err error) {
}

var RootCmd = &cobra.Command{
Version: "0.0.19",
Version: "0.0.20",
Use: "thermite",
Short: "Remove old and undeployed Amazon Elastic Container Registry images",
Long: `Thermite removes old Amazon Elastic Container Registry images that are not
Expand Down

0 comments on commit d2073b9

Please sign in to comment.