Skip to content

Commit

Permalink
feat: update docker image ghcr.io/onedr0p/postgres-init to 16.4
Browse files Browse the repository at this point in the history
| datasource | package                       | from | to   |
| ---------- | ----------------------------- | ---- | ---- |
| docker     | ghcr.io/onedr0p/postgres-init | 16.3 | 16.4 |
  • Loading branch information
tvories-tbot[bot] authored Oct 31, 2024
1 parent e7eb39d commit 7567780
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
init-db:
image:
repository: ghcr.io/onedr0p/postgres-init
tag: 16.3
tag: 16.4
envFrom: &envFrom
- secretRef:
name: prowlarr-secret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
init-db:
image:
repository: ghcr.io/onedr0p/postgres-init
tag: 16.3
tag: 16.4
envFrom: &envFrom
- secretRef:
name: radarr-secret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ spec:
init-db:
image:
repository: ghcr.io/onedr0p/postgres-init
tag: 16.3
tag: 16.4
envFrom: &envFrom
- secretRef:
name: sonarr-secret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
replicas: 1
initContainers:
- name: init-db
image: ghcr.io/onedr0p/postgres-init:16.3
image: ghcr.io/onedr0p/postgres-init:16.4
envFrom:
- secretRef:
name: *secret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
init-db:
image:
repository: ghcr.io/onedr0p/postgres-init
tag: 16.3
tag: 16.4
envFrom: &envFrom
- secretRef:
name: atuin-secret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ spec:
nextcloud:
extraInitContainers:
- name: init-db
image: ghcr.io/onedr0p/postgres-init:16.3
image: ghcr.io/onedr0p/postgres-init:16.4
envFrom:
- secretRef:
name: *secret
Expand Down
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@sha256:9c136223fb4e05b0ca24e2350c2dc45843110d0e1d09615c52c9a037628c09fa
tag: 16.4@sha256:e41c745b54485341e00efbd27556f0717623a119f0d5107e5ff831aa1322c76f
pullPolicy: IfNotPresent
envFrom: &envFrom
- secretRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
init-db:
image:
repository: ghcr.io/onedr0p/postgres-init
tag: 16.3
tag: 16.4
envFrom: &envFrom
- secretRef:
name: tandoor-secret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
init-db:
image:
repository: ghcr.io/onedr0p/postgres-init
tag: 16.3
tag: 16.4
envFrom: &envFrom
- secretRef:
name: &secret vaultwarden-secret
Expand Down

0 comments on commit 7567780

Please sign in to comment.