Skip to content

Commit

Permalink
Commit daily changes
Browse files Browse the repository at this point in the history
Signed-off-by: TrueCharts-Bot <[email protected]>
  • Loading branch information
truecharts-admin committed Mar 5, 2024
1 parent b366e27 commit ea8519e
Show file tree
Hide file tree
Showing 149 changed files with 165 additions and 165 deletions.
2 changes: 1 addition & 1 deletion charts/dependency/clickhouse/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ keywords:
- database
- clickhouse
- sql
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/dependency/memcached/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ keywords:
- memcached
- database
- cache
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/dependency/mongodb/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ keywords:
- mongodb
- database
- nosql
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/enterprise/grafana/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ keywords:
- monitoring
- metrics
- logs
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: [email protected]
Expand Down
6 changes: 3 additions & 3 deletions charts/enterprise/nextcloud/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ keywords:
- http
- web
- php
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: [email protected]
Expand All @@ -43,11 +43,11 @@ sources:
- https://github.com/nextcloud/docker
- https://github.com/nextcloud/helm
- https://github.com/truecharts/charts/tree/master/charts/enterprise/nextcloud
- https://hub.docker.com/r/nginxinc/nginx-unprivileged
- https://github.com/truecharts/containers/tree/master/apps/nextcloud-fpm
- https://hub.docker.com/r/nginxinc/nginx-unprivileged
- https://hub.docker.com/r/collabora/code
- https://github.com/truecharts/containers/tree/master/apps/nextcloud-push-notify
- https://github.com/truecharts/containers/tree/master/apps/nextcloud-imaginary
- https://hub.docker.com/r/clamav/clamav
- https://hub.docker.com/r/collabora/code
type: application
version: 29.2.2
4 changes: 2 additions & 2 deletions charts/enterprise/prometheus/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ home: https://truecharts.org/charts/enterprise/prometheus
icon: https://truecharts.org/img/hotlink-ok/chart-icons/prometheus.png
keywords:
- metrics
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: [email protected]
Expand All @@ -40,7 +40,7 @@ sources:
- https://github.com/prometheus-operator/kube-prometheus
- https://github.com/truecharts/charts/tree/master/charts/enterprise/prometheus
- https://hub.docker.com/r/bitnami/alertmanager
- https://quay.io/thanos/thanos
- https://hub.docker.com/r/bitnami/prometheus
- https://quay.io/thanos/thanos
type: application
version: 17.6.0
10 changes: 5 additions & 5 deletions charts/enterprise/traefik/templates/middlewares/bouncer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,13 @@ spec:
{{- end }}
{{- end }}
{{- if $middlewareData.forwardedHeadersTrustedIPs }}
forwardedHeadersTrustedIPs:
forwardedHeadersTrustedIPs:
{{- range $middlewareData.forwardedHeadersTrustedIPs }}
- {{ . }}
{{- end }}
{{- end }}
{{- if $middlewareData.clientTrustedIPs }}
clientTrustedIPs:
clientTrustedIPs:
{{- range $middlewareData.clientTrustedIPs }}
- {{ . }}
{{- end }}
Expand All @@ -89,13 +89,13 @@ spec:
{{- with $middlewareData.redisCacheDatabase }}
redisCacheDatabase: {{ . }}
{{- end }}
{{- with $middlewareData.crowdsecLapiTLSCertificateAuthority }}
{{- with $middlewareData.crowdsecLapiTLSCertificateAuthority }}
crowdsecLapiTLSCertificateAuthority: {{ . }}
{{- end }}
{{- with $middlewareData.crowdsecLapiTLSCertificateAuthorityFile }}
crowdsecLapiTLSCertificateAuthorityFile: {{ . }}
{{- end }}
{{- with $middlewareData.crowdsecLapiTLSCertificateBouncer }}
{{- with $middlewareData.crowdsecLapiTLSCertificateBouncer }}
crowdsecLapiTLSCertificateBouncer: {{ . }}
{{- end }}
{{- with $middlewareData.crowdsecLapiTLSCertificateBouncerFile }}
Expand All @@ -108,5 +108,5 @@ spec:
crowdsecLapiTLSCertificateBouncerKeyFile: {{ . }}
{{- end }}


{{- end }}
4 changes: 2 additions & 2 deletions charts/enterprise/traefik/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -459,10 +459,10 @@ middlewares:
# - crowdsecurity/http-path-traversal-probing
# - crowdsecurity/http-xss-probing
# - crowdsecurity/http-generic-bf
# forwardedHeadersTrustedIPs:
# forwardedHeadersTrustedIPs:
# - 10.0.10.23/32
# - 10.0.20.0/24
# clientTrustedIPs:
# clientTrustedIPs:
# - 192.168.1.0/24
# forwardedHeadersCustomName: X-Custom-Header
# redisCacheEnabled: false
Expand Down
2 changes: 1 addition & 1 deletion charts/operators/cert-manager/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ keywords:
- cert-manager
- certificates
- security
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/actualserver/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/actualserver.png
keywords:
- actualserver
- finance
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/alist/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ keywords:
- google driver
- aliyun driver
- baiduyun
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/anonaddy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ home: https://truecharts.org/charts/stable/anonaddy
icon: https://truecharts.org/img/hotlink-ok/chart-icons/anonaddy.png
keywords:
- anonaddy
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: [email protected]
Expand Down
4 changes: 2 additions & 2 deletions charts/stable/authentik/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ sources:
- https://goauthentik.io/docs/
- https://github.com/goauthentik/authentik
- https://github.com/truecharts/charts/tree/master/charts/stable/authentik
- https://ghcr.io/maxmind/geoipupdate
- https://ghcr.io/goauthentik/radius
- https://ghcr.io/goauthentik/proxy
- https://ghcr.io/goauthentik/server
- https://ghcr.io/maxmind/geoipupdate
- https://ghcr.io/goauthentik/ldap
- https://ghcr.io/goauthentik/proxy
type: application
version: 24.2.2
2 changes: 1 addition & 1 deletion charts/stable/autobrr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/autobrr.png
keywords:
- autobrr
- torrent
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/autoscan/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/autoscan.png
keywords:
- autoscan
- media
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/babybuddy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ keywords:
- tracker
- parents
- parenting
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/bazarr/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ keywords:
- subtitles
- usenet
- torrent
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/beets/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ keywords:
- manager
- player
- beets
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/blender-desktop-g3/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ keywords:
- Tools-Utilities
- MediaApp-Photos
- MediaApp-Other
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/blender/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/blender.png
keywords:
- blender
- Other
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/boinc/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/boinc
icon: https://truecharts.org/img/hotlink-ok/chart-icons/boinc.png
keywords:
- boinc
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/booksonic-air/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/booksonic-air.png
keywords:
- booksonic
- audiobook
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/bookstack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ keywords:
- organizer
- server
- hosted
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/budge/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/budge.png
keywords:
- finance
- budge
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/calibre-web/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ keywords:
- calibre-web
- calibre
- ebook
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/calibre/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/calibre
icon: https://truecharts.org/img/hotlink-ok/chart-icons/calibre.png
keywords:
- calibre
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/chroma/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ keywords:
- chroma
- embedding
- database
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/chronograf/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/chronograf.png
keywords:
- chronograf
- Tools-System
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/clamav/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/clamav.png
keywords:
- clamav
- antivirus
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/cloudflareddns/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ keywords:
- cloudflareddns
- ddns
- cloudflare
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/code-server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ keywords:
- vs
- visual studio
- vscode
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/cops/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ keywords:
- Cloud
- MediaApp-Books
- MediaServer-Books
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/ctfd/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/ctfd.png
keywords:
- ctfd
- learning
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/dashy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/dashy
icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashy.png
keywords:
- dashboard
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/davos/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ keywords:
- davos
- ftp
- automation
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/ddclient/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/ddclient
icon: https://truecharts.org/img/hotlink-ok/chart-icons/ddclient.png
keywords:
- ddclient
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/deconz/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ keywords:
- home-automation
- zigbee
- conbee
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: [email protected]
Expand Down
Loading

0 comments on commit ea8519e

Please sign in to comment.