Skip to content

Commit

Permalink
Merge pull request #106 from bpineau/prepare-082-release
Browse files Browse the repository at this point in the history
Prepare v0.8.2 release
  • Loading branch information
bpineau authored Nov 30, 2020
2 parents 27c0b6e + 3af0fb3 commit fd5378b
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.1
appVersion: 0.8.2
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.1` |
| `image.tag` | Katafygio container image tag | `v0.8.2` |
| `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 @@ -93,7 +93,7 @@ serviceAccount:

image:
repository: bpineau/katafygio
tag: v0.8.1
tag: v0.8.2
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.1"
version = "0.8.2"

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

0 comments on commit fd5378b

Please sign in to comment.