Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
This fixes issues with custom CA certificates not being used
in dynamic clients.
  • Loading branch information
bpineau committed Jun 24, 2018
1 parent 8b50501 commit fc2ca55
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 39 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.7.0
appVersion: 0.7.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 | `1` |
| `image.repository` | Katafygio container image name | `bpineau/katafygio` |
| `image.tag` | Katafygio container image tag | `v0.5.0` |
| `image.tag` | Katafygio container image tag | `v0.7.1` |
| `image.pullPolicy` | Katafygio container image pull policy | `IfNotPresent` |
| `localDir` | Container's local path where Katafygio will dump and commit | `/tmp/kf-dump` |
| `gitUrl` | Optional remote repository where changes will be pushed | `nil` |
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 @@ -74,7 +74,7 @@ serviceAccount:

image:
repository: bpineau/katafygio
tag: v0.7.0
tag: v0.7.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.7.0"
version = "0.7.1"

versionCmd = &cobra.Command{
Use: "version",
Expand Down
67 changes: 32 additions & 35 deletions glide.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fc2ca55

Please sign in to comment.