Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
f6f1c19a70
commit
f731f334ab
|
@ -0,0 +1,99 @@
|
|||
**Important:**
|
||||
*for the complete changelog, please refer to the website*
|
||||
|
||||
|
||||
|
||||
|
||||
## [home-assistant-20.0.2](https://github.com/truecharts/charts/compare/home-assistant-20.0.1...home-assistant-20.0.2) (2023-08-12)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/home-assistant to v2023.8.2 ([#11471](https://github.com/truecharts/charts/issues/11471))
|
||||
|
||||
|
||||
|
||||
|
||||
## [home-assistant-20.0.1](https://github.com/truecharts/charts/compare/home-assistant-20.0.0...home-assistant-20.0.1) (2023-08-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/home-assistant to v2023.8.1 ([#11276](https://github.com/truecharts/charts/issues/11276))
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
## [home-assistant-20.0.0](https://github.com/truecharts/charts/compare/home-assistant-19.0.37...home-assistant-20.0.0) (2023-07-31)
|
||||
|
||||
|
||||
|
||||
|
||||
## [home-assistant-19.0.37](https://github.com/truecharts/charts/compare/home-assistant-19.0.36...home-assistant-19.0.37) (2023-07-29)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#10955](https://github.com/truecharts/charts/issues/10955))
|
||||
|
||||
|
||||
|
||||
|
||||
## [home-assistant-19.0.36](https://github.com/truecharts/charts/compare/home-assistant-19.0.35...home-assistant-19.0.36) (2023-07-22)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/home-assistant to v2023.7.3 ([#10742](https://github.com/truecharts/charts/issues/10742))
|
||||
|
||||
|
||||
|
||||
|
||||
## [home-assistant-19.0.35](https://github.com/truecharts/charts/compare/home-assistant-19.0.34...home-assistant-19.0.35) (2023-07-18)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/home-assistant to v2023.7.2 ([#10581](https://github.com/truecharts/charts/issues/10581))
|
||||
|
||||
|
||||
|
||||
|
||||
## [home-assistant-19.0.34](https://github.com/truecharts/charts/compare/home-assistant-19.0.33...home-assistant-19.0.34) (2023-07-07)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/home-assistant to v2023.7.1 ([#10279](https://github.com/truecharts/charts/issues/10279))
|
||||
|
||||
|
||||
|
||||
|
||||
## [home-assistant-19.0.33](https://github.com/truecharts/charts/compare/home-assistant-19.0.32...home-assistant-19.0.33) (2023-07-01)
|
||||
|
||||
### Chore
|
||||
|
||||
- update helm general non-major ([#10069](https://github.com/truecharts/charts/issues/10069))
|
||||
|
||||
|
||||
|
||||
|
||||
## [home-assistant-19.0.32](https://github.com/truecharts/charts/compare/home-assistant-19.0.31...home-assistant-19.0.32) (2023-06-26)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/home-assistant to v2023.6.3 ([#9924](https://github.com/truecharts/charts/issues/9924))
|
||||
|
||||
|
||||
|
||||
|
||||
## [home-assistant-19.0.31](https://github.com/truecharts/charts/compare/home-assistant-19.0.30...home-assistant-19.0.31) (2023-06-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/home-assistant to v2023.6.2 ([#9676](https://github.com/truecharts/charts/issues/9676))
|
||||
|
||||
|
||||
|
||||
|
||||
## [home-assistant-19.0.31](https://github.com/truecharts/charts/compare/home-assistant-19.0.30...home-assistant-19.0.31) (2023-06-15)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/home-assistant to v2023.6.2 ([#9676](https://github.com/truecharts/charts/issues/9676))
|
||||
|
|
@ -0,0 +1,30 @@
|
|||
apiVersion: v2
|
||||
appVersion: "2023.8.2"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 14.0.1
|
||||
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: 20.0.2
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- home-automation
|
||||
truecharts.org/SCALE-support: "true"
|
|
@ -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/guides/scale-intro).
|
||||
- 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*
|
|
@ -0,0 +1,9 @@
|
|||
|
||||
|
||||
## [home-assistant-20.0.2](https://github.com/truecharts/charts/compare/home-assistant-20.0.1...home-assistant-20.0.2) (2023-08-12)
|
||||
|
||||
### Chore
|
||||
|
||||
- update container image tccr.io/truecharts/home-assistant to v2023.8.2 ([#11471](https://github.com/truecharts/charts/issues/11471))
|
||||
|
||||
|
|
@ -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!
|
Binary file not shown.
|
@ -0,0 +1,162 @@
|
|||
image:
|
||||
repository: tccr.io/truecharts/home-assistant
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v2023.8.2@sha256:d0f7570871531fb2503ef2fafdd6ee84caf63aa209fa4a70e53e1d0927191787
|
||||
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
|
||||
echo "" >> "$config_file"
|
||||
cat /config/init/recorder.default >> "$config_file"
|
||||
fi
|
||||
if grep -q http: "$config_file"; then
|
||||
echo "configuration.yaml already contains http section"
|
||||
else
|
||||
echo "" >> "$config_file"
|
||||
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
|
||||
capabilities:
|
||||
add:
|
||||
- CAP_NET_RAW
|
||||
- CAP_NET_BIND_SERVICE
|
File diff suppressed because it is too large
Load Diff
|
@ -0,0 +1 @@
|
|||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
|
@ -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" . }}
|
Loading…
Reference in New Issue