File tree 2 files changed +2
-2
lines changed
docs/user-guide/advanced-configuration
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ There are a few variables that are customizable for eda the image management.
11
11
| image_pull_policy | The pull policy to adopt | IfNotPresent |
12
12
| image_pull_secrets | The pull secrets to use | None |
13
13
| redis_image | Path of the image to pull | redis |
14
- | redis_image_version | Image version to pull | latest |
14
+ | redis_image_version | Image version to pull | c9s |
15
15
| postgres_image | Path of the image to pull | postgres |
16
16
| postgres_image_version | Image version to pull | latest |
17
17
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ image_pull_policy: IfNotPresent
7
7
image_pull_secrets : []
8
8
9
9
_redis_image : quay.io/sclorg/redis-6-c9s
10
- _redis_image_version : latest
10
+ _redis_image_version : c9s
11
11
12
12
redis : {}
13
13
_redis :
You can’t perform that action at this time.
0 commit comments