A lowly tech priest's attempt to please Mars
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore(deps): update ghcr.io/home-operations/postgres-init docker tag to v18 (#16)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Reviewed-on: https://codeberg.org/bgotink/macharian/pulls/16

+3 -3
+1 -1
kubernetes/apps/office/immich/helmrelease.yaml
··· 50 50 init-db: 51 51 image: 52 52 repository: ghcr.io/home-operations/postgres-init 53 - tag: 17@sha256:86a1992d46273c58fd4ad95b626081dfaabfe16bd56944675169e406d1a660dd 53 + tag: 18@sha256:866f15038ed5185a2b8118821f470bb7ca0df8c4231b8e277446e681ebb1ed84 54 54 envFrom: 55 55 - secretRef: 56 56 name: immich-init-db-secrets
+1 -1
kubernetes/apps/office/nextcloud/nextcloud/helmrelease.yaml
··· 73 73 74 74 extraInitContainers: 75 75 - name: init-postgres 76 - image: ghcr.io/home-operations/postgres-init:17@sha256:86a1992d46273c58fd4ad95b626081dfaabfe16bd56944675169e406d1a660dd 76 + image: ghcr.io/home-operations/postgres-init:18@sha256:866f15038ed5185a2b8118821f470bb7ca0df8c4231b8e277446e681ebb1ed84 77 77 envFrom: 78 78 - secretRef: 79 79 name: nextcloud-init-postgres-secrets
+1 -1
kubernetes/system/policies/policies/add-db-initcontainer.yaml
··· 48 48 expression: | 49 49 Object.spec.template.spec.initContainers { 50 50 name: "init-db", 51 - image: "ghcr.io/home-operations/postgres-init:17@sha256:86a1992d46273c58fd4ad95b626081dfaabfe16bd56944675169e406d1a660dd", 51 + image: "ghcr.io/home-operations/postgres-init:18@sha256:866f15038ed5185a2b8118821f470bb7ca0df8c4231b8e277446e681ebb1ed84", 52 52 envFrom: [ 53 53 Object.spec.template.spec.initContainers.envFrom { 54 54 secretRef: Object.spec.template.spec.initContainers.envFrom.secretRef {