Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
hobroker committed Oct 18, 2023
1 parent 4aad054 commit 90c37e2
Show file tree
Hide file tree
Showing 14 changed files with 78 additions and 19 deletions.
2 changes: 1 addition & 1 deletion helm/bazarr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 1

image:
repository: linuxserver/bazarr
tag: 1.1.0
tag: 1.1.4

services:
- type: LoadBalancer
Expand Down
8 changes: 7 additions & 1 deletion helm/cloudflared.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 1

image:
repository: cloudflare/cloudflared
tag: 2022.3.0
tag: 2023.7.1

args:
- tunnel
Expand Down Expand Up @@ -51,4 +51,10 @@ configmaps:
service: http://code-server:8433
- hostname: tgmedia.hobroker.me
service: http://tgmedia-api:3002
- hostname: bazarr.hobroker.me
service: http://bazarr:6767
- hostname: biomarkers.hobroker.me
service: http://biomarkers:3005
- hostname: dashboard.hobroker.me
service: http://kubernetes-dashboard:9091
- service: http_status:404
12 changes: 11 additions & 1 deletion helm/code-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 1

image:
repository: linuxserver/code-server
tag: 4.5.1
tag: 4.14.1

services:
- type: LoadBalancer
Expand All @@ -19,6 +19,12 @@ volumes:
- name: compose-mount
hostPath:
path: "/home/kira/compose"
- name: downloads-mount
hostPath:
path: "/storage/downloads"
- name: ww-mount
hostPath:
path: "/storage/ww"

volumeMounts:
- name: code-server-config
Expand All @@ -27,6 +33,10 @@ volumeMounts:
mountPath: "/appdata"
- name: compose-mount
mountPath: "/compose"
- name: downloads-mount
mountPath: "/downloads"
- name: ww-mount
mountPath: "/ww"

ingressRoutes:
websecure:
Expand Down
2 changes: 1 addition & 1 deletion helm/grafana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 1

image:
repository: grafana/grafana
tag: 9.0.7
tag: 10.0.2

services:
- type: LoadBalancer
Expand Down
4 changes: 3 additions & 1 deletion helm/home-assistant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 1

image:
repository: ghcr.io/home-assistant/home-assistant
tag: 2022.11
tag: 2023.7.2

services:
- type: LoadBalancer
Expand Down Expand Up @@ -35,6 +35,8 @@ configmaps:
home-assistant-configuration:
configuration.yaml: |-
default_config:
lovelace:
mode: yaml
prometheus:
namespace: hass
tts:
Expand Down
2 changes: 1 addition & 1 deletion helm/jackett.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 1

image:
repository: linuxserver/jackett
tag: 0.20.1685
tag: 0.21.484

services:
- type: LoadBalancer
Expand Down
41 changes: 41 additions & 0 deletions helm/jellyfin.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
replicaCount: 1

image:
repository: linuxserver/jellyfin
tag: 10.8.10

services:
- type: LoadBalancer
ports:
- port: 8096
- type: NodePort
suffix: -discovery
ports:
- protocol: UDP
port: 7359
- protocol: UDP
port: 1900

volumes:
- name: jellyfin-config
hostPath:
path: "/appdata/k3s/jellyfin"
- name: jellyfin-storage
hostPath:
path: "/storage"
- name: jellyfin-storage2
hostPath:
path: "/mnt/onetb"

volumeMounts:
- name: jellyfin-config
mountPath: "/config"
- name: jellyfin-storage
mountPath: "/storage"
- name: jellyfin-storage2
mountPath: "/storage2"

ingressRoutes:
websecure:
match: Host(`jellyfin.hobroker.me`)
port: 8096
2 changes: 1 addition & 1 deletion helm/plex.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 1

image:
repository: linuxserver/plex
tag: 1.29.2
tag: 1.32.4

services:
- type: LoadBalancer
Expand Down
2 changes: 1 addition & 1 deletion helm/qbittorrent.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 1

image:
repository: linuxserver/qbittorrent
tag: 4.4.3
tag: 4.5.4

services:
- type: LoadBalancer
Expand Down
2 changes: 1 addition & 1 deletion helm/radarr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 1

image:
repository: linuxserver/radarr
tag: version-4.2.4.6635
tag: 4.6.4

services:
- type: LoadBalancer
Expand Down
14 changes: 7 additions & 7 deletions helm/rclone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ services:
- port: 5572

command:
- rclone

args:
- --rc-web-gui
- --rc-addr :5572
- --rc-user admin
- --rc-pass password
- "rclone rcd"
#
#args:
# - --rc-web-gui
# - --rc-addr :5572
# - --rc-user admin
# - --rc-pass password

volumes:
- name: rclone-config
Expand Down
2 changes: 1 addition & 1 deletion helm/sonarr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 1

image:
repository: linuxserver/sonarr
tag: 3.0.8
tag: version-3.0.10.1567

services:
- type: LoadBalancer
Expand Down
2 changes: 1 addition & 1 deletion helm/syncthing.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 1

image:
repository: linuxserver/syncthing
tag: 1.20.4
tag: 1.23.6

services:
- type: LoadBalancer
Expand Down
2 changes: 1 addition & 1 deletion helm/tautulli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ replicaCount: 1

image:
repository: tautulli/tautulli
tag: v2.10.3
tag: v2.12.5

services:
- type: LoadBalancer
Expand Down

0 comments on commit 90c37e2

Please sign in to comment.