Skip to content

Commit 27233b5

Browse files
committed
fix(docker): update docker images of redis-config and redis
1 parent afdb466 commit 27233b5

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

templates/redis/1/docker-compose.yml.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ services:
6464
io.rancher.container.create_agent: 'true'
6565

6666
redis-config:
67-
image: lgatica/redis-config:1.0.0
67+
image: lgatica/redis-config:1
6868
environment:
6969
REDIS_PASSWORD: '${REDIS_PASSWORD}'
7070
stdin_open: true
@@ -82,7 +82,7 @@ services:
8282
entrypoint: /bin/true
8383

8484
sentinel-config:
85-
image: lgatica/redis-config:1.0.0
85+
image: lgatica/redis-config:1
8686
environment:
8787
REDIS_PASSWORD: '${REDIS_PASSWORD}'
8888
stdin_open: true

templates/redis/1/rancher-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@
99
label: "Redis version"
1010
type: enum
1111
options:
12-
- redis:4.0.2-alpine
13-
- redis:3.2.11-alpine
14-
default: redis:4.0.2-alpine
12+
- redis:4-alpine
13+
- redis:3-alpine
14+
default: redis:4-alpine
1515
required: true
1616
- variable: REDIS_PASSWORD
1717
label: "Redis auth password"

0 commit comments

Comments
 (0)