This repository was archived by the owner on Nov 18, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
- ## 3.0.0
3
+ ## 3.0.1
4
4
5
- * Add documentation #15
5
+ * Add documentation #15 # 17
6
6
* Add Console image for tutorial #15
7
7
8
8
## 3.0.0
Original file line number Diff line number Diff line change 13
13
annotations :
14
14
pod.beta.kubernetes.io/init-containers : ' [{
15
15
"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 ",
17
17
"volumeMounts": [{"name": "opt", "mountPath": "/opt"}]
18
18
}]'
19
19
spec :
39
39
- name : opt
40
40
mountPath : /opt
41
41
- name : redis-sword
42
- image : tarosky/k8s-redis-ha:sword-3.0.0
42
+ image : tarosky/k8s-redis-ha:sword-3.0.1
43
43
env :
44
44
- name : SERVICE
45
45
value : redis-server
Original file line number Diff line number Diff line change 13
13
annotations :
14
14
pod.beta.kubernetes.io/init-containers : ' [{
15
15
"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 ",
17
17
"volumeMounts": [{"name": "opt", "mountPath": "/opt"}]
18
18
}]'
19
19
spec :
You can’t perform that action at this time.
0 commit comments