Skip to content

Commit

Permalink
release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bpineau committed Jul 28, 2019
1 parent fac34fb commit c4b104d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion assets/helm-chart/katafygio/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: 0.8.0
appVersion: 0.8.1
description: Continuously backup Kubernetes objets as YAML files in git
name: katafygio
home: https://github.com/bpineau/katafygio
Expand Down
2 changes: 1 addition & 1 deletion assets/helm-chart/katafygio/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ The following table lists the configurable parameters of the Katafygio chart and
|-------------------------|-------------------------------------------------------------|--------------------------------------|
| `replicaCount` | Desired number of pods (leave to `1` when using local PV) | `1` |
| `image.repository` | Katafygio container image name | `bpineau/katafygio` |
| `image.tag` | Katafygio container image tag | `v0.8.0` |
| `image.tag` | Katafygio container image tag | `v0.8.1` |
| `image.pullPolicy` | Katafygio container image pull policy | `IfNotPresent` |
| `localDir` | Container's local path where Katafygio will dump and commit | `/tmp/kf-dump` |
| `gitTimeout` | Deadline for all git commands | `300s` |
Expand Down
2 changes: 1 addition & 1 deletion assets/helm-chart/katafygio/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ serviceAccount:

image:
repository: bpineau/katafygio
tag: v0.8.0
tag: v0.8.1
pullPolicy: IfNotPresent

# resources define the deployment's cpu and memory resources.
Expand Down
2 changes: 1 addition & 1 deletion cmd/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package cmd
import "github.com/spf13/cobra"

var (
version = "0.8.0"
version = "0.8.1"

versionCmd = &cobra.Command{
Use: "version",
Expand Down

0 comments on commit c4b104d

Please sign in to comment.