Skip to content

feat(container)!: Update image ghcr.io/home-operations/postgres-init ( 17.5 ➔ 18.3 )#669

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

feat(container)!: Update image ghcr.io/home-operations/postgres-init ( 17.5 ➔ 18.3 )#669
mortyops[bot] wants to merge 1 commit intomainfrom
renovate/ghcr.io-home-operations-postgres-init-18.x

Conversation

@mortyops
Copy link
Copy Markdown
Contributor

@mortyops mortyops bot commented Apr 3, 2026

This PR contains the following updates:

Package Update Change
ghcr.io/home-operations/postgres-init (source) major 17.518.3

Configuration

📅 Schedule: (in timezone America/New_York)

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 Renovate Bot.

…( 17.5 ➔ 18.3 )

| datasource | package                               | from | to   |
| ---------- | ------------------------------------- | ---- | ---- |
| docker     | ghcr.io/home-operations/postgres-init | 17.5 | 18.3 |
@mortyops
Copy link
Copy Markdown
Contributor Author

mortyops bot commented Apr 3, 2026

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

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

@@ -150,13 +150,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: '17.5'
+              tag: '18.3'
     defaultPodOptions:
       securityContext:
         fsGroup: 1000
         fsGroupChangePolicy: OnRootMismatch
         runAsGroup: 1000
         runAsUser: 1000

@mortyops
Copy link
Copy Markdown
Contributor Author

mortyops bot commented Apr 3, 2026

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

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

@@ -54,13 +54,13 @@

           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:17.5
+        image: ghcr.io/home-operations/postgres-init:18.3
         name: init-db-extensions
       containers:
       - env:
         - name: DB_VECTOR_EXTENSION
           value: pgvector
         - name: IMMICH_MACHINE_LEARNING_URL

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