Skip to content

Commit 7521329

Browse files
Pin Redis image tag to c9s because latest is no more
1 parent d83c242 commit 7521329

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/user-guide/advanced-configuration/deploying-a-specific-version.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ There are a few variables that are customizable for eda the image management.
1111
| image_pull_policy | The pull policy to adopt | IfNotPresent |
1212
| image_pull_secrets | The pull secrets to use | None |
1313
| 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 |
1515
| postgres_image | Path of the image to pull | postgres |
1616
| postgres_image_version | Image version to pull | latest |
1717

roles/redis/defaults/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ image_pull_policy: IfNotPresent
77
image_pull_secrets: []
88

99
_redis_image: quay.io/sclorg/redis-6-c9s
10-
_redis_image_version: latest
10+
_redis_image_version: c9s
1111

1212
redis: {}
1313
_redis:

0 commit comments

Comments
 (0)