chore(container): update image ghcr.io/onedr0p/postgres-init to 70b4c22 (#124)

Co-authored-by: tinfoild[bot] <140665299+tinfoild[bot]@users.noreply.github.com>
This commit is contained in:
tinfoild[bot]
2023-12-03 19:33:42 +00:00
committed by GitHub
parent a71d2103ac
commit f258a290bf
3 changed files with 3 additions and 3 deletions

View File

@@ -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}

View File

@@ -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:

View File

@@ -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: