Skip to content

Commit 181b6ed

Browse files
committed
Post v0.16.0
1 parent 920fe4b commit 181b6ed

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

examples/kubernetes/stolon-keeper.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spec:
2525
terminationGracePeriodSeconds: 10
2626
containers:
2727
- name: stolon-keeper
28-
image: sorintlab/stolon:v0.16.0-pg10
28+
image: sorintlab/stolon:master-pg10
2929
command:
3030
- "/bin/bash"
3131
- "-ec"

examples/kubernetes/stolon-proxy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
spec:
2020
containers:
2121
- name: stolon-proxy
22-
image: sorintlab/stolon:v0.16.0-pg10
22+
image: sorintlab/stolon:master-pg10
2323
command:
2424
- "/bin/bash"
2525
- "-ec"

examples/kubernetes/stolon-sentinel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
spec:
2020
containers:
2121
- name: stolon-sentinel
22-
image: sorintlab/stolon:v0.16.0-pg10
22+
image: sorintlab/stolon:master-pg10
2323
command:
2424
- "/bin/bash"
2525
- "-ec"

examples/swarm/docker-compose-pg.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ secrets:
88

99
services:
1010
sentinel:
11-
image: sorintlab/stolon:v0.16.0-pg10
11+
image: sorintlab/stolon:master-pg10
1212
command: gosu stolon stolon-sentinel --cluster-name stolon-cluster --store-backend=etcdv3 --store-endpoints http://etcd-00:2379,http://etcd-01:2379,http://etcd-02:2379 --log-level debug
1313
networks:
1414
- etcd_etcd
@@ -22,7 +22,7 @@ services:
2222
failure_action: pause
2323

2424
keeper1:
25-
image: sorintlab/stolon:v0.16.0-pg10
25+
image: sorintlab/stolon:master-pg10
2626
hostname: keeper1
2727
environment:
2828
- PGDATA=/var/lib/postgresql/data
@@ -41,7 +41,7 @@ services:
4141
# constraints: [node.labels.nodename == node1]
4242

4343
keeper2:
44-
image: sorintlab/stolon:v0.16.0-pg10
44+
image: sorintlab/stolon:master-pg10
4545
hostname: keeper2
4646
environment:
4747
- PGDATA=/var/lib/postgresql/data
@@ -59,7 +59,7 @@ services:
5959
# constraints: [node.labels.nodename == node2]
6060

6161
proxy:
62-
image: sorintlab/stolon:v0.16.0-pg10
62+
image: sorintlab/stolon:master-pg10
6363
command: gosu stolon stolon-proxy --listen-address 0.0.0.0 --cluster-name stolon-cluster --store-backend=etcdv3 --store-endpoints http://etcd-00:2379,http://etcd-01:2379,http://etcd-02:2379 --log-level info
6464
networks:
6565
- etcd_etcd

0 commit comments

Comments
 (0)