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.8.1
2
+ appVersion : 0.8.2
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.8.1 ` |
52
+ | ` image.tag ` | Katafygio container image tag | ` v0.8.2 ` |
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 @@ -93,7 +93,7 @@ serviceAccount:
93
93
94
94
image :
95
95
repository : bpineau/katafygio
96
- tag : v0.8.1
96
+ tag : v0.8.2
97
97
pullPolicy : IfNotPresent
98
98
99
99
# 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.8.1 "
6
+ version = "0.8.2 "
7
7
8
8
versionCmd = & cobra.Command {
9
9
Use : "version" ,
You can’t perform that action at this time.
0 commit comments