Skip to content

Commit

Permalink
feat(container): update image ghcr.io/onedr0p/postgres-init to v14.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 16, 2023
1 parent d78f788 commit 878aa3f
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion kubernetes/apps/default/authelia/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
values:
initContainers:
01-init-db:
image: ghcr.io/onedr0p/postgres-init:14.8
image: ghcr.io/onedr0p/postgres-init:14.10
imagePullPolicy: IfNotPresent
envFrom: &envFrom
- secretRef:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/default/autobrr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
values:
initContainers:
01-init-db:
image: ghcr.io/onedr0p/postgres-init:14.8
image: ghcr.io/onedr0p/postgres-init:14.10
imagePullPolicy: IfNotPresent
envFrom: &envFrom
- secretRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
values:
initContainers:
01-init-db:
image: ghcr.io/onedr0p/postgres-init:14.9
image: ghcr.io/onedr0p/postgres-init:14.10
imagePullPolicy: IfNotPresent
envFrom: &envFrom
- secretRef:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/default/lldap/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
values:
initContainers:
01-init-db:
image: ghcr.io/onedr0p/postgres-init:14.8
image: ghcr.io/onedr0p/postgres-init:14.10
imagePullPolicy: IfNotPresent
envFrom: &envFrom
- secretRef:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/default/miniflux/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
values:
initContainers:
01-init-db:
image: ghcr.io/onedr0p/postgres-init:14.8
image: ghcr.io/onedr0p/postgres-init:14.10
imagePullPolicy: IfNotPresent
envFrom: &envFrom
- secretRef:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/default/prowlarr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
values:
initContainers:
01-init-db:
image: ghcr.io/onedr0p/postgres-init:14.8
image: ghcr.io/onedr0p/postgres-init:14.10
imagePullPolicy: IfNotPresent
envFrom: &envFrom
- secretRef:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/default/radarr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
values:
initContainers:
01-init-db:
image: ghcr.io/onedr0p/postgres-init:14.8
image: ghcr.io/onedr0p/postgres-init:14.10
imagePullPolicy: IfNotPresent
envFrom: &envFrom
- secretRef:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/default/shlink/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
values:
initContainers:
01-init-db:
image: ghcr.io/onedr0p/postgres-init:14.9
image: ghcr.io/onedr0p/postgres-init:14.10
imagePullPolicy: IfNotPresent
envFrom: &envFrom
- secretRef:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/default/sonarr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
values:
initContainers:
01-init-db:
image: ghcr.io/onedr0p/postgres-init:14.8
image: ghcr.io/onedr0p/postgres-init:14.10
imagePullPolicy: IfNotPresent
envFrom: &envFrom
- secretRef:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/monitoring/gatus/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
values:
initContainers:
01-init-db:
image: ghcr.io/onedr0p/postgres-init:14.9
image: ghcr.io/onedr0p/postgres-init:14.10
imagePullPolicy: IfNotPresent
envFrom: &envFrom
- secretRef:
Expand Down

0 comments on commit 878aa3f

Please sign in to comment.