Skip to content

Commit

Permalink
feat(container): update image ghcr.io/onedr0p/postgres-init to v16.4
Browse files Browse the repository at this point in the history
  • Loading branch information
spicerabot[bot] authored Oct 31, 2024
1 parent f889023 commit 8cfd434
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 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
pullPolicy: IfNotPresent
envFrom:
- secretRef:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/media/readarr/app/ebooks/helmrelease.yaml
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
pullPolicy: IfNotPresent
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 @@ -26,7 +26,7 @@ spec:
init-db:
image:
repository: ghcr.io/onedr0p/postgres-init
tag: 16.3
tag: 16.4
envFrom: &envFrom
- secretRef:
name: gatus-secret
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/monitoring/grafana/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
values:
extraInitContainers:
- name: init-db
image: ghcr.io/onedr0p/postgres-init:16.3
image: ghcr.io/onedr0p/postgres-init:16.4
imagePullPolicy: IfNotPresent
envFrom:
- secretRef:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/selfhosted/ghostfolio/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/onedr0p/postgres-init
tag: 16.3
tag: 16.4
envFrom: &envFrom
- secretRef:
name: ghostfolio-secret
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/selfhosted/linkding/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/onedr0p/postgres-init
tag: 16.3
tag: 16.4
envFrom: &envFrom
- secretRef:
name: linkding-secret
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/selfhosted/mealie/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
init-db:
image:
repository: ghcr.io/onedr0p/postgres-init
tag: 16.3
tag: 16.4
pullPolicy: IfNotPresent
envFrom: &envFrom
- secretRef:
Expand Down

0 comments on commit 8cfd434

Please sign in to comment.