Skip to content

Commit

Permalink
Upgrade to stolon 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
lwolf committed Jul 22, 2018
1 parent 331114d commit 3509642
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
> (kubernetes integration) but also on every other kind of infrastructure
> (cloud IaaS, old style infrastructures etc...)
Chart is partially based on the statefullset example from the [stolon repo](https://github.com/sorintlab/stolon/tree/master/examples/kubernetes/statefulset)
Chart is partially based on the statefullset example from the [stolon repo](https://github.com/sorintlab/stolon)

Currently only etcd backend is supported.

Expand Down
2 changes: 1 addition & 1 deletion stolon/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: stolon
home: https://github.com/sorintlab/stolon
version: 0.6.0
version: 0.7.0
description: Stolon Helm Chart for Kubernetes.
sources:
- https://github.com/sorintlab/stolon
Expand Down
2 changes: 1 addition & 1 deletion stolon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ image: "sorintlab/stolon"
## Stolon image version.
## ref: https://hub.docker.com/r/sorintlab/stolon/tags/
##
imageTag: "v0.11.0-pg10"
imageTag: "v0.12.0-pg10"

## Specify a imagePullPolicy: 'Always' if imageTag is 'latest', else set to 'IfNotPresent'.
## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images
Expand Down

0 comments on commit 3509642

Please sign in to comment.