Skip to content

Commit

Permalink
Fix emby copy paste mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
Wattos committed Jun 1, 2023
1 parent 05c81b4 commit b3d8645
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/emby/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: emby
version: "1.0.0"
version: "1.0.1"
kubeVersion: ">=1.23.0-0"
description: Helm Chart to deploy emby
appVersion: "v3"
Expand Down
4 changes: 2 additions & 2 deletions charts/emby/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
deployment:
enabled: true
image: "lscr.io/linuxserver/sabnzbd:latest"
image: "lscr.io/linuxserver/emby:latest"
port: 8096
replicaCount: 1
env:
Expand All @@ -24,7 +24,7 @@ storage:
config:
enabled: true
storageClassName:
size: 500Mi
size: 50000Mi

media:
enabled: true
Expand Down

0 comments on commit b3d8645

Please sign in to comment.