remove jellyfin
This commit is contained in:
parent
54c5e50183
commit
d71e3c112d
|
@ -4,7 +4,7 @@ resources:
|
||||||
- ../../overlays/gitea
|
- ../../overlays/gitea
|
||||||
- ../../overlays/monitoring
|
- ../../overlays/monitoring
|
||||||
- ../../overlays/nextcloud
|
- ../../overlays/nextcloud
|
||||||
- ../../overlays/jellyfin
|
# - ../../overlays/jellyfin
|
||||||
- ../../overlays/deluge
|
- ../../overlays/deluge
|
||||||
- ../../overlays/actual
|
- ../../overlays/actual
|
||||||
- ../../overlays/llm
|
- ../../overlays/llm
|
||||||
|
@ -27,8 +27,8 @@ images:
|
||||||
newTag: 24.04.7.2.1
|
newTag: 24.04.7.2.1
|
||||||
- name: nextcloud/aio-imaginary
|
- name: nextcloud/aio-imaginary
|
||||||
newTag: 20230613_120442-latest-arm64
|
newTag: 20230613_120442-latest-arm64
|
||||||
- name: jellyfin/jellyfin
|
# - name: jellyfin/jellyfin
|
||||||
newTag: 10.9.7
|
# newTag: 10.9.7
|
||||||
- name: lscr.io/linuxserver/deluge
|
- name: lscr.io/linuxserver/deluge
|
||||||
newTag: latest
|
newTag: latest
|
||||||
- name: postgres
|
- name: postgres
|
||||||
|
@ -64,11 +64,11 @@ patches:
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
name: nextcloud-server
|
name: nextcloud-server
|
||||||
path: patches/nextcloud-deployment-patch.yaml
|
path: patches/nextcloud-deployment-patch.yaml
|
||||||
- target:
|
# - target:
|
||||||
version: v1
|
# version: v1
|
||||||
kind: Deployment
|
# kind: Deployment
|
||||||
name: jellyfin-server
|
# name: jellyfin-server
|
||||||
path: patches/jellyfin-deployment-patch.yaml
|
# path: patches/jellyfin-deployment-patch.yaml
|
||||||
- target:
|
- target:
|
||||||
version: v1
|
version: v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
|
|
Loading…
Reference in New Issue