From cb21cd952c1c41d7c0b8443dc63e8be3a6861b14 Mon Sep 17 00:00:00 2001 From: feisar-bot Date: Sat, 13 May 2023 02:33:56 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20image=20ghcr.io/o?= =?UTF-8?q?nedr0p/postgres-initdb=20to=2014.8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit | datasource | package | from | to | | ---------- | ------------------------------- | ---- | ---- | | docker | ghcr.io/onedr0p/postgres-initdb | 14.7 | 14.8 | --- .../apps/default/authelia/app/patches/patches/postgres.yaml | 2 +- kubernetes/apps/default/authelia/app/patches/postgres.yaml | 2 +- kubernetes/apps/default/drone/app/helmrelease.yaml | 2 +- kubernetes/apps/default/firefly-iii/app/patches/postgres.yaml | 2 +- kubernetes/apps/default/freshrss/app/patches/postgres.yaml | 2 +- kubernetes/apps/default/ghostfolio/app/patches/postgres.yaml | 2 +- kubernetes/apps/default/gitea/app/helmrelease.yaml | 2 +- .../apps/default/home-assistant/app/patches/postgres.yaml | 2 +- kubernetes/apps/default/immich/app/server/helmrelease.yaml | 2 +- kubernetes/apps/default/invidious/app/patches/postgres.yaml | 2 +- kubernetes/apps/default/joplin/app/patches/postgres.yaml | 2 +- kubernetes/apps/default/lychee/app/patches/postgres.yaml | 2 +- kubernetes/apps/default/outline/app/patches/postgres.yaml | 2 +- kubernetes/apps/default/paperless/app/patches/postgres.yaml | 2 +- .../pushover-notifier/ankr-queries/patches/postgres.yaml | 2 +- .../pushover-notifier/github-releases/patches/postgres.yaml | 2 +- kubernetes/apps/default/semaphore/app/helmrelease.yaml | 2 +- kubernetes/apps/default/sharry/app/patches/postgres.yaml | 2 +- kubernetes/apps/default/tandoor/app/patches/postgres.yaml | 2 +- kubernetes/apps/default/vaultwarden/app/patches/postgres.yaml | 2 +- kubernetes/apps/default/vikunja/app/patches/postgres.yaml | 2 +- kubernetes/apps/default/wallabag/app/patches/postgres.yaml | 2 +- 22 files changed, 22 insertions(+), 22 deletions(-) diff --git a/kubernetes/apps/default/authelia/app/patches/patches/postgres.yaml b/kubernetes/apps/default/authelia/app/patches/patches/postgres.yaml index 00e65af02..c9f844bda 100644 --- a/kubernetes/apps/default/authelia/app/patches/patches/postgres.yaml +++ b/kubernetes/apps/default/authelia/app/patches/patches/postgres.yaml @@ -9,7 +9,7 @@ spec: values: initContainers: init-db: - image: ghcr.io/onedr0p/postgres-initdb:14.7 + image: ghcr.io/onedr0p/postgres-initdb:14.8 env: - name: POSTGRES_HOST value: ${POSTGRES_HOST} diff --git a/kubernetes/apps/default/authelia/app/patches/postgres.yaml b/kubernetes/apps/default/authelia/app/patches/postgres.yaml index c49787887..8ee4de21d 100644 --- a/kubernetes/apps/default/authelia/app/patches/postgres.yaml +++ b/kubernetes/apps/default/authelia/app/patches/postgres.yaml @@ -9,7 +9,7 @@ spec: values: initContainers: init-db: - image: ghcr.io/onedr0p/postgres-initdb:14.7 + image: ghcr.io/onedr0p/postgres-initdb:14.8 env: - name: POSTGRES_HOST value: ${POSTGRES_HOST} diff --git a/kubernetes/apps/default/drone/app/helmrelease.yaml b/kubernetes/apps/default/drone/app/helmrelease.yaml index 45c591b82..e84f83462 100644 --- a/kubernetes/apps/default/drone/app/helmrelease.yaml +++ b/kubernetes/apps/default/drone/app/helmrelease.yaml @@ -83,7 +83,7 @@ spec: spec: initContainers: - name: init-db - image: ghcr.io/onedr0p/postgres-initdb:14.7 + image: ghcr.io/onedr0p/postgres-initdb:14.8 env: - name: POSTGRES_HOST value: ${POSTGRES_HOST} diff --git a/kubernetes/apps/default/firefly-iii/app/patches/postgres.yaml b/kubernetes/apps/default/firefly-iii/app/patches/postgres.yaml index 993b66625..bb054d2d7 100644 --- a/kubernetes/apps/default/firefly-iii/app/patches/postgres.yaml +++ b/kubernetes/apps/default/firefly-iii/app/patches/postgres.yaml @@ -9,7 +9,7 @@ spec: values: initContainers: init-db: - image: ghcr.io/onedr0p/postgres-initdb:14.7 + image: ghcr.io/onedr0p/postgres-initdb:14.8 env: - name: POSTGRES_HOST value: ${POSTGRES_HOST} diff --git a/kubernetes/apps/default/freshrss/app/patches/postgres.yaml b/kubernetes/apps/default/freshrss/app/patches/postgres.yaml index 1d16ed5db..daaa4f4ec 100644 --- a/kubernetes/apps/default/freshrss/app/patches/postgres.yaml +++ b/kubernetes/apps/default/freshrss/app/patches/postgres.yaml @@ -9,7 +9,7 @@ spec: values: initContainers: init-db: - image: ghcr.io/onedr0p/postgres-initdb:14.7 + image: ghcr.io/onedr0p/postgres-initdb:14.8 env: - name: POSTGRES_HOST value: ${POSTGRES_HOST} diff --git a/kubernetes/apps/default/ghostfolio/app/patches/postgres.yaml b/kubernetes/apps/default/ghostfolio/app/patches/postgres.yaml index 90554c866..45d455b67 100644 --- a/kubernetes/apps/default/ghostfolio/app/patches/postgres.yaml +++ b/kubernetes/apps/default/ghostfolio/app/patches/postgres.yaml @@ -9,7 +9,7 @@ spec: values: initContainers: init-db: - image: ghcr.io/onedr0p/postgres-initdb:14.7 + image: ghcr.io/onedr0p/postgres-initdb:14.8 env: - name: POSTGRES_HOST value: ${POSTGRES_HOST} diff --git a/kubernetes/apps/default/gitea/app/helmrelease.yaml b/kubernetes/apps/default/gitea/app/helmrelease.yaml index 730adaaa0..0bbfd5bb6 100644 --- a/kubernetes/apps/default/gitea/app/helmrelease.yaml +++ b/kubernetes/apps/default/gitea/app/helmrelease.yaml @@ -180,7 +180,7 @@ spec: spec: initContainers: - name: init-db - image: ghcr.io/onedr0p/postgres-initdb:14.7 + image: ghcr.io/onedr0p/postgres-initdb:14.8 env: - name: POSTGRES_HOST value: ${POSTGRES_HOST} diff --git a/kubernetes/apps/default/home-assistant/app/patches/postgres.yaml b/kubernetes/apps/default/home-assistant/app/patches/postgres.yaml index 2eb8f2b88..046e57f20 100644 --- a/kubernetes/apps/default/home-assistant/app/patches/postgres.yaml +++ b/kubernetes/apps/default/home-assistant/app/patches/postgres.yaml @@ -9,7 +9,7 @@ spec: values: initContainers: init-db: - image: ghcr.io/onedr0p/postgres-initdb:14.7 + image: ghcr.io/onedr0p/postgres-initdb:14.8 env: - name: POSTGRES_HOST value: ${POSTGRES_HOST} diff --git a/kubernetes/apps/default/immich/app/server/helmrelease.yaml b/kubernetes/apps/default/immich/app/server/helmrelease.yaml index b5b51a173..d5ae638e2 100644 --- a/kubernetes/apps/default/immich/app/server/helmrelease.yaml +++ b/kubernetes/apps/default/immich/app/server/helmrelease.yaml @@ -32,7 +32,7 @@ spec: values: initContainers: 01-init-db: - image: ghcr.io/onedr0p/postgres-initdb:14.7 + image: ghcr.io/onedr0p/postgres-initdb:14.8 imagePullPolicy: IfNotPresent envFrom: - secretRef: diff --git a/kubernetes/apps/default/invidious/app/patches/postgres.yaml b/kubernetes/apps/default/invidious/app/patches/postgres.yaml index 6a9a7c290..079a26280 100644 --- a/kubernetes/apps/default/invidious/app/patches/postgres.yaml +++ b/kubernetes/apps/default/invidious/app/patches/postgres.yaml @@ -9,7 +9,7 @@ spec: values: initContainers: init-db: - image: ghcr.io/onedr0p/postgres-initdb:14.7 + image: ghcr.io/onedr0p/postgres-initdb:14.8 env: - name: POSTGRES_HOST value: ${POSTGRES_HOST} diff --git a/kubernetes/apps/default/joplin/app/patches/postgres.yaml b/kubernetes/apps/default/joplin/app/patches/postgres.yaml index 4c3676ddc..2fe66e5b3 100644 --- a/kubernetes/apps/default/joplin/app/patches/postgres.yaml +++ b/kubernetes/apps/default/joplin/app/patches/postgres.yaml @@ -9,7 +9,7 @@ spec: values: initContainers: init-db: - image: ghcr.io/onedr0p/postgres-initdb:14.7 + image: ghcr.io/onedr0p/postgres-initdb:14.8 env: - name: POSTGRES_HOST value: ${POSTGRES_HOST} diff --git a/kubernetes/apps/default/lychee/app/patches/postgres.yaml b/kubernetes/apps/default/lychee/app/patches/postgres.yaml index 00e65af02..c9f844bda 100644 --- a/kubernetes/apps/default/lychee/app/patches/postgres.yaml +++ b/kubernetes/apps/default/lychee/app/patches/postgres.yaml @@ -9,7 +9,7 @@ spec: values: initContainers: init-db: - image: ghcr.io/onedr0p/postgres-initdb:14.7 + image: ghcr.io/onedr0p/postgres-initdb:14.8 env: - name: POSTGRES_HOST value: ${POSTGRES_HOST} diff --git a/kubernetes/apps/default/outline/app/patches/postgres.yaml b/kubernetes/apps/default/outline/app/patches/postgres.yaml index 27d247543..e5d5fbc5a 100644 --- a/kubernetes/apps/default/outline/app/patches/postgres.yaml +++ b/kubernetes/apps/default/outline/app/patches/postgres.yaml @@ -9,7 +9,7 @@ spec: values: initContainers: init-db: - image: ghcr.io/onedr0p/postgres-initdb:14.7 + image: ghcr.io/onedr0p/postgres-initdb:14.8 env: - name: POSTGRES_HOST value: ${POSTGRES_HOST} diff --git a/kubernetes/apps/default/paperless/app/patches/postgres.yaml b/kubernetes/apps/default/paperless/app/patches/postgres.yaml index 901604be8..af93739f7 100644 --- a/kubernetes/apps/default/paperless/app/patches/postgres.yaml +++ b/kubernetes/apps/default/paperless/app/patches/postgres.yaml @@ -9,7 +9,7 @@ spec: values: initContainers: init-db: - image: ghcr.io/onedr0p/postgres-initdb:14.7 + image: ghcr.io/onedr0p/postgres-initdb:14.8 env: - name: POSTGRES_HOST value: ${POSTGRES_HOST} diff --git a/kubernetes/apps/default/pushover-notifier/ankr-queries/patches/postgres.yaml b/kubernetes/apps/default/pushover-notifier/ankr-queries/patches/postgres.yaml index f69ea6877..632d6587a 100644 --- a/kubernetes/apps/default/pushover-notifier/ankr-queries/patches/postgres.yaml +++ b/kubernetes/apps/default/pushover-notifier/ankr-queries/patches/postgres.yaml @@ -9,7 +9,7 @@ spec: values: initContainers: init-db: - image: ghcr.io/onedr0p/postgres-initdb:14.7 + image: ghcr.io/onedr0p/postgres-initdb:14.8 env: - name: POSTGRES_HOST value: ${POSTGRES_HOST} diff --git a/kubernetes/apps/default/pushover-notifier/github-releases/patches/postgres.yaml b/kubernetes/apps/default/pushover-notifier/github-releases/patches/postgres.yaml index 47a96d569..96effb1f9 100644 --- a/kubernetes/apps/default/pushover-notifier/github-releases/patches/postgres.yaml +++ b/kubernetes/apps/default/pushover-notifier/github-releases/patches/postgres.yaml @@ -9,7 +9,7 @@ spec: values: initContainers: init-db: - image: ghcr.io/onedr0p/postgres-initdb:14.7 + image: ghcr.io/onedr0p/postgres-initdb:14.8 env: - name: POSTGRES_HOST value: ${POSTGRES_HOST} diff --git a/kubernetes/apps/default/semaphore/app/helmrelease.yaml b/kubernetes/apps/default/semaphore/app/helmrelease.yaml index 62d0adfd3..f2d395ab6 100644 --- a/kubernetes/apps/default/semaphore/app/helmrelease.yaml +++ b/kubernetes/apps/default/semaphore/app/helmrelease.yaml @@ -29,7 +29,7 @@ spec: values: initContainers: init-db: - image: ghcr.io/onedr0p/postgres-initdb:14.7 + image: ghcr.io/onedr0p/postgres-initdb:14.8 envFrom: - secretRef: name: semaphore-secret diff --git a/kubernetes/apps/default/sharry/app/patches/postgres.yaml b/kubernetes/apps/default/sharry/app/patches/postgres.yaml index 19c9ecb88..7fe97e9a6 100644 --- a/kubernetes/apps/default/sharry/app/patches/postgres.yaml +++ b/kubernetes/apps/default/sharry/app/patches/postgres.yaml @@ -9,7 +9,7 @@ spec: values: initContainers: init-db: - image: ghcr.io/onedr0p/postgres-initdb:14.7 + image: ghcr.io/onedr0p/postgres-initdb:14.8 env: - name: POSTGRES_HOST value: ${POSTGRES_HOST} diff --git a/kubernetes/apps/default/tandoor/app/patches/postgres.yaml b/kubernetes/apps/default/tandoor/app/patches/postgres.yaml index d99f7a157..bac8c8f8b 100644 --- a/kubernetes/apps/default/tandoor/app/patches/postgres.yaml +++ b/kubernetes/apps/default/tandoor/app/patches/postgres.yaml @@ -9,7 +9,7 @@ spec: values: initContainers: init-db: - image: ghcr.io/onedr0p/postgres-initdb:14.7 + image: ghcr.io/onedr0p/postgres-initdb:14.8 env: - name: POSTGRES_HOST value: ${POSTGRES_HOST} diff --git a/kubernetes/apps/default/vaultwarden/app/patches/postgres.yaml b/kubernetes/apps/default/vaultwarden/app/patches/postgres.yaml index 77a0616f6..4acea1b06 100644 --- a/kubernetes/apps/default/vaultwarden/app/patches/postgres.yaml +++ b/kubernetes/apps/default/vaultwarden/app/patches/postgres.yaml @@ -9,7 +9,7 @@ spec: values: initContainers: init-db: - image: ghcr.io/onedr0p/postgres-initdb:14.7 + image: ghcr.io/onedr0p/postgres-initdb:14.8 env: - name: POSTGRES_HOST value: ${POSTGRES_HOST} diff --git a/kubernetes/apps/default/vikunja/app/patches/postgres.yaml b/kubernetes/apps/default/vikunja/app/patches/postgres.yaml index 84d25e22d..a994ea2ac 100644 --- a/kubernetes/apps/default/vikunja/app/patches/postgres.yaml +++ b/kubernetes/apps/default/vikunja/app/patches/postgres.yaml @@ -9,7 +9,7 @@ spec: values: initContainers: init-db: - image: ghcr.io/onedr0p/postgres-initdb:14.7 + image: ghcr.io/onedr0p/postgres-initdb:14.8 env: - name: POSTGRES_HOST value: ${POSTGRES_HOST} diff --git a/kubernetes/apps/default/wallabag/app/patches/postgres.yaml b/kubernetes/apps/default/wallabag/app/patches/postgres.yaml index 66f85a9ae..e1b0f9f26 100644 --- a/kubernetes/apps/default/wallabag/app/patches/postgres.yaml +++ b/kubernetes/apps/default/wallabag/app/patches/postgres.yaml @@ -9,7 +9,7 @@ spec: values: initContainers: init-db: - image: ghcr.io/onedr0p/postgres-initdb:14.7 + image: ghcr.io/onedr0p/postgres-initdb:14.8 env: - name: POSTGRES_HOST value: ${POSTGRES_HOST}