Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(container): update ghcr.io/onedr0p/postgres-init ( 16.3 → 16.8 ) #7

Merged
merged 1 commit into from
Mar 30, 2025
Merged
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/home/vaultwarden/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ spec:
init-db:
image:
repository: ghcr.io/onedr0p/postgres-init
tag: 16.3
tag: 16.8
pullPolicy: IfNotPresent
envFrom: &envFrom
- secretRef:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/media/immich/app/server/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ spec:
01-init-db:
image:
repository: ghcr.io/onedr0p/postgres-init
tag: 16.3
tag: 16.8

envFrom: &envFrom
- configMapRef:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/media/radarr/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/onedr0p/postgres-init
tag: 16.3
tag: 16.8
envFrom: &envFrom
- secretRef:
name: radarr-secret
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/media/readarr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
init-db:
image:
repository: ghcr.io/onedr0p/postgres-init
tag: 16.3
tag: 16.8
pullPolicy: IfNotPresent
envFrom: &envFrom
- secretRef:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/media/sonarr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ spec:
init-db:
image:
repository: ghcr.io/onedr0p/postgres-init
tag: 16.3
tag: 16.8
pullPolicy: IfNotPresent
envFrom: &envFrom
- secretRef:
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 @@ -78,7 +78,7 @@ spec:
maxReplicas: 2
initContainers:
- name: init-db
image: ghcr.io/onedr0p/postgres-init:16.3@sha256:9c136223fb4e05b0ca24e2350c2dc45843110d0e1d09615c52c9a037628c09fa
image: ghcr.io/onedr0p/postgres-init:16.8@sha256:217c47c886965474f5c234b5a35ed008f53b39ea90a3088b31c0da98e1f9284d
envFrom:
- secretRef:
name: *secret
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/security/lldap/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/onedr0p/postgres-init
tag: 16.3
tag: 16.8
envFrom: &envFrom
- secretRef:
name: lldap-secret
Expand Down