Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
ci: Updated versions for database and redis
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Christie committed Nov 10, 2023
1 parent bfbd6d7 commit ffefc3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions roles/fragalysis-stack/vars/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ database_mem_request: 400Mi

database_image_registry: docker.io
database_image: library/postgres
database_image_tag: '12.2'
database_image_tag: '12.16'
database_port: 5432

# For the django application database.
Expand All @@ -82,7 +82,7 @@ database_user_password: "{{ lookup('password', '/dev/null length=10 chars=ascii_
database_create_users_and_databases: yes

redis_image: redis
redis_image_tag: '7.2.0-alpine3.18'
redis_image_tag: '7.2.3-alpine3.18'
# Redis configuration (ConfigMap) values
redis_conf_loglevel: notice
redis_conf_maxmemory: 256mb
Expand Down

0 comments on commit ffefc3e

Please sign in to comment.