Skip to content
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/ai/litellm/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 18.1@sha256:3c54d39f19fdb82ed5b3f286450e4071133cc6025bd0e25856bc2c522f8fc030
tag: 18.3@sha256:6fa1f331cddd2eb0b6afa7b8d3685c864127a81ab01c3d9400bc3ff5263a51cf
envFrom:
- secretRef:
name: litellm-secret
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/ai/open-webui/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 18.1@sha256:3c54d39f19fdb82ed5b3f286450e4071133cc6025bd0e25856bc2c522f8fc030
tag: 18.3@sha256:6fa1f331cddd2eb0b6afa7b8d3685c864127a81ab01c3d9400bc3ff5263a51cf
envFrom:
- secretRef:
name: *app
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/coder/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
initContainers:
- name: init-db
# renovate: datasource=docker depName=ghcr.io/home-operations/postgres-init
image: ghcr.io/home-operations/postgres-init:18.1
image: ghcr.io/home-operations/postgres-init:18.3
envFrom:
- secretRef:
name: *app
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/downloads/autobrr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 18.1@sha256:3c54d39f19fdb82ed5b3f286450e4071133cc6025bd0e25856bc2c522f8fc030
tag: 18.3@sha256:6fa1f331cddd2eb0b6afa7b8d3685c864127a81ab01c3d9400bc3ff5263a51cf
envFrom: &envFrom
- secretRef:
name: autobrr-secret
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/downloads/lidarr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 18.1@sha256:3c54d39f19fdb82ed5b3f286450e4071133cc6025bd0e25856bc2c522f8fc030
tag: 18.3@sha256:6fa1f331cddd2eb0b6afa7b8d3685c864127a81ab01c3d9400bc3ff5263a51cf
envFrom: &envFrom
- secretRef:
name: lidarr-secret
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/downloads/prowlarr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 18.1@sha256:3c54d39f19fdb82ed5b3f286450e4071133cc6025bd0e25856bc2c522f8fc030
tag: 18.3@sha256:6fa1f331cddd2eb0b6afa7b8d3685c864127a81ab01c3d9400bc3ff5263a51cf
envFrom: &envFrom
- secretRef:
name: prowlarr-secret
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/downloads/radarr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 18.1@sha256:3c54d39f19fdb82ed5b3f286450e4071133cc6025bd0e25856bc2c522f8fc030
tag: 18.3@sha256:6fa1f331cddd2eb0b6afa7b8d3685c864127a81ab01c3d9400bc3ff5263a51cf
envFrom: &envFrom
- secretRef:
name: radarr-secret
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/downloads/readarr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 18.1@sha256:3c54d39f19fdb82ed5b3f286450e4071133cc6025bd0e25856bc2c522f8fc030
tag: 18.3@sha256:6fa1f331cddd2eb0b6afa7b8d3685c864127a81ab01c3d9400bc3ff5263a51cf
envFrom:
- secretRef:
name: *secret
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/downloads/sonarr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 18.1@sha256:3c54d39f19fdb82ed5b3f286450e4071133cc6025bd0e25856bc2c522f8fc030
tag: 18.3@sha256:6fa1f331cddd2eb0b6afa7b8d3685c864127a81ab01c3d9400bc3ff5263a51cf
envFrom: &envFrom
- secretRef:
name: sonarr-secret
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/security/authentik/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ spec:
initContainers:
- name: init-db
# renovate: datasource=docker depName=ghcr.io/home-operations/postgres-init
image: ghcr.io/home-operations/postgres-init:18.1
image: ghcr.io/home-operations/postgres-init:18.3
envFrom:
- secretRef:
name: *secret
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/selfhosted/n8n/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
init-postgres:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 18.1
tag: 18.3
envFrom: &envFrom
- secretRef:
name: n8n-secret
Expand Down