Преглед изворни кода

Update catalog information

sonicaj пре 2 година
родитељ
комит
9a5155427e
30 измењених фајлова са 22 додато и 18 уклоњено
  1. 5 5
      catalog.json
  2. 0 0
      community/jellyfin/1.0.2/Chart.lock
  3. 1 1
      community/jellyfin/1.0.2/Chart.yaml
  4. 0 0
      community/jellyfin/1.0.2/README.md
  5. 0 0
      community/jellyfin/1.0.2/app-readme.md
  6. 0 0
      community/jellyfin/1.0.2/charts/common-1.0.7.tgz
  7. 5 3
      community/jellyfin/1.0.2/ci/basic-values.yaml
  8. 0 0
      community/jellyfin/1.0.2/ci/extra-values.yaml
  9. 0 0
      community/jellyfin/1.0.2/ci/hostNet-values.yaml
  10. 0 0
      community/jellyfin/1.0.2/ix_values.yaml
  11. 0 0
      community/jellyfin/1.0.2/metadata.yaml
  12. 0 0
      community/jellyfin/1.0.2/questions.yaml
  13. 0 0
      community/jellyfin/1.0.2/templates/NOTES.txt
  14. 3 4
      community/jellyfin/1.0.2/templates/_jellyfin.tpl
  15. 0 0
      community/jellyfin/1.0.2/templates/_portal.tpl
  16. 0 0
      community/jellyfin/1.0.2/templates/common.yaml
  17. 0 0
      community/tdarr/1.0.4/Chart.lock
  18. 1 1
      community/tdarr/1.0.4/Chart.yaml
  19. 0 0
      community/tdarr/1.0.4/README.md
  20. 0 0
      community/tdarr/1.0.4/app-readme.md
  21. 0 0
      community/tdarr/1.0.4/charts/common-1.0.7.tgz
  22. 4 0
      community/tdarr/1.0.4/ci/basic-values.yaml
  23. 0 0
      community/tdarr/1.0.4/ci/no-internal-node-values.yaml
  24. 0 0
      community/tdarr/1.0.4/ix_values.yaml
  25. 0 0
      community/tdarr/1.0.4/metadata.yaml
  26. 0 0
      community/tdarr/1.0.4/questions.yaml
  27. 0 0
      community/tdarr/1.0.4/templates/NOTES.txt
  28. 0 0
      community/tdarr/1.0.4/templates/_portal.tpl
  29. 3 4
      community/tdarr/1.0.4/templates/_tdarr.tpl
  30. 0 0
      community/tdarr/1.0.4/templates/common.yaml

+ 5 - 5
catalog.json

@@ -870,9 +870,9 @@
             "healthy_error": null,
             "home": "https://jellyfin.org/",
             "location": "/__w/charts/charts/community/jellyfin",
-            "latest_version": "1.0.1",
+            "latest_version": "1.0.2",
             "latest_app_version": "10.8.10",
-            "latest_human_version": "10.8.10_1.0.1",
+            "latest_human_version": "10.8.10_1.0.2",
             "last_update": "2023-05-11 16:20:35",
             "name": "jellyfin",
             "recommended": false,
@@ -1185,9 +1185,9 @@
             "healthy_error": null,
             "home": "https://home.tdarr.io/",
             "location": "/__w/charts/charts/community/tdarr",
-            "latest_version": "1.0.3",
+            "latest_version": "1.0.4",
             "latest_app_version": "2.00.20.1",
-            "latest_human_version": "2.00.20.1_1.0.3",
+            "latest_human_version": "2.00.20.1_1.0.4",
             "last_update": "2023-05-11 16:20:35",
             "name": "tdarr",
             "recommended": false,
@@ -1223,7 +1223,7 @@
             "latest_version": "1.0.4",
             "latest_app_version": "2.10.3",
             "latest_human_version": "2.10.3_1.0.4",
-            "last_update": "2023-05-11 16:20:35",
+            "last_update": "2023-05-12 12:11:01",
             "name": "nginx-proxy-manager",
             "recommended": false,
             "title": "Nginx Proxy Manager",

+ 0 - 0
community/jellyfin/1.0.1/Chart.lock → community/jellyfin/1.0.2/Chart.lock


+ 1 - 1
community/jellyfin/1.0.1/Chart.yaml → community/jellyfin/1.0.2/Chart.yaml

@@ -3,7 +3,7 @@ description: Jellyfin is a Free Software Media System that puts you in control o
 annotations:
   title: Jellyfin
 type: application
-version: 1.0.1
+version: 1.0.2
 apiVersion: v2
 appVersion: '10.8.10'
 kubeVersion: '>=1.16.0-0'

+ 0 - 0
community/jellyfin/1.0.1/README.md → community/jellyfin/1.0.2/README.md


+ 0 - 0
community/jellyfin/1.0.1/app-readme.md → community/jellyfin/1.0.2/app-readme.md


+ 0 - 0
community/jellyfin/1.0.1/charts/common-1.0.7.tgz → community/jellyfin/1.0.2/charts/common-1.0.7.tgz


+ 5 - 3
community/jellyfin/1.0.1/ci/basic-values.yaml → community/jellyfin/1.0.2/ci/basic-values.yaml

@@ -17,6 +17,8 @@ jellyfinStorage:
     medium: Memory
     size: 1Gi
 
-# TODO: Test on a GPU-enabled system
-# jellyfinGPU:
-#   nvidia.com/gpu: 1
+# Make sure installation don't fail when 0 GPU are assigned
+jellyfinGPU:
+  nvidia.com/gpu: 0
+  intel.com/gpu: 0
+# TODO: Test assigning GPUs on a GPU-enabled system

+ 0 - 0
community/jellyfin/1.0.1/ci/extra-values.yaml → community/jellyfin/1.0.2/ci/extra-values.yaml


+ 0 - 0
community/jellyfin/1.0.1/ci/hostNet-values.yaml → community/jellyfin/1.0.2/ci/hostNet-values.yaml


+ 0 - 0
community/jellyfin/1.0.1/ix_values.yaml → community/jellyfin/1.0.2/ix_values.yaml


+ 0 - 0
community/jellyfin/1.0.1/metadata.yaml → community/jellyfin/1.0.2/metadata.yaml


+ 0 - 0
community/jellyfin/1.0.1/questions.yaml → community/jellyfin/1.0.2/questions.yaml


+ 0 - 0
community/jellyfin/1.0.1/templates/NOTES.txt → community/jellyfin/1.0.2/templates/NOTES.txt


+ 3 - 4
community/jellyfin/1.0.1/templates/_jellyfin.tpl → community/jellyfin/1.0.2/templates/_jellyfin.tpl

@@ -125,14 +125,13 @@ persistence:
           mountPath: /mnt/directories{{ $storage.mountPath }}
   {{- end }}
 {{ with .Values.jellyfinGPU }}
-  {{ if gt (. | len) 1 }}
-    {{- fail "Jellyfin - Max [1] GPUs allowed" -}}
-  {{ end }}
 scaleGPU:
+  {{ range $key, $value := . }}
   - gpu:
-      {{ . | keys | first }}: {{ . | values | first }}
+      {{ $key }}: {{ $value }}
     targetSelector:
       jellyfin:
         - jellyfin
+  {{ end }}
 {{ end }}
 {{- end -}}

+ 0 - 0
community/jellyfin/1.0.1/templates/_portal.tpl → community/jellyfin/1.0.2/templates/_portal.tpl


+ 0 - 0
community/jellyfin/1.0.1/templates/common.yaml → community/jellyfin/1.0.2/templates/common.yaml


+ 0 - 0
community/tdarr/1.0.3/Chart.lock → community/tdarr/1.0.4/Chart.lock


+ 1 - 1
community/tdarr/1.0.3/Chart.yaml → community/tdarr/1.0.4/Chart.yaml

@@ -3,7 +3,7 @@ description: Tdarr is a Distributed Transcoding System
 annotations:
   title: Tdarr
 type: application
-version: 1.0.3
+version: 1.0.4
 apiVersion: v2
 appVersion: '2.00.20.1'
 kubeVersion: '>=1.16.0-0'

+ 0 - 0
community/tdarr/1.0.3/README.md → community/tdarr/1.0.4/README.md


+ 0 - 0
community/tdarr/1.0.3/app-readme.md → community/tdarr/1.0.4/app-readme.md


+ 0 - 0
community/tdarr/1.0.3/charts/common-1.0.7.tgz → community/tdarr/1.0.4/charts/common-1.0.7.tgz


+ 4 - 0
community/tdarr/1.0.3/ci/basic-values.yaml → community/tdarr/1.0.4/ci/basic-values.yaml

@@ -17,3 +17,7 @@ tdarrStorage:
     type: emptyDir
     medium: Memory
     size: 1Gi
+# Make sure installation don't fail when 0 GPU are assigned
+tdarrGPU:
+  nvidia.com/gpu: 0
+  intel.com/gpu: 0

+ 0 - 0
community/tdarr/1.0.3/ci/no-internal-node-values.yaml → community/tdarr/1.0.4/ci/no-internal-node-values.yaml


+ 0 - 0
community/tdarr/1.0.3/ix_values.yaml → community/tdarr/1.0.4/ix_values.yaml


+ 0 - 0
community/tdarr/1.0.3/metadata.yaml → community/tdarr/1.0.4/metadata.yaml


+ 0 - 0
community/tdarr/1.0.3/questions.yaml → community/tdarr/1.0.4/questions.yaml


+ 0 - 0
community/tdarr/1.0.3/templates/NOTES.txt → community/tdarr/1.0.4/templates/NOTES.txt


+ 0 - 0
community/tdarr/1.0.3/templates/_portal.tpl → community/tdarr/1.0.4/templates/_portal.tpl


+ 3 - 4
community/tdarr/1.0.3/templates/_tdarr.tpl → community/tdarr/1.0.4/templates/_tdarr.tpl

@@ -131,14 +131,13 @@ persistence:
   {{- end }}
 
 {{ with .Values.tdarrGPU }}
-  {{ if gt (. | len) 1 }}
-    {{- fail "Tdarr - Max [1] GPUs allowed" -}}
-  {{ end }}
 scaleGPU:
+  {{ range $key, $value := . }}
   - gpu:
-      {{ . | keys | first }}: {{ . | values | first }}
+      {{ $key }}: {{ $value }}
     targetSelector:
       tdarr:
         - tdarr
+  {{ end }}
 {{ end }}
 {{- end -}}

+ 0 - 0
community/tdarr/1.0.3/templates/common.yaml → community/tdarr/1.0.4/templates/common.yaml