From b8047a6b14ab77dccb9bdc2b5a60b2b455db1b02 Mon Sep 17 00:00:00 2001 From: DevTekVE Date: Mon, 15 Dec 2025 14:20:36 +0100 Subject: [PATCH 1/2] Infiscal no longer distributes images with the postgres on the tag --- templates/compose/infisical.yaml | 2 +- templates/test-database-detection.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/compose/infisical.yaml b/templates/compose/infisical.yaml index e7e2cfe43..32c5a44b8 100644 --- a/templates/compose/infisical.yaml +++ b/templates/compose/infisical.yaml @@ -8,7 +8,7 @@ services: backend: - image: "infisical/infisical:latest-postgres" + image: "infisical/infisical:latest" environment: - SERVICE_URL_BACKEND_8080 - SITE_URL=${SERVICE_URL_BACKEND_8080} diff --git a/templates/test-database-detection.yaml b/templates/test-database-detection.yaml index c63f92821..d57c1b270 100644 --- a/templates/test-database-detection.yaml +++ b/templates/test-database-detection.yaml @@ -233,7 +233,7 @@ services: # Infisical - secret management with postgres variant application-infisical-postgres: - image: infisical/infisical:latest-postgres + image: infisical/infisical:latest depends_on: database-postgres-main: condition: service_healthy From d1076add4e3435ae80ee29b33859a37279292ce9 Mon Sep 17 00:00:00 2001 From: DevTekVE Date: Mon, 15 Dec 2025 17:55:25 +0100 Subject: [PATCH 2/2] Pinning to the current latest --- templates/compose/infisical.yaml | 2 +- templates/test-database-detection.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/compose/infisical.yaml b/templates/compose/infisical.yaml index 32c5a44b8..7ca069b53 100644 --- a/templates/compose/infisical.yaml +++ b/templates/compose/infisical.yaml @@ -8,7 +8,7 @@ services: backend: - image: "infisical/infisical:latest" + image: "infisical/infisical:v0.154.6" environment: - SERVICE_URL_BACKEND_8080 - SITE_URL=${SERVICE_URL_BACKEND_8080} diff --git a/templates/test-database-detection.yaml b/templates/test-database-detection.yaml index d57c1b270..f242316b8 100644 --- a/templates/test-database-detection.yaml +++ b/templates/test-database-detection.yaml @@ -233,7 +233,7 @@ services: # Infisical - secret management with postgres variant application-infisical-postgres: - image: infisical/infisical:latest + image: infisical/infisical:v0.154.6 depends_on: database-postgres-main: condition: service_healthy