diff --git a/cluster/apps/media/kyoo/app/helmrelease.yaml b/cluster/apps/media/kyoo/app/helmrelease.yaml index 7e546aa1..2346be59 100644 --- a/cluster/apps/media/kyoo/app/helmrelease.yaml +++ b/cluster/apps/media/kyoo/app/helmrelease.yaml @@ -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" diff --git a/cluster/apps/o11y/grafana/app/helmrelease.yaml b/cluster/apps/o11y/grafana/app/helmrelease.yaml index d09e0000..3fd4972b 100644 --- a/cluster/apps/o11y/grafana/app/helmrelease.yaml +++ b/cluster/apps/o11y/grafana/app/helmrelease.yaml @@ -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"