Skip to content

Commit

Permalink
Pin Redis image tag to c9s because latest is no more
Browse files Browse the repository at this point in the history
  • Loading branch information
rooftopcellist committed Apr 8, 2024
1 parent d83c242 commit 7521329
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ There are a few variables that are customizable for eda the image management.
| image_pull_policy | The pull policy to adopt | IfNotPresent |
| image_pull_secrets | The pull secrets to use | None |
| redis_image | Path of the image to pull | redis |
| redis_image_version | Image version to pull | latest |
| redis_image_version | Image version to pull | c9s |
| postgres_image | Path of the image to pull | postgres |
| postgres_image_version | Image version to pull | latest |

Expand Down
2 changes: 1 addition & 1 deletion roles/redis/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ image_pull_policy: IfNotPresent
image_pull_secrets: []

_redis_image: quay.io/sclorg/redis-6-c9s
_redis_image_version: latest
_redis_image_version: c9s

redis: {}
_redis:
Expand Down

0 comments on commit 7521329

Please sign in to comment.