Skip to content

Commit f571c15

Browse files
authored
Merge pull request #115 from FalkorDB/114-fix-k8s-documentation
set tag to latest
2 parents efcceee + 98c092b commit f571c15

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

operations/k8s_support.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,18 +25,23 @@ And follow these steps:
2525
Create a values.yaml file with the following content:
2626

2727
```yaml
28+
global:
29+
security:
30+
# Required to be able to run the FalkorDB image
31+
allowInsecureImages: true
32+
2833
image:
2934
registry: docker.io
3035
repository: falkordb/falkordb
31-
tag: "4.0"
36+
tag: "latest"
3237

3338
master:
3439
extraFlags:
35-
- "--loadmodule /FalkorDB/bin/linux-x64-release/src/falkordb.so"
40+
- "--loadmodule /FalkorDB/bin/src/falkordb.so"
3641

3742
replica:
3843
extraFlags:
39-
- "--loadmodule /FalkorDB/bin/linux-x64-release/src/falkordb.so"
44+
- "--loadmodule /FalkorDB/bin/src/falkordb.so"
4045
```
4146
4247
This file specify the FalkorDB image(you can choose different tags)

0 commit comments

Comments
 (0)