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

Commit

Permalink
Release 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
harai committed Mar 12, 2017
1 parent 5426b5f commit d769ebd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 1.0.1

* pod/redis-server-0 do not restart after deleting it #4

## 1.0.0

* First release
4 changes: 2 additions & 2 deletions example/sentinel.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
annotations:
pod.beta.kubernetes.io/init-containers: '[{
"name": "k8s-redis-ha-sentinel",
"image": "tarosky/k8s-redis-ha:sentinel-1.0.0",
"image": "tarosky/k8s-redis-ha:sentinel-1.0.1",
"volumeMounts": [{"name": "opt", "mountPath": "/opt"}],
"env": [
{"name": "SERVICE", "value": "redis-server"},
Expand All @@ -34,7 +34,7 @@ spec:
- name: opt
mountPath: /opt
- name: redis-sword
image: tarosky/k8s-redis-ha:sword-1.0.0
image: tarosky/k8s-redis-ha:sword-1.0.1
env:
- name: SERVICE
value: redis-server
Expand Down
2 changes: 1 addition & 1 deletion example/server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ spec:
annotations:
pod.beta.kubernetes.io/init-containers: '[{
"name": "k8s-redis-ha-server",
"image": "tarosky/k8s-redis-ha:server-1.0.0",
"image": "tarosky/k8s-redis-ha:server-1.0.1",
"volumeMounts": [{"name": "opt", "mountPath": "/opt"}],
"env": [
{"name": "SERVICE", "value": "redis-server"},
Expand Down

0 comments on commit d769ebd

Please sign in to comment.