File tree 4 files changed +4
-4
lines changed
assets/helm-chart/katafygio
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v1
2
- appVersion : 0.7.3
2
+ appVersion : 0.8.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
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ The following table lists the configurable parameters of the Katafygio chart and
49
49
| -------------------------| -------------------------------------------------------------| --------------------------------------|
50
50
| ` replicaCount ` | Desired number of pods (leave to ` 1 ` when using local PV) | ` 1 ` |
51
51
| ` image.repository ` | Katafygio container image name | ` bpineau/katafygio ` |
52
- | ` image.tag ` | Katafygio container image tag | ` v0.7.3 ` |
52
+ | ` image.tag ` | Katafygio container image tag | ` v0.8.0 ` |
53
53
| ` image.pullPolicy ` | Katafygio container image pull policy | ` IfNotPresent ` |
54
54
| ` localDir ` | Container's local path where Katafygio will dump and commit | ` /tmp/kf-dump ` |
55
55
| ` gitTimeout ` | Deadline for all git commands | ` 300s ` |
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ serviceAccount:
87
87
88
88
image :
89
89
repository : bpineau/katafygio
90
- tag : v0.7.4
90
+ tag : v0.8.0
91
91
pullPolicy : IfNotPresent
92
92
93
93
# 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.7.3 "
6
+ version = "0.8.0 "
7
7
8
8
versionCmd = & cobra.Command {
9
9
Use : "version" ,
You can’t perform that action at this time.
0 commit comments