Kaynağa Gözat

add NOTES.txt on HA and wg-easy (#2066)

Stavros Kois 1 yıl önce
ebeveyn
işleme
352fb7257f

+ 3 - 3
library/ix-dev/charts/home-assistant/Chart.yaml

@@ -1,9 +1,9 @@
 name: home-assistant
-description: Home Assistant App for TrueNAS SCALE
+description: Home Assistant is an open source home automation that puts local control and privacy first.
 annotations:
   title: Home Assistant
 type: application
-version: 2.0.0
+version: 2.0.1
 apiVersion: v2
 appVersion: 2024.1.3
 kubeVersion: '>=1.16.0-0'
@@ -15,7 +15,7 @@ dependencies:
   - name: common
     repository: file://../../../common
     version: 1.2.9
-home: https://github.com/home-assistant/home-assistant
+home: https://www.home-assistant.io/
 icon: https://media.sys.truenas.net/apps/home-assistant/icons/icon.png
 sources:
   - https://github.com/home-assistant/home-assistant

+ 2 - 2
library/ix-dev/charts/home-assistant/README.md

@@ -1,3 +1,3 @@
-# Introduction
+# Home Assistant
 
-home assistant App for TrueNAS SCALE
+[Home Assistant](https://www.home-assistant.io/) is an open source home automation that puts local control and privacy first.

+ 3 - 1
library/ix-dev/charts/home-assistant/app-readme.md

@@ -1 +1,3 @@
-home-assistant App for TrueNAS SCALE
+# Home Assistant
+
+[Home Assistant](https://www.home-assistant.io/) is an open source home automation that puts local control and privacy first.

+ 1 - 0
library/ix-dev/charts/home-assistant/templates/NOTES.txt

@@ -0,0 +1 @@
+{{ include "ix.v1.common.lib.chart.notes" $ }}

+ 5 - 0
library/ix-dev/charts/home-assistant/values.yaml

@@ -15,6 +15,11 @@ yqImage:
   repository: mikefarah/yq
   tag: 4.40.5
 
+resources:
+  limits:
+    cpu: 4000m
+    memory: 8Gi
+
 podOptions:
   dnsConfig:
     options: []

+ 1 - 1
library/ix-dev/charts/wg-easy/Chart.yaml

@@ -3,7 +3,7 @@ description: WG-Easy is the easiest way to install & manage WireGuard!
 annotations:
   title: WG Easy
 type: application
-version: 2.0.11
+version: 2.0.12
 apiVersion: v2
 appVersion: '10'
 kubeVersion: '>=1.16.0-0'

+ 1 - 0
library/ix-dev/charts/wg-easy/templates/NOTES.txt

@@ -0,0 +1 @@
+{{ include "ix.v1.common.lib.chart.notes" $ }}