Skip to content

Commit b858923

Browse files
authored
Merge pull request #2 from Intellection/add_sentinel_support
[SRE-2199] Copy scripts to support Redis Sentinel bootstrapping in Kubernetes
2 parents 5102030 + 037600e commit b858923

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 2.8.8-1
4+
5+
* Add bash scripts to run Redis Sentinel easily in Kubernetes.
6+
37
## 2.8.8
48

59
* Package Redis Graph v2.8.8.

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,3 @@
11
FROM redislabs/redisgraph:2.8.8
2+
3+
COPY --from=zappi/redis:6.2.6 /opt/redis/scripts/ /opt/redis/scripts/

0 commit comments

Comments
 (0)