diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4ed9ab8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +# It's better to unpack these files and commit the raw source because +# git has its own built in compression methods. +*.7z +*.jar +*.rar +*.zip +*.gz +*.gzip +*.tgz +*.bzip +*.bzip2 +*.bz2 +*.xz +*.lzma +*.cab +*.xar + +# Packing-only formats +*.iso +*.tar + +# Package management formats +*.dmg +*.xpi +*.gem +*.egg +*.deb +*.rpm +*.msi +*.msm +*.msp +*.txz diff --git a/nzbget/nzbget-0.1.0.tgz b/nzbget/nzbget-0.1.0.tgz deleted file mode 100644 index edd6b42..0000000 Binary files a/nzbget/nzbget-0.1.0.tgz and /dev/null differ diff --git a/sonarr/Chart.yaml b/sonarr/Chart.yaml index 00c8b6e..35bfe57 100644 --- a/sonarr/Chart.yaml +++ b/sonarr/Chart.yaml @@ -14,7 +14,7 @@ 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.3 +version: 0.1.4 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. diff --git a/sonarr/values.yaml b/sonarr/values.yaml index 3ee8c94..57b250d 100644 --- a/sonarr/values.yaml +++ b/sonarr/values.yaml @@ -60,14 +60,15 @@ resources: cpu: 20m memory: 64Mi -nodeSelector: {} +nodeSelector: + location: livingRoom tolerations: [] affinity: {} config: - storageClassName: nfs-client + storageClassName: nfs-client-hermes storageSize: 5Gi mediaPvc: sonarr-media-pvc