Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-05-06 06:49:42 +00:00
parent d100a7306f
commit 7c0e27a74d
35 changed files with 2433 additions and 38 deletions

View File

@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [home-assistant-19.0.15](https://github.com/truecharts/charts/compare/home-assistant-19.0.14...home-assistant-19.0.15) (2023-05-06)
### Feat
- Add podOptions in questions.yaml ([#8792](https://github.com/truecharts/charts/issues/8792))
## [home-assistant-19.0.14](https://github.com/truecharts/charts/compare/home-assistant-19.0.13...home-assistant-19.0.14) (2023-05-05)
### Chore
- update helm general non-major ([#8782](https://github.com/truecharts/charts/issues/8782))
## [home-assistant-19.0.13](https://github.com/truecharts/charts/compare/home-assistant-19.0.12...home-assistant-19.0.13) (2023-05-03)
### Chore
- update helm general non-major ([#8739](https://github.com/truecharts/charts/issues/8739))
## [home-assistant-19.0.12](https://github.com/truecharts/charts/compare/home-assistant-19.0.11...home-assistant-19.0.12) (2023-04-30)
### Chore
- update container image tccr.io/truecharts/home-assistant to v2023.4.6 ([#8581](https://github.com/truecharts/charts/issues/8581))
## [home-assistant-19.0.11](https://github.com/truecharts/charts/compare/home-assistant-19.0.10...home-assistant-19.0.11) (2023-04-25)
### Chore
- update helm general non-major ([#8153](https://github.com/truecharts/charts/issues/8153))
## [home-assistant-19.0.10](https://github.com/truecharts/charts/compare/home-assistant-19.0.9...home-assistant-19.0.10) (2023-04-25)
### Chore
- update helm general non-major ([#8145](https://github.com/truecharts/charts/issues/8145))
## [home-assistant-19.0.9](https://github.com/truecharts/charts/compare/home-assistant-19.0.8...home-assistant-19.0.9) (2023-04-20)
### Chore
- update helm general non-major ([#8087](https://github.com/truecharts/charts/issues/8087))
## [home-assistant-19.0.8](https://github.com/truecharts/charts/compare/home-assistant-19.0.7...home-assistant-19.0.8) (2023-04-16)
### Chore
- update helm general non-major ([#8071](https://github.com/truecharts/charts/issues/8071))
## [home-assistant-19.0.7](https://github.com/truecharts/charts/compare/home-assistant-19.0.6...home-assistant-19.0.7) (2023-04-16)
### Chore
- update helm general non-major ([#8061](https://github.com/truecharts/charts/issues/8061))
## [home-assistant-19.0.6](https://github.com/truecharts/charts/compare/home-assistant-19.0.5...home-assistant-19.0.6) (2023-04-15)
### Chore
- update helm general non-major ([#7998](https://github.com/truecharts/charts/issues/7998))
## [home-assistant-19.0.5](https://github.com/truecharts/charts/compare/home-assistant-19.0.4...home-assistant-19.0.5) (2023-04-14)

View File

@ -0,0 +1,30 @@
apiVersion: v2
appVersion: "2023.4.6"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.6.6
deprecated: false
description: home-assistant App for TrueNAS SCALE
home: https://truecharts.org/charts/stable/home-assistant
icon: https://truecharts.org/img/hotlink-ok/chart-icons/home-assistant.png
keywords:
- home-assistant
- hass
- homeassistant
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: home-assistant
sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/home-assistant
- https://github.com/home-assistant/home-assistant
- https://github.com/cdr/code-server
type: application
version: 19.0.15
annotations:
truecharts.org/catagories: |
- home-automation
truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1,9 @@
## [home-assistant-19.0.15](https://github.com/truecharts/charts/compare/home-assistant-19.0.14...home-assistant-19.0.15) (2023-05-06)
### Feat
- Add podOptions in questions.yaml ([#8792](https://github.com/truecharts/charts/issues/8792))

View File

@ -0,0 +1,8 @@
home-assistant App for TrueNAS SCALE
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/stable/home-assistant](https://truecharts.org/charts/stable/home-assistant)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

View File

@ -0,0 +1,156 @@
image:
repository: tccr.io/truecharts/home-assistant
pullPolicy: IfNotPresent
tag: 2023.4.6@sha256:b4b66d07de766312343a160cae2a48bae2c1c44abea97138ebdb6ea4e57662bf
service:
main:
ports:
main:
port: 8123
targetPort: 8123
workload:
main:
podSpec:
initContainers:
init:
type: init
enabled: true
imageSelector: image
command: /config/init/init.sh
# # Enable devices to be discoverable
# hostNetwork: true
# # When hostNetwork is true set dnsPolicy to ClusterFirstWithHostNet
# dnsPolicy: ClusterFirstWithHostNet
homeassistant:
trusted_proxies: []
# Enable a prometheus-operator servicemonitor
prometheus:
serviceMonitor:
enabled: false
# interval: 1m
# additionalLabels: {}
persistence:
config:
enabled: true
mountPath: /config
targetSelectAll: true
init:
enabled: true
type: configmap
objectName: init
mountPath: "/config/init"
defaultMode: "0777"
readOnly: true
targetSelector:
main:
init: {}
configmap:
init:
enabled: true
data:
init.sh: |-
#!/bin/sh
config_file="/config/configuration.yaml"
if test -f "$config_file"; then
echo "configuration.yaml exists."
if grep -q recorder: "$config_file"; then
echo "configuration.yaml already contains recorder"
else
cat /config/init/recorder.default >> "$config_file"
fi
if grep -q http: "$config_file"; then
echo "configuration.yaml already contains http section"
else
cat /config/init/http.default >> "$config_file"
fi
else
echo "configuration.yaml does NOT exist."
cp /config/init/configuration.yaml.default "$config_file"
echo "" >> "$config_file"
cat /config/init/recorder.default >> "$config_file"
echo "" >> "$config_file"
cat /config/init/http.default >> "$config_file"
echo "" >> "$config_file"
fi
echo "Creating include files..."
for include_file in groups.yaml automations.yaml scripts.yaml scenes.yaml; do
if test -f "/config/$include_file"; then
echo "$include_file exists."
else
echo "$include_file does NOT exist."
touch "/config/$include_file"
fi
done
cd "/config" || echo "Could not change path to /config"
echo "Creating custom_components directory..."
mkdir "/config/custom_components" || echo "custom_components directory already exists"
echo "Changing to the custom_components directory..."
cd "/config/custom_components" || echo "Could not change path to /config/custom_components"
echo "Downloading HACS"
wget "https://github.com/hacs/integration/releases/latest/download/hacs.zip" || exit 0
if [ -d "/config/custom_components/hacs" ]; then
echo "HACS directory already exist, cleaning up..."
rm -R "/config/custom_components/hacs"
fi
echo "Creating HACS directory..."
mkdir "/config/custom_components/hacs"
echo "Unpacking HACS..."
unzip "/config/custom_components/hacs.zip" -d "/config/custom_components/hacs" >/dev/null 2>&1
echo "Removing HACS zip file..."
rm "/config/custom_components/hacs.zip"
echo "Installation complete."
configuration.yaml.default: |-
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# Text to speech
tts:
- platform: google_translate
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
recorder.default: |-
recorder:
purge_keep_days: 30
commit_interval: 3
db_url: {{ (printf "%s?client_encoding=utf8" (.Values.cnpg.main.creds.std | trimAll "\"")) | quote }}
http.default: |-
http:
use_x_forwarded_for: true
trusted_proxies:
{{- if hasKey .Values "ixChartContext" }}
- {{ .Values.ixChartContext.kubernetes_config.cluster_cidr }}
{{- else }}
{{- range .Values.homeassistant.trusted_proxies }}
- {{ . }}
{{- end }}
{{- end }}
cnpg:
main:
enabled: true
user: home-assistant
database: home-assistant
portal:
open:
enabled: true
securityContext:
container:
readOnlyRootFilesystem: false
runAsNonRoot: false
runAsUser: 0
runAsGroup: 0

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,5 @@
{{/* Make sure all variables are set properly */}}
{{- include "tc.v1.common.loader.init" . }}
{{/* Render the templates */}}
{{ include "tc.v1.common.loader.apply" . }}

View File

@ -1,9 +0,0 @@
## [omada-controller-9.0.14](https://github.com/truecharts/charts/compare/omada-controller-9.0.13...omada-controller-9.0.14) (2023-05-05)
### Chore
- update helm general non-major ([#8782](https://github.com/truecharts/charts/issues/8782))

View File

@ -4,6 +4,15 @@
## [omada-controller-9.0.15](https://github.com/truecharts/charts/compare/omada-controller-9.0.14...omada-controller-9.0.15) (2023-05-06)
### Feat
- Add podOptions in questions.yaml ([#8792](https://github.com/truecharts/charts/issues/8792))
## [omada-controller-9.0.14](https://github.com/truecharts/charts/compare/omada-controller-9.0.13...omada-controller-9.0.14) (2023-05-05) ## [omada-controller-9.0.14](https://github.com/truecharts/charts/compare/omada-controller-9.0.13...omada-controller-9.0.14) (2023-05-05)
### Chore ### Chore
@ -88,12 +97,3 @@
## [omada-controller-9.0.8](https://github.com/truecharts/charts/compare/omada-controller-9.0.7...omada-controller-9.0.8) (2023-04-25) ## [omada-controller-9.0.8](https://github.com/truecharts/charts/compare/omada-controller-9.0.7...omada-controller-9.0.8) (2023-04-25)
### Chore ### Chore
- update helm general non-major ([#8145](https://github.com/truecharts/charts/issues/8145))
## [omada-controller-9.0.7](https://github.com/truecharts/charts/compare/omada-controller-9.0.6...omada-controller-9.0.7) (2023-04-20)
### Chore

View File

@ -18,7 +18,7 @@ name: omada-controller
sources: sources:
- https://github.com/truecharts/charts/tree/master/charts/stable/omada-controller - https://github.com/truecharts/charts/tree/master/charts/stable/omada-controller
- https://github.com/mbentley/docker-omada-controller - https://github.com/mbentley/docker-omada-controller
version: 9.0.14 version: 9.0.15
annotations: annotations:
truecharts.org/catagories: | truecharts.org/catagories: |
- media - media

View File

@ -0,0 +1,9 @@
## [omada-controller-9.0.15](https://github.com/truecharts/charts/compare/omada-controller-9.0.14...omada-controller-9.0.15) (2023-05-06)
### Feat
- Add podOptions in questions.yaml ([#8792](https://github.com/truecharts/charts/issues/8792))

View File

@ -148,6 +148,74 @@ questions:
default: "Etc/UTC" default: "Etc/UTC"
$ref: $ref:
- "definitions/timezone" - "definitions/timezone"
- variable: podOptions
group: "General Settings"
label: "Global Pod Options (Advanced)"
schema:
additional_attrs: true
type: dict
attrs:
- variable: expertPodOpts
label: "Expert - Pod Options"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: hostNetwork
label: "Host Networking"
schema:
type: boolean
default: false
- variable: dnsConfig
label: "DNS Configuration"
schema:
type: dict
additional_attrs: true
attrs:
- variable: options
label: "Options"
schema:
type: list
default: [{"name": "ndots", "value": "2"}]
items:
- variable: optionsEntry
label: "Option Entry"
schema:
type: dict
additional_attrs: true
attrs:
- variable: name
label: "Name"
schema:
type: string
required: true
- variable: value
label: "Value"
schema:
type: string
- variable: nameservers
label: "Nameservers"
schema:
type: list
default: []
items:
- variable: nsEntry
label: "Nameserver Entry"
schema:
type: string
required: true
- variable: searches
label: "Searches"
schema:
type: list
default: []
items:
- variable: searchEntry
label: "Search Entry"
schema:
type: string
required: true
- variable: service - variable: service
group: Networking and Services group: Networking and Services
label: Configure Service(s) label: Configure Service(s)

View File

@ -1,9 +0,0 @@
## [zerotier-5.0.10](https://github.com/truecharts/charts/compare/zerotier-5.0.9...zerotier-5.0.10) (2023-05-05)
### Chore
- update helm general non-major ([#8782](https://github.com/truecharts/charts/issues/8782))

View File

@ -4,6 +4,15 @@
## [zerotier-5.0.11](https://github.com/truecharts/charts/compare/zerotier-5.0.10...zerotier-5.0.11) (2023-05-06)
### Feat
- Add podOptions in questions.yaml ([#8792](https://github.com/truecharts/charts/issues/8792))
## [zerotier-5.0.10](https://github.com/truecharts/charts/compare/zerotier-5.0.9...zerotier-5.0.10) (2023-05-05) ## [zerotier-5.0.10](https://github.com/truecharts/charts/compare/zerotier-5.0.9...zerotier-5.0.10) (2023-05-05)
### Chore ### Chore
@ -88,12 +97,3 @@
## [zerotier-5.0.1](https://github.com/truecharts/charts/compare/zerotier-5.0.0...zerotier-5.0.1) (2023-04-14) ## [zerotier-5.0.1](https://github.com/truecharts/charts/compare/zerotier-5.0.0...zerotier-5.0.1) (2023-04-14)
## [zerotier-5.0.0](https://github.com/truecharts/charts/compare/zerotier-4.0.11...zerotier-5.0.0) (2023-04-14)
### Chore
- BREAKING CHANGE migrate to new common part 2 ([#7992](https://github.com/truecharts/charts/issues/7992))

View File

@ -1,7 +1,7 @@
apiVersion: v2 apiVersion: v2
kubeVersion: ">=1.16.0-0" kubeVersion: ">=1.16.0-0"
name: zerotier name: zerotier
version: 5.0.10 version: 5.0.11
appVersion: "1.10.6" appVersion: "1.10.6"
description: ZeroTier is a smart programmable Ethernet switch for planet Earth description: ZeroTier is a smart programmable Ethernet switch for planet Earth
type: application type: application

View File

@ -0,0 +1,27 @@
# README
## General Info
TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE%20Apps/Important-MUST-READ).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
*All Rights Reserved - The TrueCharts Project*

View File

@ -0,0 +1,9 @@
## [zerotier-5.0.11](https://github.com/truecharts/charts/compare/zerotier-5.0.10...zerotier-5.0.11) (2023-05-06)
### Feat
- Add podOptions in questions.yaml ([#8792](https://github.com/truecharts/charts/issues/8792))

Binary file not shown.

View File

@ -168,6 +168,74 @@ questions:
default: "Etc/UTC" default: "Etc/UTC"
$ref: $ref:
- "definitions/timezone" - "definitions/timezone"
- variable: podOptions
group: "General Settings"
label: "Global Pod Options (Advanced)"
schema:
additional_attrs: true
type: dict
attrs:
- variable: expertPodOpts
label: "Expert - Pod Options"
schema:
type: boolean
default: false
show_subquestions_if: true
subquestions:
- variable: hostNetwork
label: "Host Networking"
schema:
type: boolean
default: false
- variable: dnsConfig
label: "DNS Configuration"
schema:
type: dict
additional_attrs: true
attrs:
- variable: options
label: "Options"
schema:
type: list
default: [{"name": "ndots", "value": "2"}]
items:
- variable: optionsEntry
label: "Option Entry"
schema:
type: dict
additional_attrs: true
attrs:
- variable: name
label: "Name"
schema:
type: string
required: true
- variable: value
label: "Value"
schema:
type: string
- variable: nameservers
label: "Nameservers"
schema:
type: list
default: []
items:
- variable: nsEntry
label: "Nameserver Entry"
schema:
type: string
required: true
- variable: searches
label: "Searches"
schema:
type: list
default: []
items:
- variable: searchEntry
label: "Search Entry"
schema:
type: string
required: true
- variable: service - variable: service
group: Networking and Services group: Networking and Services
label: Configure Service(s) label: Configure Service(s)

View File

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

View File