Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2023-01-16 02:16:02 +00:00
parent 5c49525d95
commit 576760d085
23 changed files with 2202 additions and 22 deletions

View File

@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [home-assistant-18.0.27](https://github.com/truecharts/charts/compare/home-assistant-18.0.26...home-assistant-18.0.27) (2023-01-16)
### Chore
- update container image tccr.io/truecharts/home-assistant to v2023.1.4
## [home-assistant-18.0.26](https://github.com/truecharts/charts/compare/home-assistant-18.0.25...home-assistant-18.0.26) (2023-01-11)
### Chore
- update container image tccr.io/truecharts/home-assistant to v2023.1.2
## [home-assistant-18.0.25](https://github.com/truecharts/charts/compare/home-assistant-18.0.24...home-assistant-18.0.25) (2023-01-07)
### Chore
- update helm general non-major ([#6121](https://github.com/truecharts/charts/issues/6121))
## [home-assistant-18.0.24](https://github.com/truecharts/charts/compare/home-assistant-18.0.23...home-assistant-18.0.24) (2023-01-07)
### Chore
- update container image tccr.io/truecharts/home-assistant to v2022.12.9
## [home-assistant-18.0.23](https://github.com/truecharts/charts/compare/home-assistant-18.0.22...home-assistant-18.0.23) (2022-12-27)
### Chore
- update helm general non-major ([#5856](https://github.com/truecharts/charts/issues/5856))
## [home-assistant-18.0.22](https://github.com/truecharts/charts/compare/home-assistant-18.0.21...home-assistant-18.0.22) (2022-12-26)
### Chore
- update helm general non-major ([#5839](https://github.com/truecharts/charts/issues/5839))
## [home-assistant-18.0.21](https://github.com/truecharts/charts/compare/home-assistant-18.0.20...home-assistant-18.0.21) (2022-12-25)
### Chore
- update helm general non-major
## [home-assistant-18.0.20](https://github.com/truecharts/charts/compare/home-assistant-18.0.19...home-assistant-18.0.20) (2022-12-21)
### Chore
- update container image tccr.io/truecharts/home-assistant to v2022.12.8
## [home-assistant-18.0.19](https://github.com/truecharts/charts/compare/home-assistant-18.0.18...home-assistant-18.0.19) (2022-12-19)
### Chore
- update helm general non-major
## [home-assistant-18.0.18](https://github.com/truecharts/charts/compare/home-assistant-18.0.17...home-assistant-18.0.18) (2022-12-18)
### Chore
- update container image tccr.io/truecharts/home-assistant to v2022.12.7
- update helm chart postgresql to v11.0.13 ([#5495](https://github.com/truecharts/charts/issues/5495))
## [home-assistant-18.0.17](https://github.com/truecharts/charts/compare/home-assistant-18.0.16...home-assistant-18.0.17) (2022-12-15)

View File

@ -0,0 +1,35 @@
apiVersion: v2
appVersion: "2023.1.4"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.2
- condition: postgresql.enabled
name: postgresql
repository: https://charts.truecharts.org/
version: 11.0.18
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: 18.0.27
annotations:
truecharts.org/catagories: |
- home-automation
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -0,0 +1,9 @@
## [home-assistant-18.0.27](https://github.com/truecharts/charts/compare/home-assistant-18.0.26...home-assistant-18.0.27) (2023-01-16)
### Chore
- update container image tccr.io/truecharts/home-assistant to v2023.1.4

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,168 @@
image:
repository: tccr.io/truecharts/home-assistant
pullPolicy: IfNotPresent
tag: 2023.1.4@sha256:b6dad762477f202f66b928d90bf172e27fd2cd00cdbbc175ecc4de2d58e1badf
securityContext:
readOnlyRootFilesystem: false
runAsNonRoot: false
podSecurityContext:
runAsUser: 0
runAsGroup: 0
service:
main:
ports:
main:
port: 8123
targetPort: 8123
initContainers:
init:
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
command: ["/config/init/init.sh"]
volumeMounts:
- name: init
mountPath: "/config/init"
- name: config
mountPath: "/config"
# # 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"
init:
enabled: "true"
mountPath: "/config/init"
readOnly: true
type: "custom"
volumeSpec:
configMap:
name: '{{ include "tc.common.names.fullname" . }}-init'
defaultMode: 0777
configmap:
init:
enabled: true
data:
init.sh: |-
#!/bin/sh
if test -f "/config/configuration.yaml"; then
echo "configuration.yaml exists."
if grep -q recorder: "/config/configuration.yaml"; then
echo "configuration.yaml already contains recorder"
else
cat /config/init/recorder.default >> /config/configuration.yaml
fi
if grep -q http: "/config/configuration.yaml"; then
echo "configuration.yaml already contains http section"
else
cat /config/init/http.default >> /config/configuration.yaml
fi
else
echo "configuration.yaml does NOT exist."
cp /config/init/configuration.yaml.default /config/configuration.yaml
cat /config/init/recorder.default >> /config/configuration.yaml
cat /config/init/http.default >> /config/configuration.yaml
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.postgresql.url.complete | 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 }}
postgresql:
enabled: true
postgresqlUsername: home-assistant
postgresqlDatabase: home-assistant
existingSecret: "dbcreds"
influxdb:
enabled: false
architecture: standalone
database: home_assistant
authEnabled: false
persistence:
enabled: false
# storageClass: ""
#
portal:
enabled: true

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.common.loader.init" . }}
{{/* Render the templates */}}
{{ include "tc.common.loader.apply" . }}

View File

@ -1,9 +0,0 @@
## [strapi-8.0.21](https://github.com/truecharts/charts/compare/strapi-8.0.20...strapi-8.0.21) (2023-01-07)
### Chore
- update helm general non-major ([#6121](https://github.com/truecharts/charts/issues/6121))

View File

@ -4,6 +4,15 @@
## [strapi-8.0.22](https://github.com/truecharts/charts/compare/strapi-8.0.21...strapi-8.0.22) (2023-01-16)
### Chore
- update container image tccr.io/truecharts/strapi to v4.5.6
## [strapi-8.0.21](https://github.com/truecharts/charts/compare/strapi-8.0.20...strapi-8.0.21) (2023-01-07)
### Chore
@ -88,12 +97,3 @@
## [strapi-8.0.12](https://github.com/truecharts/charts/compare/strapi-8.0.11...strapi-8.0.12) (2022-12-05)
### Chore
- update helm general non-major
## [strapi-8.0.11](https://github.com/truecharts/charts/compare/strapi-8.0.10...strapi-8.0.11) (2022-12-01)

View File

@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "4.5.5"
appVersion: "4.5.6"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@ -25,7 +25,7 @@ sources:
- https://truecharts.org/docs/charts/stable/strapi
- https://hub.docker.com/r/naskio/strapi
- https://github.com/naskio/docker-strapi
version: 8.0.21
version: 8.0.22
annotations:
truecharts.org/catagories: |
- media

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 @@
## [strapi-8.0.22](https://github.com/truecharts/charts/compare/strapi-8.0.21...strapi-8.0.22) (2023-01-16)
### Chore
- update container image tccr.io/truecharts/strapi to v4.5.6

View File

@ -5,4 +5,4 @@ This App is supplied by TrueCharts, for more information visit the manual: [http
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/about/sponsor) or contributing back to the project any way you can!
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

Binary file not shown.

Binary file not shown.

View File

@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/strapi
tag: 4.5.5@sha256:dfb09c1c66113f781df7cb0911bab3122c9ca0a2e8a593b4c7b66635eec968c5
tag: 4.5.6@sha256:9181b6aa8e430dc472c298ceb2e96715e4258998c1d487dbafa5d8a2c746012a
pullPolicy: Always
securityContext:

View File