Skip to content
Open
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/ai/open-webui/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 17.6.0
tag: 18.1.0
pullPolicy: IfNotPresent
envFrom:
- secretRef:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/dev/atuin/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 17.6.0
tag: 18.1.0
envFrom: &envFrom
- secretRef:
name: atuin-secret
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/gaming/romm/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 17.6.0
tag: 18.1.0
pullPolicy: IfNotPresent
envFrom:
- secretRef:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/home/guacamole/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ spec:
02-init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 17.6.0
tag: 18.1.0
pullPolicy: IfNotPresent
envFrom: *envFrom
command:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/media/jellystat/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ spec:
init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 17.6.0
tag: 18.1.0
pullPolicy: IfNotPresent
envFrom:
- secretRef:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/media/lidarr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 17.6.0
tag: 18.1.0
pullPolicy: IfNotPresent
envFrom:
- secretRef:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/media/piped/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 17.6.0
tag: 18.1.0
pullPolicy: IfNotPresent
envFrom:
- secretRef:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/media/prowlarr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ spec:
init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 17.6.0
tag: 18.1.0
envFrom: &envFrom
- secretRef:
name: prowlarr-secret
Expand Down
4 changes: 2 additions & 2 deletions kubernetes/apps/media/radarr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 17.6.0
tag: 18.1.0
pullPolicy: IfNotPresent
envFrom:
- secretRef:
Expand Down Expand Up @@ -82,7 +82,7 @@ spec:
init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 17.6.0
tag: 18.1.0
pullPolicy: IfNotPresent
envFrom:
- secretRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 17.6.0
tag: 18.1.0
pullPolicy: IfNotPresent
envFrom:
- secretRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 17.6.0
tag: 18.1.0
pullPolicy: IfNotPresent
envFrom:
- secretRef:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/media/sonarr/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 17.6.0
tag: 18.1.0
pullPolicy: IfNotPresent
envFrom:
- secretRef:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/monitoring/gatus/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 17.6.0
tag: 18.1.0
envFrom: &envFrom
- secretRef:
name: gatus-secret
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/security/authelia/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 17.6.0
tag: 18.1.0
envFrom: &envFrom
- secretRef:
name: authelia-secret
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/security/lldap/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 17.6.0
tag: 18.1.0
envFrom: &envFrom
- secretRef:
name: lldap-secret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ spec:
init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 17.6.0
tag: 18.1.0
pullPolicy: IfNotPresent
envFrom:
- secretRef:
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/selfhosted/linkding/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 17.6.0
tag: 18.1.0
envFrom: &envFrom
- secretRef:
name: linkding-secret
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/selfhosted/mealie/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 17.6.0
tag: 18.1.0
pullPolicy: IfNotPresent
envFrom: &envFrom
- secretRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 17.6.0
tag: 18.1.0
envFrom:
- secretRef:
name: nostr-relay-secret
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ spec:
init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 17.6.0
tag: 18.1.0
envFrom: &envFrom
- secretRef:
name: paperless-secret
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/apps/selfhosted/shlink/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
init-db:
image:
repository: ghcr.io/home-operations/postgres-init
tag: 17.6.0
tag: 18.1.0
envFrom: &envFrom
- secretRef:
name: shlink-secret
Expand Down
Loading