File tree 3 files changed +4
-4
lines changed
assets/helm-chart/katafygio
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
- appVersion : 0.6 .0
2
+ appVersion : 0.7 .0
3
3
description : Continuously backup Kubernetes objets as YAML files in git
4
4
name : katafygio
5
5
home : https://github.com/bpineau/katafygio
6
6
sources :
7
7
- https://github.com/bpineau/katafygio
8
- version : 0.4.0
8
+ version : 0.4.1
9
9
keywords :
10
10
- backup
11
11
- dump
Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ serviceAccount:
74
74
75
75
image :
76
76
repository : bpineau/katafygio
77
- tag : v0.6 .0
77
+ tag : v0.7 .0
78
78
pullPolicy : IfNotPresent
79
79
80
80
# resources define the deployment's cpu and memory resources.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package cmd
3
3
import "github.com/spf13/cobra"
4
4
5
5
var (
6
- version = "0.3 .0"
6
+ version = "0.7 .0"
7
7
8
8
versionCmd = & cobra.Command {
9
9
Use : "version" ,
You can’t perform that action at this time.
0 commit comments