Przeglądaj źródła

Merge pull request #239 from thedanbob/postgres-11.5-10.10-9.6.15

Bump postgres versions (11.5, 10.10, 9.6.15)
pull/246/head
Slavi Pantaleev 6 lat temu
committed by GitHub
rodzic
commit
0646d4b3ec
Nie znaleziono w bazie danych klucza dla tego podpisu ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 3 usunięć
  1. +3
    -3
      roles/matrix-postgres/defaults/main.yml

+ 3
- 3
roles/matrix-postgres/defaults/main.yml Wyświetl plik

@@ -8,9 +8,9 @@ matrix_postgres_db_name: ""
matrix_postgres_base_path: "{{ matrix_base_data_path }}/postgres"
matrix_postgres_data_path: "{{ matrix_postgres_base_path }}/data"

matrix_postgres_docker_image_v9: "postgres:9.6.14-alpine"
matrix_postgres_docker_image_v10: "postgres:10.9-alpine"
matrix_postgres_docker_image_v11: "postgres:11.4-alpine"
matrix_postgres_docker_image_v9: "postgres:9.6.15-alpine"
matrix_postgres_docker_image_v10: "postgres:10.10-alpine"
matrix_postgres_docker_image_v11: "postgres:11.5-alpine"
matrix_postgres_docker_image_latest: "{{ matrix_postgres_docker_image_v11 }}"

# This variable is assigned at runtime. Overriding its value has no effect.


Ładowanie…
Anuluj
Zapisz