Przeglądaj źródła

Publish new changes in catalog

sonicaj 2 lat temu
rodzic
commit
f6c590fd5a

+ 0 - 0
community/frigate/1.1.3/Chart.lock → community/frigate/1.1.4/Chart.lock


+ 1 - 1
community/frigate/1.1.3/Chart.yaml → community/frigate/1.1.4/Chart.yaml

@@ -3,7 +3,7 @@ description: Frigate is an NVR With Realtime Object Detection for IP Cameras
 annotations:
   title: Frigate
 type: application
-version: 1.1.3
+version: 1.1.4
 apiVersion: v2
 appVersion: 0.12.1
 kubeVersion: '>=1.16.0-0'

+ 0 - 0
community/frigate/1.1.3/README.md → community/frigate/1.1.4/README.md


+ 0 - 0
community/frigate/1.1.3/app-readme.md → community/frigate/1.1.4/app-readme.md


+ 0 - 0
community/frigate/1.1.3/charts/common-1.2.3.tgz → community/frigate/1.1.4/charts/common-1.2.3.tgz


+ 0 - 0
community/frigate/1.1.3/ci/basic-values.yaml → community/frigate/1.1.4/ci/basic-values.yaml


+ 0 - 0
community/frigate/1.1.3/ci/extra-values.yaml → community/frigate/1.1.4/ci/extra-values.yaml


+ 0 - 0
community/frigate/1.1.3/ci/hostNet-values.yaml → community/frigate/1.1.4/ci/hostNet-values.yaml


+ 6 - 0
community/frigate/1.1.3/ix_values.yaml → community/frigate/1.1.4/ix_values.yaml

@@ -3,12 +3,18 @@ image:
   pullPolicy: IfNotPresent
   tag: 0.12.1
 
+tensorrtImage:
+  repository: ghcr.io/blakeblackshear/frigate
+  pullPolicy: IfNotPresent
+  tag: 0.12.1-tensorrt
+
 resources:
   limits:
     cpu: 4000m
     memory: 8Gi
 
 frigateConfig:
+  imageSelector: image
   mountUSBBus: false
   additionalEnvs: []
 

+ 0 - 0
community/frigate/1.1.3/metadata.yaml → community/frigate/1.1.4/metadata.yaml


+ 12 - 0
community/frigate/1.1.3/questions.yaml → community/frigate/1.1.4/questions.yaml

@@ -25,6 +25,18 @@ questions:
     schema:
       type: dict
       attrs:
+        - variable: imageSelector
+          label: Image
+          description: The image to use for Frigate.
+          schema:
+            type: string
+            default: "image"
+            required: true
+            enum:
+              - value: image
+                description: Frigate Image
+              - value: tensorrtImage
+                description: Frigate TensorRT Image
         - variable: mountUSBBus
           label: Mount USB Bus
           description: |

+ 0 - 0
community/frigate/1.1.3/templates/NOTES.txt → community/frigate/1.1.4/templates/NOTES.txt


+ 1 - 1
community/frigate/1.1.3/templates/_frigate.tpl → community/frigate/1.1.4/templates/_frigate.tpl

@@ -10,7 +10,7 @@ workload:
         frigate:
           enabled: true
           primary: true
-          imageSelector: image
+          imageSelector: {{ .Values.frigateConfig.imageSelector | default "image" }}
           securityContext:
             runAsUser: 0
             runAsGroup: 0

+ 0 - 0
community/frigate/1.1.3/templates/_persistence.tpl → community/frigate/1.1.4/templates/_persistence.tpl


+ 0 - 0
community/frigate/1.1.3/templates/_portal.tpl → community/frigate/1.1.4/templates/_portal.tpl


+ 0 - 0
community/frigate/1.1.3/templates/_service.tpl → community/frigate/1.1.4/templates/_service.tpl


+ 0 - 0
community/frigate/1.1.3/templates/common.yaml → community/frigate/1.1.4/templates/common.yaml