Skip to content
This repository has been archived by the owner on Nov 18, 2022. It is now read-only.

Commit

Permalink
Bump to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
harai committed May 15, 2017
1 parent eb29240 commit b84f2f6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
@@ -1,8 +1,8 @@
# Change Log

## 3.0.0
## 3.0.1

* Add documentation #15
* Add documentation #15 #17
* Add Console image for tutorial #15

## 3.0.0
Expand Down
4 changes: 2 additions & 2 deletions example/sentinel.yaml
Expand Up @@ -13,7 +13,7 @@ spec:
annotations:
pod.beta.kubernetes.io/init-containers: '[{
"name": "k8s-redis-ha-sentinel",
"image": "tarosky/k8s-redis-ha:sentinel-3.0.0",
"image": "tarosky/k8s-redis-ha:sentinel-3.0.1",
"volumeMounts": [{"name": "opt", "mountPath": "/opt"}]
}]'
spec:
Expand All @@ -39,7 +39,7 @@ spec:
- name: opt
mountPath: /opt
- name: redis-sword
image: tarosky/k8s-redis-ha:sword-3.0.0
image: tarosky/k8s-redis-ha:sword-3.0.1
env:
- name: SERVICE
value: redis-server
Expand Down
2 changes: 1 addition & 1 deletion example/server.yaml
Expand Up @@ -13,7 +13,7 @@ spec:
annotations:
pod.beta.kubernetes.io/init-containers: '[{
"name": "k8s-redis-ha-server",
"image": "tarosky/k8s-redis-ha:server-3.0.0",
"image": "tarosky/k8s-redis-ha:server-3.0.1",
"volumeMounts": [{"name": "opt", "mountPath": "/opt"}]
}]'
spec:
Expand Down

0 comments on commit b84f2f6

Please sign in to comment.