Explorar el Código

Merge pull request #406 from thedanbob/postgres-12.2

Update postgres (12.1 -> 12.2, etc)
pull/414/head
Slavi Pantaleev hace 6 años
committed by GitHub
padre
commit
e9d7a6faf7
No se encontró ninguna clave conocida en la base de datos para esta firma ID de clave GPG: 4AEE18F83AFDEB23
Se han modificado 1 ficheros con 4 adiciones y 4 borrados
  1. +4
    -4
      roles/matrix-postgres/defaults/main.yml

+ 4
- 4
roles/matrix-postgres/defaults/main.yml Ver fichero

@@ -8,10 +8,10 @@ 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.16-alpine"
matrix_postgres_docker_image_v10: "postgres:10.11-alpine"
matrix_postgres_docker_image_v11: "postgres:11.6-alpine"
matrix_postgres_docker_image_v12: "postgres:12.1-alpine"
matrix_postgres_docker_image_v9: "postgres:9.6.17-alpine"
matrix_postgres_docker_image_v10: "postgres:10.12-alpine"
matrix_postgres_docker_image_v11: "postgres:11.7-alpine"
matrix_postgres_docker_image_v12: "postgres:12.2-alpine"
matrix_postgres_docker_image_latest: "{{ matrix_postgres_docker_image_v12 }}"

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


Cargando…
Cancelar
Guardar