diff --git a/assets/helm-chart/katafygio/Chart.yaml b/assets/helm-chart/katafygio/Chart.yaml index e3321b6..84ae4bc 100644 --- a/assets/helm-chart/katafygio/Chart.yaml +++ b/assets/helm-chart/katafygio/Chart.yaml @@ -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 diff --git a/assets/helm-chart/katafygio/values.yaml b/assets/helm-chart/katafygio/values.yaml index 99cd572..997a3a7 100644 --- a/assets/helm-chart/katafygio/values.yaml +++ b/assets/helm-chart/katafygio/values.yaml @@ -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. diff --git a/cmd/version.go b/cmd/version.go index 3a115ed..978162f 100644 --- a/cmd/version.go +++ b/cmd/version.go @@ -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",