Skip to content

Commit bb41e63

Browse files
committed
Bump version
After the previous release.
1 parent 4736972 commit bb41e63

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

assets/helm-chart/katafygio/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
apiVersion: v1
2-
appVersion: 0.6.0
2+
appVersion: 0.7.0
33
description: Continuously backup Kubernetes objets as YAML files in git
44
name: katafygio
55
home: https://github.com/bpineau/katafygio
66
sources:
77
- https://github.com/bpineau/katafygio
8-
version: 0.4.0
8+
version: 0.4.1
99
keywords:
1010
- backup
1111
- dump

assets/helm-chart/katafygio/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ serviceAccount:
7474

7575
image:
7676
repository: bpineau/katafygio
77-
tag: v0.6.0
77+
tag: v0.7.0
7878
pullPolicy: IfNotPresent
7979

8080
# resources define the deployment's cpu and memory resources.

cmd/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package cmd
33
import "github.com/spf13/cobra"
44

55
var (
6-
version = "0.3.0"
6+
version = "0.7.0"
77

88
versionCmd = &cobra.Command{
99
Use: "version",

0 commit comments

Comments
 (0)