Skip to content

Commit

Permalink
Merge bb41e63 into 4736972
Browse files Browse the repository at this point in the history
  • Loading branch information
bpineau committed May 14, 2018
2 parents 4736972 + bb41e63 commit 9f3887a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions assets/helm-chart/katafygio/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
apiVersion: v1
appVersion: 0.6.0
appVersion: 0.7.0
description: Continuously backup Kubernetes objets as YAML files in git
name: katafygio
home: https://github.com/bpineau/katafygio
sources:
- https://github.com/bpineau/katafygio
version: 0.4.0
version: 0.4.1
keywords:
- backup
- dump
Expand Down
2 changes: 1 addition & 1 deletion assets/helm-chart/katafygio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ serviceAccount:

image:
repository: bpineau/katafygio
tag: v0.6.0
tag: v0.7.0
pullPolicy: IfNotPresent

# resources define the deployment's cpu and memory resources.
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package cmd
import "github.com/spf13/cobra"

var (
version = "0.3.0"
version = "0.7.0"

versionCmd = &cobra.Command{
Use: "version",
Expand Down

0 comments on commit 9f3887a

Please sign in to comment.