Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-05-16 10:10:36 +00:00
parent 2e2fafd296
commit 745694a872
36 changed files with 2321 additions and 40 deletions

View File

@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [home-assistant-19.0.18](https://github.com/truecharts/charts/compare/home-assistant-19.0.17...home-assistant-19.0.18) (2023-05-16)
### Chore
- update container image tccr.io/truecharts/home-assistant to v2023.5.2 ([#8855](https://github.com/truecharts/charts/issues/8855))
### Fix
- fix dhcp component ([#8980](https://github.com/truecharts/charts/issues/8980))
## [home-assistant-19.0.17](https://github.com/truecharts/charts/compare/home-assistant-19.0.16...home-assistant-19.0.17) (2023-05-16)
### Chore
- update helm general non-major ([#8979](https://github.com/truecharts/charts/issues/8979))
## [home-assistant-19.0.16](https://github.com/truecharts/charts/compare/home-assistant-19.0.15...home-assistant-19.0.16) (2023-05-06)
### Fix
- Ensure appended config files start on new line. ([#8784](https://github.com/truecharts/charts/issues/8784))
## [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))

View File

@ -0,0 +1,30 @@
apiVersion: v2
appVersion: "2023.5.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 12.8.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: 19.0.18
annotations:
truecharts.org/catagories: |
- home-automation
truecharts.org/SCALE-support: "true"

View File

@ -0,0 +1,13 @@
## [home-assistant-19.0.18](https://github.com/truecharts/charts/compare/home-assistant-19.0.17...home-assistant-19.0.18) (2023-05-16)
### Chore
- update container image tccr.io/truecharts/home-assistant to v2023.5.2 ([#8855](https://github.com/truecharts/charts/issues/8855))
### Fix
- fix dhcp component ([#8980](https://github.com/truecharts/charts/issues/8980))

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,162 @@
image:
repository: tccr.io/truecharts/home-assistant
pullPolicy: IfNotPresent
tag: v2023.5.2@sha256:8c3a10ef601bb1c500c6245a666edcef0a9e959099e61287d63a87620a1f871b
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

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 @@
## [quassel-core-7.0.13](https://github.com/truecharts/charts/compare/quassel-core-7.0.12...quassel-core-7.0.13) (2023-05-16)
### Chore
- update helm general non-major ([#8979](https://github.com/truecharts/charts/issues/8979))

View File

@ -4,6 +4,15 @@
## [quassel-core-7.0.14](https://github.com/truecharts/charts/compare/quassel-core-7.0.13...quassel-core-7.0.14) (2023-05-16)
### Chore
- update container image tccr.io/truecharts/quassel-core to v0.14.0 ([#8988](https://github.com/truecharts/charts/issues/8988))
## [quassel-core-7.0.13](https://github.com/truecharts/charts/compare/quassel-core-7.0.12...quassel-core-7.0.13) (2023-05-16)
### Chore
@ -88,12 +97,3 @@
## [quassel-core-7.0.4](https://github.com/truecharts/charts/compare/quassel-core-7.0.3...quassel-core-7.0.4) (2023-04-16)
### Chore
- update helm general non-major ([#8071](https://github.com/truecharts/charts/issues/8071))
## [quassel-core-7.0.3](https://github.com/truecharts/charts/compare/quassel-core-7.0.2...quassel-core-7.0.3) (2023-04-16)
### Chore

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: quassel-core
version: 7.0.13
version: 7.0.14
appVersion: "0.14.0"
description: Quassel-core is a modern, cross-platform, distributed IRC client.
type: application

View File

@ -0,0 +1,9 @@
## [quassel-core-7.0.14](https://github.com/truecharts/charts/compare/quassel-core-7.0.13...quassel-core-7.0.14) (2023-05-16)
### Chore
- update container image tccr.io/truecharts/quassel-core to v0.14.0 ([#8988](https://github.com/truecharts/charts/issues/8988))

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/quassel-core
pullPolicy: IfNotPresent
tag: v0.14.0@sha256:8b5e86c0a78cfca96b26cf92c80422b14595f8e75c277f80cd019da9e8354aa5
tag: v0.14.0@sha256:08aa210b6e6cfc4008982274b61b744ee2026a61934674e4d55fd4657a27f420
service:
main:
ports:

View File

@ -1,9 +0,0 @@
## [rsshub-7.0.21](https://github.com/truecharts/charts/compare/rsshub-7.0.20...rsshub-7.0.21) (2023-05-16)
### Chore
- update helm general non-major ([#8979](https://github.com/truecharts/charts/issues/8979))

View File

@ -4,6 +4,15 @@
## [rsshub-7.0.22](https://github.com/truecharts/charts/compare/rsshub-7.0.21...rsshub-7.0.22) (2023-05-16)
### Chore
- update container image tccr.io/truecharts/rsshub to latest ([#8989](https://github.com/truecharts/charts/issues/8989))
## [rsshub-7.0.21](https://github.com/truecharts/charts/compare/rsshub-7.0.20...rsshub-7.0.21) (2023-05-16)
### Chore
@ -88,12 +97,3 @@
## [rsshub-7.0.15](https://github.com/truecharts/charts/compare/rsshub-7.0.14...rsshub-7.0.15) (2023-05-02)
### Chore
- update container image tccr.io/truecharts/rsshub to latest ([#8703](https://github.com/truecharts/charts/issues/8703))
## [rsshub-7.0.14](https://github.com/truecharts/charts/compare/rsshub-7.0.13...rsshub-7.0.14) (2023-05-01)
### Chore

View File

@ -1,7 +1,7 @@
apiVersion: v2
kubeVersion: ">=1.16.0-0"
name: rsshub
version: 7.0.21
version: 7.0.22
appVersion: "latest"
description: RSSHub can generate RSS feeds from pretty much everything
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 @@
## [rsshub-7.0.22](https://github.com/truecharts/charts/compare/rsshub-7.0.21...rsshub-7.0.22) (2023-05-16)
### Chore
- update container image tccr.io/truecharts/rsshub to latest ([#8989](https://github.com/truecharts/charts/issues/8989))

Binary file not shown.

View File

@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/rsshub
pullPolicy: IfNotPresent
tag: latest@sha256:108e7b7e92b207c83dd07be4b81380916d629f94332dbf816bb9aa252a4b2986
tag: latest@sha256:a4f0d4ab8f6810e83b12dd47057c6e7065b5a764a359cdfff5ffbfd19f4014a6
browserlessImage:
repository: tccr.io/truecharts/browserless-chrome
tag: 1.58.0-chrome@sha256:e77842d0a1eb20e26b6a88b95902fcba370480d2b930401ddc93f68c8d67d418

View File

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

View File