diff --git a/embyserver/Chart.yaml b/embyserver/Chart.yaml index e3bfee7..7127a6b 100644 --- a/embyserver/Chart.yaml +++ b/embyserver/Chart.yaml @@ -14,10 +14,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.1.13 +version: 0.1.6 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -appVersion: 4.6.1.0 +appVersion: 1.14.2 -icon: https://git.ervine.org/jonny/charts/raw/branch/master/emby/emby.png +icon: https://docs.gitea.io/images/gitea.png diff --git a/embyserver/values.yaml b/embyserver/values.yaml index 96ffcf5..017481c 100644 --- a/embyserver/values.yaml +++ b/embyserver/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: - repository: harbor.ervine.dev/public/x86_64/embyserver + repository: harbor.ervine.dev/public/x86_64/gitea pullPolicy: IfNotPresent imagePullSecrets: [] @@ -56,8 +56,8 @@ resources: # cpu: 100m # memory: 128Mi requests: - cpu: 60m - memory: 800Mi + cpu: 100m + memory: 128Mi nodeSelector: location: bedRoom