Commit new Chart releases for TrueCharts
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
95439d7a95
commit
a3c587bb3c
|
@ -0,0 +1,99 @@
|
||||||
|
**Important:**
|
||||||
|
*for the complete changelog, please refer to the website*
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [home-assistant-19.0.2](https://github.com/truecharts/charts/compare/home-assistant-19.0.1...home-assistant-19.0.2) (2023-04-12)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- add an empty line after each concat ([#7957](https://github.com/truecharts/charts/issues/7957))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [home-assistant-19.0.1](https://github.com/truecharts/charts/compare/home-assistant-19.0.0...home-assistant-19.0.1) (2023-04-11)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- bump common on the 222 ([#7927](https://github.com/truecharts/charts/issues/7927))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [home-assistant-19.0.0](https://github.com/truecharts/charts/compare/home-assistant-18.0.42...home-assistant-19.0.0) (2023-04-11)
|
||||||
|
|
||||||
|
### Feat
|
||||||
|
|
||||||
|
- BREAKING CHANGE migrate to new common part 1 ([#7900](https://github.com/truecharts/charts/issues/7900))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [home-assistant-18.0.42](https://github.com/truecharts/charts/compare/home-assistant-18.0.41...home-assistant-18.0.42) (2023-02-27)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update helm general non-major ([#7725](https://github.com/truecharts/charts/issues/7725))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [home-assistant-18.0.41](https://github.com/truecharts/charts/compare/home-assistant-18.0.40...home-assistant-18.0.41) (2023-02-20)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/home-assistant to v2023.2.5
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [home-assistant-18.0.40](https://github.com/truecharts/charts/compare/home-assistant-18.0.39...home-assistant-18.0.40) (2023-02-19)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update helm general non-major
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [home-assistant-18.0.39](https://github.com/truecharts/charts/compare/home-assistant-18.0.38...home-assistant-18.0.39) (2023-02-13)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/home-assistant to v2023.2.4
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [home-assistant-18.0.38](https://github.com/truecharts/charts/compare/home-assistant-18.0.37...home-assistant-18.0.38) (2023-02-10)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- ensure new helm deps repo is used in latest releases as well.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [home-assistant-18.0.37](https://github.com/truecharts/charts/compare/home-assistant-18.0.36...home-assistant-18.0.37) (2023-02-08)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/home-assistant to v2023.2.3
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [home-assistant-18.0.36](https://github.com/truecharts/charts/compare/home-assistant-18.0.35...home-assistant-18.0.36) (2023-02-05)
|
||||||
|
|
||||||
|
### Chore
|
||||||
|
|
||||||
|
- update container image tccr.io/truecharts/home-assistant to v2023.2.2
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## [home-assistant-18.0.35](https://github.com/truecharts/charts/compare/home-assistant-18.0.34...home-assistant-18.0.35) (2023-02-03)
|
||||||
|
|
||||||
|
### Chore
|
|
@ -0,0 +1,30 @@
|
||||||
|
apiVersion: v2
|
||||||
|
appVersion: "2023.2.5"
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
repository: https://library-charts.truecharts.org
|
||||||
|
version: 12.4.3
|
||||||
|
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.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%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*
|
|
@ -0,0 +1,9 @@
|
||||||
|
|
||||||
|
|
||||||
|
## [home-assistant-19.0.2](https://github.com/truecharts/charts/compare/home-assistant-19.0.1...home-assistant-19.0.2) (2023-04-12)
|
||||||
|
|
||||||
|
### Fix
|
||||||
|
|
||||||
|
- add an empty line after each concat ([#7957](https://github.com/truecharts/charts/issues/7957))
|
||||||
|
|
||||||
|
|
|
@ -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,155 @@
|
||||||
|
image:
|
||||||
|
repository: tccr.io/truecharts/home-assistant
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
tag: 2023.2.5@sha256:551ee82347af025e02a7fc27e526d0c4f05e8b29e7bbe948edc6bc12d306fb5f
|
||||||
|
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"
|
||||||
|
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
|
@ -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