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

Commit b84f2f6

Browse files
committed
Bump to 3.0.1
1 parent eb29240 commit b84f2f6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Change Log
22

3-
## 3.0.0
3+
## 3.0.1
44

5-
* Add documentation #15
5+
* Add documentation #15 #17
66
* Add Console image for tutorial #15
77

88
## 3.0.0

example/sentinel.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
annotations:
1414
pod.beta.kubernetes.io/init-containers: '[{
1515
"name": "k8s-redis-ha-sentinel",
16-
"image": "tarosky/k8s-redis-ha:sentinel-3.0.0",
16+
"image": "tarosky/k8s-redis-ha:sentinel-3.0.1",
1717
"volumeMounts": [{"name": "opt", "mountPath": "/opt"}]
1818
}]'
1919
spec:
@@ -39,7 +39,7 @@ spec:
3939
- name: opt
4040
mountPath: /opt
4141
- name: redis-sword
42-
image: tarosky/k8s-redis-ha:sword-3.0.0
42+
image: tarosky/k8s-redis-ha:sword-3.0.1
4343
env:
4444
- name: SERVICE
4545
value: redis-server

example/server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ spec:
1313
annotations:
1414
pod.beta.kubernetes.io/init-containers: '[{
1515
"name": "k8s-redis-ha-server",
16-
"image": "tarosky/k8s-redis-ha:server-3.0.0",
16+
"image": "tarosky/k8s-redis-ha:server-3.0.1",
1717
"volumeMounts": [{"name": "opt", "mountPath": "/opt"}]
1818
}]'
1919
spec:

0 commit comments

Comments
 (0)