Skip to content

Commit

Permalink
feat(container)!: Update image ghcr.io/onedr0p/postgres-init to v16
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 23, 2024
1 parent b946873 commit daa80a2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion kubernetes/apps/home/home-assistant/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
enabled: false
image:
repository: ghcr.io/onedr0p/postgres-init
tag: 14
tag: 16
envFrom: &envFrom
- secretRef:
name: home-assistant-secrets
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/home/home-assistant/app/helmrelease2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
enabled: false
image:
repository: ghcr.io/onedr0p/postgres-init
tag: 14
tag: 16
envFrom: &envFrom
- secretRef:
name: home-assistant-secrets
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/media/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.10
image: ghcr.io/onedr0p/postgres-init:16.6
imagePullPolicy: IfNotPresent
envFrom: &envFrom
- secretRef:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/observability/grafana/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
values:
extraInitContainers:
- name: 01-init-db
image: ghcr.io/onedr0p/postgres-init:14.10
image: ghcr.io/onedr0p/postgres-init:16.6
imagePullPolicy: IfNotPresent
envFrom:
- secretRef:
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 @@ -28,7 +28,7 @@ spec:
values:
initContainers:
01-init-db:
image: ghcr.io/onedr0p/postgres-init:14.10
image: ghcr.io/onedr0p/postgres-init:16.6
imagePullPolicy: IfNotPresent
envFrom: &envFrom
- secretRef:
Expand Down

0 comments on commit daa80a2

Please sign in to comment.