Skip to content

Commit

Permalink
Merge pull request #472 from fenio/renovate/ghcr.io-onedr0p-postgres-…
Browse files Browse the repository at this point in the history
…init-16.x

Update image ghcr.io/onedr0p/postgres-init to v16.4
  • Loading branch information
fenio authored Nov 1, 2024
2 parents 85c8a23 + 4b2bc29 commit ebf1a68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cluster/apps/media/kyoo/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ spec:
00-init-db:
image:
repository: ghcr.io/onedr0p/postgres-init
tag: 16.3
tag: 16.4
env:
- name: INIT_POSTGRES_HOST
value: &dbHost "postgres-rw.db.svc.cluster.local"
Expand Down
2 changes: 1 addition & 1 deletion cluster/apps/o11y/grafana/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ spec:
secret.reloader.stakater.com/reload: &secret grafana-secret
extraInitContainers:
- name: init-db
image: ghcr.io/onedr0p/postgres-init:16.3
image: ghcr.io/onedr0p/postgres-init:16.4
env:
- name: INIT_POSTGRES_HOST
value: &dbHost "postgres-rw.db.svc.cluster.local"
Expand Down

0 comments on commit ebf1a68

Please sign in to comment.