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:18 docker digest to 6fa1f33 (#257)

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

+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: 18@sha256:ae89578925b480f5972f237dda2f7a37efe36aff500d3e7bd1d3a6a3181e4191 53 + tag: 18@sha256:6fa1f331cddd2eb0b6afa7b8d3685c864127a81ab01c3d9400bc3ff5263a51cf 54 54 envFrom: 55 55 - secretRef: 56 56 name: immich-init-db-secrets
+1 -1
kubernetes/apps/office/nextcloud/nextcloud/helmrelease.yaml
··· 88 88 mountPath: "/usr/local/etc/php/conf.d" 89 89 securityContext: *securityContext 90 90 - name: init-postgres 91 - image: ghcr.io/home-operations/postgres-init:18@sha256:ae89578925b480f5972f237dda2f7a37efe36aff500d3e7bd1d3a6a3181e4191 91 + image: ghcr.io/home-operations/postgres-init:18@sha256:6fa1f331cddd2eb0b6afa7b8d3685c864127a81ab01c3d9400bc3ff5263a51cf 92 92 envFrom: 93 93 - secretRef: 94 94 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:18@sha256:ae89578925b480f5972f237dda2f7a37efe36aff500d3e7bd1d3a6a3181e4191", 51 + image: "ghcr.io/home-operations/postgres-init:18@sha256:6fa1f331cddd2eb0b6afa7b8d3685c864127a81ab01c3d9400bc3ff5263a51cf", 52 52 envFrom: [ 53 53 Object.spec.template.spec.initContainers.envFrom { 54 54 secretRef: Object.spec.template.spec.initContainers.envFrom.secretRef {