From 7944e3a63fe7140b94c9f3592daec499ef3482e2 Mon Sep 17 00:00:00 2001 From: Grey Gorilla Date: Sun, 14 Apr 2024 16:32:21 +0000 Subject: [PATCH] chore(deps): update ghcr.io/onedr0p/postgres-init docker tag to v16.2 --- apps/home-assistant/helmrelease.yaml | 2 +- apps/image-host/helmrelease.yaml | 2 +- apps/miniflux/helmrelease.yaml | 2 +- apps/windmill/helmrelease.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/home-assistant/helmrelease.yaml b/apps/home-assistant/helmrelease.yaml index ae5e4e544..a4c8776cc 100644 --- a/apps/home-assistant/helmrelease.yaml +++ b/apps/home-assistant/helmrelease.yaml @@ -21,7 +21,7 @@ spec: initContainers: init-db: - image: ghcr.io/onedr0p/postgres-init:16.1@sha256:dda75857689116d9c233ec0978cb905da0f952618dfbe1b8731aa1071044eaf0 + image: ghcr.io/onedr0p/postgres-init:16.2@sha256:3436dfbbc2799332a01361e007e3b408d016cfc235261e1caccc65e6edadf516 env: - name: INIT_POSTGRES_HOST value: postgres.core.svc.cluster.local diff --git a/apps/image-host/helmrelease.yaml b/apps/image-host/helmrelease.yaml index 981d65216..d3c863fec 100644 --- a/apps/image-host/helmrelease.yaml +++ b/apps/image-host/helmrelease.yaml @@ -31,7 +31,7 @@ spec: init-db: image: repository: ghcr.io/onedr0p/postgres-init - tag: 16.1@sha256:dda75857689116d9c233ec0978cb905da0f952618dfbe1b8731aa1071044eaf0 + tag: 16.2@sha256:3436dfbbc2799332a01361e007e3b408d016cfc235261e1caccc65e6edadf516 env: - name: INIT_POSTGRES_HOST value: postgres.core.svc.cluster.local diff --git a/apps/miniflux/helmrelease.yaml b/apps/miniflux/helmrelease.yaml index 9c3355440..098d97bed 100644 --- a/apps/miniflux/helmrelease.yaml +++ b/apps/miniflux/helmrelease.yaml @@ -31,7 +31,7 @@ spec: init-db: image: repository: ghcr.io/onedr0p/postgres-init - tag: 16.1@sha256:dda75857689116d9c233ec0978cb905da0f952618dfbe1b8731aa1071044eaf0 + tag: 16.2@sha256:3436dfbbc2799332a01361e007e3b408d016cfc235261e1caccc65e6edadf516 env: - name: INIT_POSTGRES_HOST value: postgres.core.svc.cluster.local diff --git a/apps/windmill/helmrelease.yaml b/apps/windmill/helmrelease.yaml index 9dbce5856..2f0a94724 100644 --- a/apps/windmill/helmrelease.yaml +++ b/apps/windmill/helmrelease.yaml @@ -68,7 +68,7 @@ spec: spec: initContainers: - name: init-db - image: ghcr.io/onedr0p/postgres-init:16.1@sha256:dda75857689116d9c233ec0978cb905da0f952618dfbe1b8731aa1071044eaf0 + image: ghcr.io/onedr0p/postgres-init:16.2@sha256:3436dfbbc2799332a01361e007e3b408d016cfc235261e1caccc65e6edadf516 env: - name: INIT_POSTGRES_HOST value: postgres.core.svc.cluster.local