Files
auricom-home-cluster/kubernetes/cluster-0/apps/web-tools/sharry/patches/postgres.yaml
feisar-bot 975383dfd5 ⬆️ Update image ghcr.io/onedr0p/postgres-initdb to 14.6
| datasource | package                         | from | to   |
| ---------- | ------------------------------- | ---- | ---- |
| docker     | ghcr.io/onedr0p/postgres-initdb | 14.5 | 14.6 |
| docker     | ghcr.io/onedr0p/postgres-initdb | 14.5 | 14.6 |
| docker     | ghcr.io/onedr0p/postgres-initdb | 14.5 | 14.6 |
| docker     | ghcr.io/onedr0p/postgres-initdb | 14.5 | 14.6 |
| docker     | ghcr.io/onedr0p/postgres-initdb | 14.5 | 14.6 |
| docker     | ghcr.io/onedr0p/postgres-initdb | 14.5 | 14.6 |
| docker     | ghcr.io/onedr0p/postgres-initdb | 14.5 | 14.6 |
| docker     | ghcr.io/onedr0p/postgres-initdb | 14.5 | 14.6 |
| docker     | ghcr.io/onedr0p/postgres-initdb | 14.5 | 14.6 |
| docker     | ghcr.io/onedr0p/postgres-initdb | 14.5 | 14.6 |
| docker     | ghcr.io/onedr0p/postgres-initdb | 14.5 | 14.6 |
| docker     | ghcr.io/onedr0p/postgres-initdb | 14.5 | 14.6 |
| docker     | ghcr.io/onedr0p/postgres-initdb | 14.5 | 14.6 |
| docker     | ghcr.io/onedr0p/postgres-initdb | 14.5 | 14.6 |
| docker     | ghcr.io/onedr0p/postgres-initdb | 14.5 | 14.6 |
| docker     | ghcr.io/onedr0p/postgres-initdb | 14.5 | 14.6 |
| docker     | ghcr.io/onedr0p/postgres-initdb | 14.5 | 14.6 |
| docker     | ghcr.io/onedr0p/postgres-initdb | 14.5 | 14.6 |
| docker     | ghcr.io/onedr0p/postgres-initdb | 14.5 | 14.6 |
| docker     | ghcr.io/onedr0p/postgres-initdb | 14.5 | 14.6 |
| docker     | ghcr.io/onedr0p/postgres-initdb | 14.5 | 14.6 |
| docker     | ghcr.io/onedr0p/postgres-initdb | 14.5 | 14.6 |
| docker     | ghcr.io/onedr0p/postgres-initdb | 14.5 | 14.6 |
| docker     | ghcr.io/onedr0p/postgres-initdb | 14.5 | 14.6 |
| docker     | ghcr.io/onedr0p/postgres-initdb | 14.5 | 14.6 |
| docker     | ghcr.io/onedr0p/postgres-initdb | 14.5 | 14.6 |
2022-11-26 12:12:42 +00:00

26 lines
693 B
YAML

---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: sharry
namespace: default
spec:
values:
initContainers:
init-db:
image: ghcr.io/onedr0p/postgres-initdb:14.6
env:
- name: POSTGRES_HOST
value: postgres-rw.default.svc.cluster.local.
- name: POSTGRES_DB
value: sharry
- name: POSTGRES_SUPER_PASS
valueFrom:
secretKeyRef:
name: postgres-superuser
key: password
- name: POSTGRES_USER
value: ${SECRET_SHARRY_DB_USERNAME}
- name: POSTGRES_PASS
value: ${SECRET_SHARRY_DB_PASSWORD}