diff --git a/kube/deploy/apps/joplin/app/hr.yaml b/kube/deploy/apps/joplin/app/hr.yaml index ed6c00e8..25af24f5 100644 --- a/kube/deploy/apps/joplin/app/hr.yaml +++ b/kube/deploy/apps/joplin/app/hr.yaml @@ -106,7 +106,7 @@ spec: memory: 6000Mi initContainers: 01-init-db: - image: ghcr.io/onedr0p/postgres-init:15.5@sha256:18560dc4098004b6486a81c92d575a7f9d636c5ede997c515f15b52e130bd827 + image: ghcr.io/onedr0p/postgres-init:15.5@sha256:70b4c228f2e86de39008a35211c76c1ac6de1dcdf0e908ac09ede6a11e2344e2 imagePullPolicy: IfNotPresent envFrom: - secretRef: {name: joplin-pg-superuser} diff --git a/kube/deploy/apps/psono/app/hr.yaml b/kube/deploy/apps/psono/app/hr.yaml index 1a4ba47b..81e64eac 100644 --- a/kube/deploy/apps/psono/app/hr.yaml +++ b/kube/deploy/apps/psono/app/hr.yaml @@ -123,7 +123,7 @@ spec: memory: 6000Mi initContainers: 01-init-db: - image: ghcr.io/onedr0p/postgres-init:15.5@sha256:18560dc4098004b6486a81c92d575a7f9d636c5ede997c515f15b52e130bd827 + image: ghcr.io/onedr0p/postgres-init:15.5@sha256:70b4c228f2e86de39008a35211c76c1ac6de1dcdf0e908ac09ede6a11e2344e2 imagePullPolicy: IfNotPresent envFrom: [secretRef: {name: psono-pg-superuser}] 02-un-root: diff --git a/kube/templates/test/app/hr.yaml b/kube/templates/test/app/hr.yaml index 97b76789..55de0f74 100644 --- a/kube/templates/test/app/hr.yaml +++ b/kube/templates/test/app/hr.yaml @@ -85,7 +85,7 @@ spec: 01-init-db: image: repository: "ghcr.io/onedr0p/postgres-init" - tag: "15.5@sha256:18560dc4098004b6486a81c92d575a7f9d636c5ede997c515f15b52e130bd827" + tag: "15.5@sha256:70b4c228f2e86de39008a35211c76c1ac6de1dcdf0e908ac09ede6a11e2344e2" imagePullPolicy: IfNotPresent envFrom: [secretRef: {name: "${APPNAME}-pg-superuser"}] service: