Skip to content
This repository was archived by the owner on Nov 27, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kubernetes/apps/default/adventurelog/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 17
tag: 18
envFrom: &envFrom
- secretRef:
name: adventurelog-secret
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/default/immich/app/server/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
01-init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 17.6
tag: 18.1
pullPolicy: IfNotPresent
envFrom:
- secretRef:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/default/mealie/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 17
tag: 18
envFrom: &envFrom
- secretRef:
name: mealie-secret
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/default/nextcloud/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
nextcloud:
extraInitContainers:
- name: init-db
image: ghcr.io/home-operations/postgres-init:17.6
image: ghcr.io/home-operations/postgres-init:18.1
envFrom:
- secretRef:
name: nextcloud-secret
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/default/paperless-ngx/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
01-init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: "17.6"
tag: "18.1"
envFrom:
- secretRef:
name: paperless-ngx-dbinit-secret
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/observability/gatus/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 17@sha256:86a1992d46273c58fd4ad95b626081dfaabfe16bd56944675169e406d1a660dd
tag: 18@sha256:866f15038ed5185a2b8118821f470bb7ca0df8c4231b8e277446e681ebb1ed84
pullPolicy: IfNotPresent
envFrom: &envFrom
- secretRef:
Expand Down