Skip to content

Commit

Permalink
Merge pull request #1526 from cbirkenbeul/renovate/ghcr.io-onedr0p-po…
Browse files Browse the repository at this point in the history
…stgres-init-16.x

feat(container): update ghcr.io/onedr0p/postgres-init ( 16.4 → 16.5 )
  • Loading branch information
cbirkenbeul authored Nov 23, 2024
2 parents f23108a + 53c401c commit 1b646a5
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion k3s-cluster/apps/default/ghostfolio/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
01-init-db:
image:
repository: ghcr.io/onedr0p/postgres-init
tag: "16.4"
tag: "16.5"
envFrom:
- secretRef:
name: ghostfolio-dbinit-secret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ spec:
01-init-db:
image:
repository: ghcr.io/onedr0p/postgres-init
tag: 16.4
tag: 16.5
pullPolicy: IfNotPresent
envFrom:
- secretRef:
Expand Down
2 changes: 1 addition & 1 deletion k3s-cluster/apps/default/mastodon/app/helmrelease.yaml
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.4"
tag: "16.5"
pullPolicy: IfNotPresent
envFrom:
- secretRef:
Expand Down
2 changes: 1 addition & 1 deletion k3s-cluster/apps/default/nextcloud/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
nextcloud:
extraInitContainers:
- name: init-db
image: ghcr.io/onedr0p/postgres-init:16.4
image: ghcr.io/onedr0p/postgres-init:16.5
envFrom:
- secretRef:
name: nextcloud-secret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
01-init-db:
image:
repository: ghcr.io/onedr0p/postgres-init
tag: "16.4"
tag: "16.5"
envFrom:
- secretRef:
name: paperless-ngx-dbinit-secret
Expand Down
2 changes: 1 addition & 1 deletion k3s-cluster/apps/default/postiz/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
01-init-db:
image:
repository: ghcr.io/onedr0p/postgres-init
tag: "16.4"
tag: "16.5"
envFrom:
- secretRef:
name: postiz-dbinit-secret
Expand Down
2 changes: 1 addition & 1 deletion k3s-cluster/apps/default/teslamate/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
01-init-db:
image:
repository: ghcr.io/onedr0p/postgres-init
tag: "16.4"
tag: "16.5"
envFrom:
- secretRef:
name: teslamate-dbinit-secret
Expand Down

0 comments on commit 1b646a5

Please sign in to comment.