From f059418c7ff76b45af9fd78b15ee8262feb7b01e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2026 22:09:59 +0000 Subject: [PATCH] Update ghcr.io/home-operations/postgres-init Docker tag to v18.6 --- kubernetes/apps/security/authentik/app/helmrelease.yaml | 2 +- kubernetes/apps/selfhosted/linkwarden/app/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kubernetes/apps/security/authentik/app/helmrelease.yaml b/kubernetes/apps/security/authentik/app/helmrelease.yaml index 2c3ac306..c524374d 100644 --- a/kubernetes/apps/security/authentik/app/helmrelease.yaml +++ b/kubernetes/apps/security/authentik/app/helmrelease.yaml @@ -60,7 +60,7 @@ spec: initContainers: # Ensure database exists - name: init-db - image: ghcr.io/home-operations/postgres-init:18.3@sha256:6fa1f331cddd2eb0b6afa7b8d3685c864127a81ab01c3d9400bc3ff5263a51cf + image: ghcr.io/home-operations/postgres-init:18.6@sha256:b6d3af974df781c673d37e49bdddfa14a6f5be28b18d2cb7713f0449bea4057b envFrom: - secretRef: name: authentik diff --git a/kubernetes/apps/selfhosted/linkwarden/app/deployment.yaml b/kubernetes/apps/selfhosted/linkwarden/app/deployment.yaml index cb0a5e87..c2635265 100644 --- a/kubernetes/apps/selfhosted/linkwarden/app/deployment.yaml +++ b/kubernetes/apps/selfhosted/linkwarden/app/deployment.yaml @@ -21,7 +21,7 @@ spec: initContainers: # Ensure database exists before app starts - name: init-db - image: ghcr.io/home-operations/postgres-init:18.3@sha256:6fa1f331cddd2eb0b6afa7b8d3685c864127a81ab01c3d9400bc3ff5263a51cf + image: ghcr.io/home-operations/postgres-init:18.6@sha256:b6d3af974df781c673d37e49bdddfa14a6f5be28b18d2cb7713f0449bea4057b envFrom: - secretRef: name: linkwarden-secret