瀏覽代碼

Publish new changes in catalog

sonicaj 1 年之前
父節點
當前提交
829b1d7fd6

+ 0 - 0
charts/home-assistant/2.0.25/.helmignore → charts/home-assistant/2.0.26/.helmignore


+ 0 - 0
charts/home-assistant/2.0.25/Chart.lock → charts/home-assistant/2.0.26/Chart.lock


+ 1 - 1
charts/home-assistant/2.0.25/Chart.yaml → charts/home-assistant/2.0.26/Chart.yaml

@@ -4,7 +4,7 @@ description: Home Assistant is an open source home automation that puts local co
 annotations:
   title: Home Assistant
 type: application
-version: 2.0.25
+version: 2.0.26
 apiVersion: v2
 appVersion: 2024.5.5
 kubeVersion: '>=1.16.0-0'

+ 0 - 0
charts/home-assistant/2.0.25/README.md → charts/home-assistant/2.0.26/README.md


+ 0 - 0
charts/home-assistant/2.0.25/app-readme.md → charts/home-assistant/2.0.26/app-readme.md


+ 0 - 0
charts/home-assistant/2.0.25/charts/common-1.2.9.tgz → charts/home-assistant/2.0.26/charts/common-1.2.9.tgz


+ 0 - 0
charts/home-assistant/2.0.25/ci/basic-values.yaml → charts/home-assistant/2.0.26/ci/basic-values.yaml


+ 18 - 0
charts/home-assistant/2.0.26/ci/devices-values.yaml

@@ -0,0 +1,18 @@
+haConfig:
+  allowDevices: true
+
+haNetwork:
+  webPort: 31000
+
+haStorage:
+  config:
+    type: pvc
+  media:
+    type: pvc
+  pgData:
+    type: pvc
+  pgBackup:
+    type: emptyDir
+    emptyDirConfig:
+      medium: ""
+      size: ""

+ 1 - 0
charts/home-assistant/2.0.25/ix_values.yaml → charts/home-assistant/2.0.26/ix_values.yaml

@@ -25,6 +25,7 @@ podOptions:
     options: []
 
 haConfig:
+  allowDevices: false
   additionalEnvs: []
 
 haNetwork:

+ 0 - 0
charts/home-assistant/2.0.25/metadata.yaml → charts/home-assistant/2.0.26/metadata.yaml


+ 0 - 0
charts/home-assistant/2.0.25/migrations/migrate → charts/home-assistant/2.0.26/migrations/migrate


+ 32 - 1
charts/home-assistant/2.0.25/questions.yaml → charts/home-assistant/2.0.26/questions.yaml

@@ -33,6 +33,38 @@ questions:
       $ref:
         - definitions/timezone
 
+  - variable: haConfig
+    label: ""
+    group: Home Assistant Configuration
+    schema:
+      type: dict
+      attrs:
+        - variable: allowDevices
+          label: Allow Devices
+          description: |
+            Allow devices to be added to Home Assistant.
+            Keep in mind that this will make the container to run with elevated privileges</br>
+            and privilege escalation. Use with caution.
+          schema:
+            type: boolean
+            default: false
+        - variable: additionalEnvs
+          label: Additional Environment Variables
+          description: Additional environment variables for Home Assistant.
+          schema:
+            type: list
+            items:
+              - variable: name
+                label: Name
+                schema:
+                  type: string
+                  required: true
+              - variable: value
+                label: Value
+                schema:
+                  type: string
+                  required: true
+
   - variable: podOptions
     label: ""
     group: Advanced Pod Configuration
@@ -110,7 +142,6 @@ questions:
             default: 568
             required: true
 
-
   - variable: haStorage
     label: ""
     group: Storage Configuration

+ 0 - 0
charts/home-assistant/2.0.25/templates/NOTES.txt → charts/home-assistant/2.0.26/templates/NOTES.txt


+ 0 - 0
charts/home-assistant/2.0.25/templates/_configuration.tpl → charts/home-assistant/2.0.26/templates/_configuration.tpl


+ 2 - 0
charts/home-assistant/2.0.25/templates/_home-assistant.tpl → charts/home-assistant/2.0.26/templates/_home-assistant.tpl

@@ -17,6 +17,8 @@ workload:
             runAsUser: 0
             runAsGroup: 0
             runAsNonRoot: false
+            privileged: {{ .Values.haConfig.allowDevices | default false }}
+            allowPrivilegeEscalation: {{ .Values.haConfig.allowDevices | default false }}
             readOnlyRootFilesystem: false
             capabilities:
               add:

+ 0 - 0
charts/home-assistant/2.0.25/templates/_migration.tpl → charts/home-assistant/2.0.26/templates/_migration.tpl


+ 0 - 0
charts/home-assistant/2.0.25/templates/_persistance.tpl → charts/home-assistant/2.0.26/templates/_persistance.tpl


+ 0 - 0
charts/home-assistant/2.0.25/templates/_portal.tpl → charts/home-assistant/2.0.26/templates/_portal.tpl


+ 0 - 0
charts/home-assistant/2.0.25/templates/_postgres.tpl → charts/home-assistant/2.0.26/templates/_postgres.tpl


+ 0 - 0
charts/home-assistant/2.0.25/templates/_service.tpl → charts/home-assistant/2.0.26/templates/_service.tpl


+ 0 - 0
charts/home-assistant/2.0.25/templates/common.yaml → charts/home-assistant/2.0.26/templates/common.yaml


+ 0 - 0
charts/home-assistant/2.0.25/to_keep_versions.md → charts/home-assistant/2.0.26/to_keep_versions.md