Commit new Chart releases for TrueCharts

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot
2023-02-20 09:04:11 +00:00
parent b6d79d92b8
commit 02a65fd2ca
38 changed files with 2264 additions and 42 deletions

View File

@@ -0,0 +1,99 @@
**Important:**
*for the complete changelog, please refer to the website*
## [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
- update container image tccr.io/truecharts/home-assistant to v2023.2.1
## [home-assistant-18.0.34](https://github.com/truecharts/charts/compare/home-assistant-18.0.33...home-assistant-18.0.34) (2023-02-03)
## [home-assistant-18.0.33](https://github.com/truecharts/charts/compare/home-assistant-18.0.32...home-assistant-18.0.33) (2023-01-30)
### Chore
- update container image tccr.io/truecharts/home-assistant to v2023.1.7
## [home-assistant-18.0.32](https://github.com/truecharts/charts/compare/home-assistant-18.0.31...home-assistant-18.0.32) (2023-01-24)
### Chore
- update helm general non-major ([#6689](https://github.com/truecharts/charts/issues/6689))
## [home-assistant-18.0.31](https://github.com/truecharts/charts/compare/home-assistant-18.0.30...home-assistant-18.0.31) (2023-01-23)
### Chore
- update helm general non-major

View File

@@ -0,0 +1,36 @@
apiVersion: v2
appVersion: "2023.2.5"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 11.1.2
- condition: postgresql.enabled
name: postgresql
repository: https://deps.truecharts.org/
version: 11.0.29
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://hub.docker.com/r/homeassistant/home-assistant
- https://github.com/home-assistant/home-assistant
- https://github.com/cdr/code-server
type: application
version: 18.0.41
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.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

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.2.5@sha256:551ee82347af025e02a7fc27e526d0c4f05e8b29e7bbe948edc6bc12d306fb5f
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 @@
## [n8n-7.0.45](https://github.com/truecharts/charts/compare/n8n-7.0.44...n8n-7.0.45) (2023-02-19)
### Chore
- update helm general non-major

View File

@@ -4,6 +4,15 @@
## [n8n-7.0.46](https://github.com/truecharts/charts/compare/n8n-7.0.45...n8n-7.0.46) (2023-02-20)
### Chore
- update container image tccr.io/truecharts/n8n to v0.216.0
## [n8n-7.0.45](https://github.com/truecharts/charts/compare/n8n-7.0.44...n8n-7.0.45) (2023-02-19)
### Chore
@@ -88,12 +97,3 @@
## [n8n-7.0.36](https://github.com/truecharts/charts/compare/n8n-7.0.35...n8n-7.0.36) (2023-01-31)
### Chore
- update container image tccr.io/truecharts/n8n to v0.213.0
## [n8n-7.0.35](https://github.com/truecharts/charts/compare/n8n-7.0.34...n8n-7.0.35) (2023-01-24)
### Chore

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "0.215.2"
appVersion: "0.216.0"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -29,7 +29,7 @@ sources:
- https://hub.docker.com/r/n8nio/n8n
- https://docs.n8n.io/
- https://github.com/n8n-io/n8n
version: 7.0.45
version: 7.0.46
annotations:
truecharts.org/catagories: |
- media

View File

@@ -0,0 +1,9 @@
## [n8n-7.0.46](https://github.com/truecharts/charts/compare/n8n-7.0.45...n8n-7.0.46) (2023-02-20)
### Chore
- update container image tccr.io/truecharts/n8n to v0.216.0

View File

@@ -1,6 +1,6 @@
image:
repository: tccr.io/truecharts/n8n
tag: 0.215.2@sha256:32bedd9e2ef587de7c0f0e52712161dbb41c76fb791b7f78353a66b10137b045
tag: 0.216.0@sha256:15754b63ae1aed935761150a4e3e0e538a569ac3c98d127c0b44cf9ab92aad0f
pullPolicy: IfNotPresent
securityContext:

View File

@@ -1,9 +0,0 @@
## [shlink-7.0.25](https://github.com/truecharts/charts/compare/shlink-7.0.24...shlink-7.0.25) (2023-02-19)
### Chore
- update helm general non-major

View File

@@ -4,6 +4,15 @@
## [shlink-7.0.26](https://github.com/truecharts/charts/compare/shlink-7.0.25...shlink-7.0.26) (2023-02-20)
### Chore
- update container image tccr.io/truecharts/shlink to v3.5.2
## [shlink-7.0.25](https://github.com/truecharts/charts/compare/shlink-7.0.24...shlink-7.0.25) (2023-02-19)
### Chore
@@ -88,12 +97,3 @@
## [shlink-7.0.16](https://github.com/truecharts/charts/compare/shlink-7.0.15...shlink-7.0.16) (2022-12-27)
### Chore
- update helm general non-major ([#5848](https://github.com/truecharts/charts/issues/5848))
## [shlink-7.0.15](https://github.com/truecharts/charts/compare/shlink-7.0.14...shlink-7.0.15) (2022-12-26)
### Chore

View File

@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: "3.5.1"
appVersion: "3.5.2"
dependencies:
- name: common
repository: https://library-charts.truecharts.org
@@ -30,7 +30,7 @@ sources:
- https://hub.docker.com/r/shlinkio/shlink
- https://github.com/shlinkio/shlink
type: application
version: 7.0.25
version: 7.0.26
annotations:
truecharts.org/catagories: |
- utilities

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 @@
## [shlink-7.0.26](https://github.com/truecharts/charts/compare/shlink-7.0.25...shlink-7.0.26) (2023-02-20)
### Chore
- update container image tccr.io/truecharts/shlink to v3.5.2

Binary file not shown.

Binary file not shown.

View File

@@ -1,7 +1,7 @@
image:
repository: tccr.io/truecharts/shlink
pullPolicy: IfNotPresent
tag: 3.5.1@sha256:5e0bf43420b19bd393de9342b944a3f1cb43ba4fa306d5259ca957c1d6b56bd6
tag: 3.5.2@sha256:492d314b0d6fa22411102516ffc10662dee871a1f9d01bdb4f5d6daf9bba802e
securityContext:
runAsNonRoot: false

View File