Skip to content

Commit ca98152

Browse files
committed
Post v0.12.0
1 parent cfc678a commit ca98152

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
@@ -21,7 +21,7 @@ spec:
2121
terminationGracePeriodSeconds: 10
2222
containers:
2323
- name: stolon-keeper
24-
image: sorintlab/stolon:v0.12.0-pg10
24+
image: sorintlab/stolon:master-pg10
2525
command:
2626
- "/bin/bash"
2727
- "-ec"

examples/kubernetes/stolon-proxy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
spec:
1616
containers:
1717
- name: stolon-proxy
18-
image: sorintlab/stolon:v0.12.0-pg10
18+
image: sorintlab/stolon:master-pg10
1919
command:
2020
- "/bin/bash"
2121
- "-ec"

examples/kubernetes/stolon-sentinel.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
spec:
1616
containers:
1717
- name: stolon-sentinel
18-
image: sorintlab/stolon:v0.12.0-pg10
18+
image: sorintlab/stolon:master-pg10
1919
command:
2020
- "/bin/bash"
2121
- "-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.12.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.12.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.12.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.12.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)