Skip to content

feat(container): update image ghcr.io/home-operations/postgres-init ( 18.4 ➔ 18.6 ) - #1323

Open
mortyops[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-home-operations-postgres-init-18.x
Open

feat(container): update image ghcr.io/home-operations/postgres-init ( 18.4 ➔ 18.6 )#1323
mortyops[bot] wants to merge 1 commit into
mainfrom
renovate/ghcr.io-home-operations-postgres-init-18.x

Conversation

@mortyops

@mortyops mortyops Bot commented Aug 15, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Update Change
ghcr.io/home-operations/postgres-init (source) minor 18.418.6

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Configuration

📅 Schedule: (in timezone America/New_York)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

@mortyops

mortyops Bot commented Aug 15, 2026

Copy link
Copy Markdown
Contributor Author
--- kubernetes/apps/downloads/prowlarr/app Kustomization: downloads/prowlarr HelmRelease: downloads/prowlarr

+++ kubernetes/apps/downloads/prowlarr/app Kustomization: downloads/prowlarr HelmRelease: downloads/prowlarr

@@ -92,13 +92,13 @@

           init-db:
             envFrom:
             - secretRef:
                 name: prowlarr-secret
             image:
               repository: ghcr.io/home-operations/postgres-init
-              tag: 18.4@sha256:ebd9d30add17acdf935d73eb004758c7dfd9388aaa605fda70ad74378ab92aec
+              tag: 18.6@sha256:b6d3af974df781c673d37e49bdddfa14a6f5be28b18d2cb7713f0449bea4057b
         pod:
           securityContext:
             fsGroup: 3000
             fsGroupChangePolicy: OnRootMismatch
             runAsGroup: 3000
             runAsNonRoot: true
--- kubernetes/apps/selfhosted/n8n/app Kustomization: selfhosted/n8n HelmRelease: selfhosted/n8n

+++ kubernetes/apps/selfhosted/n8n/app Kustomization: selfhosted/n8n HelmRelease: selfhosted/n8n

@@ -106,13 +106,13 @@

           init-postgres:
             envFrom:
             - secretRef:
                 name: n8n-secret
             image:
               repository: ghcr.io/home-operations/postgres-init
-              tag: 18.4
+              tag: 18.6
     defaultPodOptions:
       securityContext:
         fsGroup: 1000
         fsGroupChangePolicy: OnRootMismatch
         runAsGroup: 1000
         runAsUser: 1000
--- kubernetes/apps/selfhosted/linkwarden/app Kustomization: selfhosted/linkwarden HelmRelease: selfhosted/linkwarden

+++ kubernetes/apps/selfhosted/linkwarden/app Kustomization: selfhosted/linkwarden HelmRelease: selfhosted/linkwarden

@@ -92,13 +92,13 @@

           init-db:
             envFrom:
             - secretRef:
                 name: linkwarden-secret
             image:
               repository: ghcr.io/home-operations/postgres-init
-              tag: 18.4
+              tag: 18.6
           init-playwright:
             command:
             - /bin/sh
             - -c
             - npx playwright install chromium
             image:
--- kubernetes/apps/selfhosted/paperless-ngx/app Kustomization: selfhosted/paperless-ngx HelmRelease: selfhosted/paperless-ngx

+++ kubernetes/apps/selfhosted/paperless-ngx/app Kustomization: selfhosted/paperless-ngx HelmRelease: selfhosted/paperless-ngx

@@ -92,13 +92,13 @@

           init-db:
             envFrom:
             - secretRef:
                 name: paperless-ngx-secret
             image:
               repository: ghcr.io/home-operations/postgres-init
-              tag: 18.4
+              tag: 18.6
     defaultPodOptions:
       securityContext:
         fsGroup: 1000
         fsGroupChangePolicy: OnRootMismatch
         runAsGroup: 1000
         runAsUser: 1000
--- kubernetes/apps/media/immich/app Kustomization: media/immich HelmRelease: media/immich

+++ kubernetes/apps/media/immich/app Kustomization: media/immich HelmRelease: media/immich

@@ -137,13 +137,13 @@

           init-db:
             envFrom:
             - secretRef:
                 name: immich-secret
             image:
               repository: ghcr.io/home-operations/postgres-init
-              tag: 18.4
+              tag: 18.6
           init-db-extensions:
             command:
             - /bin/sh
             - -c
             - |
               export PGPASSWORD="${INIT_POSTGRES_SUPER_PASS}"
@@ -152,13 +152,13 @@

               psql -h "${DB_HOSTNAME}" -U postgres -d "${DB_DATABASE_NAME}" -c 'CREATE EXTENSION IF NOT EXISTS "earthdistance";'
             envFrom:
             - secretRef:
                 name: immich-secret
             image:
               repository: ghcr.io/home-operations/postgres-init
-              tag: '18.4'
+              tag: '18.6'
     defaultPodOptions:
       securityContext:
         fsGroup: 1000
         fsGroupChangePolicy: OnRootMismatch
         runAsGroup: 1000
         runAsUser: 1000
--- kubernetes/apps/media/seerr/app Kustomization: media/seerr HelmRelease: media/seerr

+++ kubernetes/apps/media/seerr/app Kustomization: media/seerr HelmRelease: media/seerr

@@ -88,13 +88,13 @@

           init-db:
             envFrom:
             - secretRef:
                 name: seerr-secret
             image:
               repository: ghcr.io/home-operations/postgres-init
-              tag: 18.4@sha256:ebd9d30add17acdf935d73eb004758c7dfd9388aaa605fda70ad74378ab92aec
+              tag: 18.6@sha256:b6d3af974df781c673d37e49bdddfa14a6f5be28b18d2cb7713f0449bea4057b
         pod:
           securityContext:
             fsGroup: 2000
             fsGroupChangePolicy: OnRootMismatch
             runAsGroup: 2000
             runAsNonRoot: true
--- kubernetes/apps/downloads/radarr/app Kustomization: downloads/radarr HelmRelease: downloads/radarr

+++ kubernetes/apps/downloads/radarr/app Kustomization: downloads/radarr HelmRelease: downloads/radarr

@@ -93,13 +93,13 @@

           init-db:
             envFrom:
             - secretRef:
                 name: radarr-secret
             image:
               repository: ghcr.io/home-operations/postgres-init
-              tag: 18.4@sha256:ebd9d30add17acdf935d73eb004758c7dfd9388aaa605fda70ad74378ab92aec
+              tag: 18.6@sha256:b6d3af974df781c673d37e49bdddfa14a6f5be28b18d2cb7713f0449bea4057b
         pod:
           securityContext:
             fsGroup: 2000
             fsGroupChangePolicy: OnRootMismatch
             runAsGroup: 2000
             runAsNonRoot: true
--- kubernetes/apps/downloads/readarr/app Kustomization: downloads/readarr HelmRelease: downloads/readarr

+++ kubernetes/apps/downloads/readarr/app Kustomization: downloads/readarr HelmRelease: downloads/readarr

@@ -96,13 +96,13 @@

           init-db:
             envFrom:
             - secretRef:
                 name: readarr-secret
             image:
               repository: ghcr.io/home-operations/postgres-init
-              tag: 18.4@sha256:ebd9d30add17acdf935d73eb004758c7dfd9388aaa605fda70ad74378ab92aec
+              tag: 18.6@sha256:b6d3af974df781c673d37e49bdddfa14a6f5be28b18d2cb7713f0449bea4057b
           init-dirs:
             command:
             - sh
             - -c
             - |
               mkdir -p /data/ebooks/sabnzbd/incomplete
--- kubernetes/apps/downloads/lidarr/app Kustomization: downloads/lidarr HelmRelease: downloads/lidarr

+++ kubernetes/apps/downloads/lidarr/app Kustomization: downloads/lidarr HelmRelease: downloads/lidarr

@@ -91,13 +91,13 @@

           init-db:
             envFrom:
             - secretRef:
                 name: lidarr-secret
             image:
               repository: ghcr.io/home-operations/postgres-init
-              tag: 18.4@sha256:ebd9d30add17acdf935d73eb004758c7dfd9388aaa605fda70ad74378ab92aec
+              tag: 18.6@sha256:b6d3af974df781c673d37e49bdddfa14a6f5be28b18d2cb7713f0449bea4057b
           init-dirs:
             command:
             - sh
             - -c
             - |
               mkdir -p /data/nas-media/Music
--- kubernetes/apps/downloads/sonarr/app Kustomization: downloads/sonarr HelmRelease: downloads/sonarr

+++ kubernetes/apps/downloads/sonarr/app Kustomization: downloads/sonarr HelmRelease: downloads/sonarr

@@ -93,13 +93,13 @@

           init-db:
             envFrom:
             - secretRef:
                 name: sonarr-secret
             image:
               repository: ghcr.io/home-operations/postgres-init
-              tag: 18.4@sha256:ebd9d30add17acdf935d73eb004758c7dfd9388aaa605fda70ad74378ab92aec
+              tag: 18.6@sha256:b6d3af974df781c673d37e49bdddfa14a6f5be28b18d2cb7713f0449bea4057b
         pod:
           securityContext:
             fsGroup: 2000
             fsGroupChangePolicy: OnRootMismatch
             runAsGroup: 2000
             runAsNonRoot: true
--- kubernetes/apps/security/authentik/app Kustomization: security/authentik HelmRelease: security/authentik

+++ kubernetes/apps/security/authentik/app Kustomization: security/authentik HelmRelease: security/authentik

@@ -89,13 +89,13 @@

         enabled: true
     server:
       initContainers:
       - envFrom:
         - secretRef:
             name: authentik-secret
-        image: ghcr.io/home-operations/postgres-init:18.4
+        image: ghcr.io/home-operations/postgres-init:18.6
         name: init-db
       metrics:
         enabled: true
         serviceMonitor:
           enabled: true
       podAnnotations:
--- kubernetes/apps/downloads/autobrr/app Kustomization: downloads/autobrr HelmRelease: downloads/autobrr

+++ kubernetes/apps/downloads/autobrr/app Kustomization: downloads/autobrr HelmRelease: downloads/autobrr

@@ -97,13 +97,13 @@

           init-db:
             envFrom:
             - secretRef:
                 name: autobrr-secret
             image:
               repository: ghcr.io/home-operations/postgres-init
-              tag: 18.4@sha256:ebd9d30add17acdf935d73eb004758c7dfd9388aaa605fda70ad74378ab92aec
+              tag: 18.6@sha256:b6d3af974df781c673d37e49bdddfa14a6f5be28b18d2cb7713f0449bea4057b
         pod:
           securityContext:
             runAsGroup: 2000
             runAsNonRoot: true
             runAsUser: 2000
     persistence:
--- kubernetes/apps/ai/open-webui/app Kustomization: ai/open-webui HelmRelease: ai/open-webui

+++ kubernetes/apps/ai/open-webui/app Kustomization: ai/open-webui HelmRelease: ai/open-webui

@@ -115,13 +115,13 @@

           init-db:
             envFrom:
             - secretRef:
                 name: open-webui
             image:
               repository: ghcr.io/home-operations/postgres-init
-              tag: 18.4@sha256:ebd9d30add17acdf935d73eb004758c7dfd9388aaa605fda70ad74378ab92aec
+              tag: 18.6@sha256:b6d3af974df781c673d37e49bdddfa14a6f5be28b18d2cb7713f0449bea4057b
         replicas: 1
         strategy: Recreate
     defaultPodOptions:
       securityContext:
         fsGroup: 1000
         fsGroupChangePolicy: OnRootMismatch
--- kubernetes/apps/coder/app Kustomization: coder/coder HelmRelease: coder/coder

+++ kubernetes/apps/coder/app Kustomization: coder/coder HelmRelease: coder/coder

@@ -114,13 +114,13 @@

       - secretRef:
           name: coder
       initContainers:
       - envFrom:
         - secretRef:
             name: coder
-        image: ghcr.io/home-operations/postgres-init:18.4
+        image: ghcr.io/home-operations/postgres-init:18.6
         name: init-db
       podAnnotations:
         prometheus.io/port: '2112'
         prometheus.io/scrape: 'true'
       resources:
         limits:

@mortyops

mortyops Bot commented Aug 15, 2026

Copy link
Copy Markdown
Contributor Author
--- HelmRelease: downloads/prowlarr Deployment: downloads/prowlarr

+++ HelmRelease: downloads/prowlarr Deployment: downloads/prowlarr

@@ -42,13 +42,13 @@

       hostPID: false
       dnsPolicy: ClusterFirst
       initContainers:
       - envFrom:
         - secretRef:
             name: prowlarr-secret
-        image: ghcr.io/home-operations/postgres-init:18.4@sha256:ebd9d30add17acdf935d73eb004758c7dfd9388aaa605fda70ad74378ab92aec
+        image: ghcr.io/home-operations/postgres-init:18.6@sha256:b6d3af974df781c673d37e49bdddfa14a6f5be28b18d2cb7713f0449bea4057b
         name: init-db
         volumeMounts:
         - mountPath: /config
           name: config
       containers:
       - env:
--- HelmRelease: ai/open-webui Deployment: ai/open-webui

+++ HelmRelease: ai/open-webui Deployment: ai/open-webui

@@ -46,13 +46,13 @@

         topologyKey: kubernetes.io/hostname
         whenUnsatisfiable: ScheduleAnyway
       initContainers:
       - envFrom:
         - secretRef:
             name: open-webui
-        image: ghcr.io/home-operations/postgres-init:18.4@sha256:ebd9d30add17acdf935d73eb004758c7dfd9388aaa605fda70ad74378ab92aec
+        image: ghcr.io/home-operations/postgres-init:18.6@sha256:b6d3af974df781c673d37e49bdddfa14a6f5be28b18d2cb7713f0449bea4057b
         name: init-db
         volumeMounts:
         - mountPath: /app/backend/data
           name: config
       containers:
       - env:
--- HelmRelease: downloads/autobrr Deployment: downloads/autobrr

+++ HelmRelease: downloads/autobrr Deployment: downloads/autobrr

@@ -40,13 +40,13 @@

       hostPID: false
       dnsPolicy: ClusterFirst
       initContainers:
       - envFrom:
         - secretRef:
             name: autobrr-secret
-        image: ghcr.io/home-operations/postgres-init:18.4@sha256:ebd9d30add17acdf935d73eb004758c7dfd9388aaa605fda70ad74378ab92aec
+        image: ghcr.io/home-operations/postgres-init:18.6@sha256:b6d3af974df781c673d37e49bdddfa14a6f5be28b18d2cb7713f0449bea4057b
         name: init-db
         volumeMounts:
         - mountPath: /config
           name: config
         - mountPath: /config/log
           name: log
--- HelmRelease: media/seerr Deployment: media/seerr

+++ HelmRelease: media/seerr Deployment: media/seerr

@@ -51,13 +51,13 @@

                 values:
                 - talos-1
       initContainers:
       - envFrom:
         - secretRef:
             name: seerr-secret
-        image: ghcr.io/home-operations/postgres-init:18.4@sha256:ebd9d30add17acdf935d73eb004758c7dfd9388aaa605fda70ad74378ab92aec
+        image: ghcr.io/home-operations/postgres-init:18.6@sha256:b6d3af974df781c673d37e49bdddfa14a6f5be28b18d2cb7713f0449bea4057b
         name: init-db
         volumeMounts:
         - mountPath: /app/config
           name: config
         - mountPath: /tmp
           name: tmp
--- HelmRelease: downloads/radarr Deployment: downloads/radarr

+++ HelmRelease: downloads/radarr Deployment: downloads/radarr

@@ -51,13 +51,13 @@

                 values:
                 - talos-1
       initContainers:
       - envFrom:
         - secretRef:
             name: radarr-secret
-        image: ghcr.io/home-operations/postgres-init:18.4@sha256:ebd9d30add17acdf935d73eb004758c7dfd9388aaa605fda70ad74378ab92aec
+        image: ghcr.io/home-operations/postgres-init:18.6@sha256:b6d3af974df781c673d37e49bdddfa14a6f5be28b18d2cb7713f0449bea4057b
         name: init-db
         volumeMounts:
         - mountPath: /add-ons
           name: add-ons
         - mountPath: /config
           name: config
--- HelmRelease: downloads/readarr Deployment: downloads/readarr

+++ HelmRelease: downloads/readarr Deployment: downloads/readarr

@@ -51,13 +51,13 @@

                 values:
                 - talos-1
       initContainers:
       - envFrom:
         - secretRef:
             name: readarr-secret
-        image: ghcr.io/home-operations/postgres-init:18.4@sha256:ebd9d30add17acdf935d73eb004758c7dfd9388aaa605fda70ad74378ab92aec
+        image: ghcr.io/home-operations/postgres-init:18.6@sha256:b6d3af974df781c673d37e49bdddfa14a6f5be28b18d2cb7713f0449bea4057b
         name: init-db
         volumeMounts:
         - mountPath: /config
           name: config
         - mountPath: /data/downloads
           name: downloads
--- HelmRelease: coder/coder Deployment: coder/coder

+++ HelmRelease: coder/coder Deployment: coder/coder

@@ -150,13 +150,13 @@

             type: RuntimeDefault
         volumeMounts: []
       initContainers:
       - envFrom:
         - secretRef:
             name: coder
-        image: ghcr.io/home-operations/postgres-init:18.4
+        image: ghcr.io/home-operations/postgres-init:18.6
         name: init-db
       restartPolicy: Always
       serviceAccountName: coder
       terminationGracePeriodSeconds: 60
       volumes: []
 
--- HelmRelease: media/immich Deployment: media/immich-server

+++ HelmRelease: media/immich Deployment: media/immich-server

@@ -41,26 +41,26 @@

       hostPID: false
       dnsPolicy: ClusterFirst
       initContainers:
       - envFrom:
         - secretRef:
             name: immich-secret
-        image: ghcr.io/home-operations/postgres-init:18.4
+        image: ghcr.io/home-operations/postgres-init:18.6
         name: init-db
       - command:
         - /bin/sh
         - -c
         - |
           export PGPASSWORD="${INIT_POSTGRES_SUPER_PASS}"
           psql -h "${DB_HOSTNAME}" -U postgres -d "${DB_DATABASE_NAME}" -c 'CREATE EXTENSION IF NOT EXISTS "vector";'
           psql -h "${DB_HOSTNAME}" -U postgres -d "${DB_DATABASE_NAME}" -c 'CREATE EXTENSION IF NOT EXISTS "cube";'
           psql -h "${DB_HOSTNAME}" -U postgres -d "${DB_DATABASE_NAME}" -c 'CREATE EXTENSION IF NOT EXISTS "earthdistance";'
         envFrom:
         - secretRef:
             name: immich-secret
-        image: ghcr.io/home-operations/postgres-init:18.4
+        image: ghcr.io/home-operations/postgres-init:18.6
         name: init-db-extensions
       containers:
       - env:
         - name: DB_VECTOR_EXTENSION
           value: pgvector
         - name: IMMICH_MACHINE_LEARNING_URL
--- HelmRelease: downloads/lidarr Deployment: downloads/lidarr

+++ HelmRelease: downloads/lidarr Deployment: downloads/lidarr

@@ -42,13 +42,13 @@

       hostPID: false
       dnsPolicy: ClusterFirst
       initContainers:
       - envFrom:
         - secretRef:
             name: lidarr-secret
-        image: ghcr.io/home-operations/postgres-init:18.4@sha256:ebd9d30add17acdf935d73eb004758c7dfd9388aaa605fda70ad74378ab92aec
+        image: ghcr.io/home-operations/postgres-init:18.6@sha256:b6d3af974df781c673d37e49bdddfa14a6f5be28b18d2cb7713f0449bea4057b
         name: init-db
         volumeMounts:
         - mountPath: /add-ons
           name: add-ons
         - mountPath: /config
           name: config
--- HelmRelease: security/authentik Deployment: security/authentik-server

+++ HelmRelease: security/authentik Deployment: security/authentik-server

@@ -34,13 +34,13 @@

     spec:
       terminationGracePeriodSeconds: 30
       initContainers:
       - envFrom:
         - secretRef:
             name: authentik-secret
-        image: ghcr.io/home-operations/postgres-init:18.4
+        image: ghcr.io/home-operations/postgres-init:18.6
         name: init-db
       containers:
       - name: server
         image: ghcr.io/goauthentik/server:2026.5.6
         imagePullPolicy: IfNotPresent
         args:
--- HelmRelease: downloads/sonarr Deployment: downloads/sonarr

+++ HelmRelease: downloads/sonarr Deployment: downloads/sonarr

@@ -49,13 +49,13 @@

         topologyKey: kubernetes.io/hostname
         whenUnsatisfiable: ScheduleAnyway
       initContainers:
       - envFrom:
         - secretRef:
             name: sonarr-secret
-        image: ghcr.io/home-operations/postgres-init:18.4@sha256:ebd9d30add17acdf935d73eb004758c7dfd9388aaa605fda70ad74378ab92aec
+        image: ghcr.io/home-operations/postgres-init:18.6@sha256:b6d3af974df781c673d37e49bdddfa14a6f5be28b18d2cb7713f0449bea4057b
         name: init-db
         volumeMounts:
         - mountPath: /add-ons
           name: add-ons
         - mountPath: /config
           name: config
--- HelmRelease: selfhosted/linkwarden Deployment: selfhosted/linkwarden

+++ HelmRelease: selfhosted/linkwarden Deployment: selfhosted/linkwarden

@@ -41,13 +41,13 @@

       hostPID: false
       dnsPolicy: ClusterFirst
       initContainers:
       - envFrom:
         - secretRef:
             name: linkwarden-secret
-        image: ghcr.io/home-operations/postgres-init:18.4
+        image: ghcr.io/home-operations/postgres-init:18.6
         name: init-db
         volumeMounts:
         - mountPath: /home/node/.cache
           name: cache
         - mountPath: /data/data
           name: data
--- HelmRelease: selfhosted/n8n Deployment: selfhosted/n8n

+++ HelmRelease: selfhosted/n8n Deployment: selfhosted/n8n

@@ -41,13 +41,13 @@

       hostPID: false
       dnsPolicy: ClusterFirst
       initContainers:
       - envFrom:
         - secretRef:
             name: n8n-secret
-        image: ghcr.io/home-operations/postgres-init:18.4
+        image: ghcr.io/home-operations/postgres-init:18.6
         name: init-postgres
         volumeMounts:
         - mountPath: /config
           name: config
       containers:
       - env:
--- HelmRelease: selfhosted/paperless-ngx Deployment: selfhosted/paperless-ngx

+++ HelmRelease: selfhosted/paperless-ngx Deployment: selfhosted/paperless-ngx

@@ -41,13 +41,13 @@

       hostPID: false
       dnsPolicy: ClusterFirst
       initContainers:
       - envFrom:
         - secretRef:
             name: paperless-ngx-secret
-        image: ghcr.io/home-operations/postgres-init:18.4
+        image: ghcr.io/home-operations/postgres-init:18.6
         name: init-db
         volumeMounts:
         - mountPath: /usr/src/paperless/consume
           name: consume
         - mountPath: /usr/src/paperless/data
           name: data

@mortyops
mortyops Bot force-pushed the renovate/ghcr.io-home-operations-postgres-init-18.x branch from 9a9d976 to d6e8add Compare August 15, 2026 08:25
… 18.4 ➔ 18.6 )

| datasource | package                               | from | to   |
| ---------- | ------------------------------------- | ---- | ---- |
| docker     | ghcr.io/home-operations/postgres-init | 18.4 | 18.6 |
@mortyops
mortyops Bot force-pushed the renovate/ghcr.io-home-operations-postgres-init-18.x branch from d6e8add to 95a8269 Compare August 15, 2026 12:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants