Explorar el Código

Merge pull request #512 from thedanbob/postgres-12.3

Update postgres (12.2 -> 12.3, etc)
pull/516/head
Slavi Pantaleev hace 5 años
committed by GitHub
padre
commit
0a9f41719f
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.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_v9: "postgres:9.6.18-alpine"
matrix_postgres_docker_image_v10: "postgres:10.13-alpine"
matrix_postgres_docker_image_v11: "postgres:11.8-alpine"
matrix_postgres_docker_image_v12: "postgres:12.3-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