Skip to content

Commit

Permalink
feat: Default postgres now 15.8 (was 12.16). Redis now 7.4.1 (was 7.2.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Christie committed Nov 14, 2024
1 parent 47f653a commit bd7fdd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions roles/fragalysis-stack/vars/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ database_cpu_request: 10m
database_mem_request: 400Mi

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

# Configuration of the DB server. Content written to the postgres-conf ConfigMap.
Expand Down Expand Up @@ -99,7 +99,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.3-alpine3.18'
redis_image_tag: '7.4.1-alpine3.20'
# Redis configuration (ConfigMap) values
redis_conf_loglevel: notice
redis_conf_maxmemory: 256mb
Expand Down

0 comments on commit bd7fdd4

Please sign in to comment.