Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kubernetes/apps/heremag/formbricks/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ controllers:
init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 18.2
tag: 18.3
pullPolicy: IfNotPresent
envFrom: &envFrom
- secretRef:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/lubelog/lubelog/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ controllers:
init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 18.2
tag: 18.3
pullPolicy: IfNotPresent
envFrom: &envFrom
- secretRef:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/lychee/lychee/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ controllers:
init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 18.2
tag: 18.3
pullPolicy: IfNotPresent
envFrom: &envFrom
- secretRef:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/mealie/mealie/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ controllers:
init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 18.2
tag: 18.3
pullPolicy: IfNotPresent
envFrom: &envFrom
- secretRef:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/n8n/n8n/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ controllers:
init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 18.2@sha256:ae89578925b480f5972f237dda2f7a37efe36aff500d3e7bd1d3a6a3181e4191
tag: 18.3@sha256:6fa1f331cddd2eb0b6afa7b8d3685c864127a81ab01c3d9400bc3ff5263a51cf
envFrom: &envFrom
- secretRef:
name: n8n-secret
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/observability/grafana/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ annotations:
secret.reloader.stakater.com/reload: grafana-secret
extraInitContainers:
- name: init-db
image: ghcr.io/home-operations/postgres-init:18.2
image: ghcr.io/home-operations/postgres-init:18.3
envFrom:
- secretRef:
name: grafana-secret
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/pcab/pcab/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ controllers:
init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 18.2
tag: 18.3
envFrom: &envFrom
- secretRef:
name: pcab-secret
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/romm/romm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ controllers:
postgres-init:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 18.2
tag: 18.3
envFrom: &envFrom
- secretRef:
name: romm-secret
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/security/authelia/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ controllers:
init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 18.2
tag: 18.3
pullPolicy: IfNotPresent
envFrom:
- secretRef:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/security/lldap/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ controllers:
init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 18.2
tag: 18.3
pullPolicy: IfNotPresent
envFrom:
- secretRef:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/semaphore/semaphore/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ controllers:
init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 18.2
tag: 18.3
pullPolicy: IfNotPresent
envFrom: &envFrom
- secretRef:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/shlink/shlink/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ controllers:
init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 18.2
tag: 18.3
pullPolicy: IfNotPresent
envFrom: &envFrom
- secretRef:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/umami/umami/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ controllers:
init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 18.2
tag: 18.3
pullPolicy: IfNotPresent
envFrom: &envFrom
- secretRef:
Expand Down