chore: pre-commit cleanup

This commit is contained in:
Kjeld Schouten
2024-02-27 16:46:41 +01:00
parent f19dfd867c
commit d66746cae5
91 changed files with 156 additions and 161 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ fi
if [[ "$curr_chart" != "charts/operators/grafana-agent-operator" ]]; then
echo "Installing Grafana-Agent-Operator chart"
TODO Enable later
TODO Enable later
helm install prometheus-operator oci://tccr.io/truecharts/grafana-agent-operator --namespace grafana-agent-operator --create-namespace --wait
if [[ "$?" != "0" ]]; then
echo "Failed to install grafana-agent-operator chart"
+1 -1
View File
@@ -25,7 +25,7 @@ keywords:
- monitoring
- metrics
- logs
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -33,7 +33,7 @@ keywords:
- http
- web
- php
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+3 -4
View File
@@ -64,7 +64,7 @@ kps:
##
prometheusOperator:
enabled: false
##
global:
rbac:
@@ -172,7 +172,6 @@ kps:
##
enabled: false
service:
main:
selectorLabels:
@@ -324,10 +323,10 @@ serviceAccount:
main:
enabled: true
primary: true
securityContext:
readOnlyRootFilesystem: false
probes:
# -- Liveness probe configuration
# @default -- See below
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana-agent.png
keywords:
- grafana-agent
- shell
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
@@ -18,7 +18,7 @@ workload:
podSpec:
containers:
main:
args:
args:
- "--kubelet-service={{ .Values.kubeletService.namespace }}/{{ .Values.kubeletService.serviceName }}"
probes:
liveness:
@@ -27,11 +27,10 @@ workload:
enabled: false
startup:
enabled: false
portal:
open:
enabled: false
rbac:
main:
@@ -41,59 +40,58 @@ rbac:
rules:
- apiGroups: [monitoring.grafana.com]
resources:
- grafanaagents
- metricsinstances
- logsinstances
- podlogs
- integrations
- grafanaagents
- metricsinstances
- logsinstances
- podlogs
- integrations
verbs: [get, list, watch]
- apiGroups: [monitoring.grafana.com]
resources:
- grafanaagents/finalizers
- metricsinstances/finalizers
- logsinstances/finalizers
- podlogs/finalizers
- integrations/finalizers
- grafanaagents/finalizers
- metricsinstances/finalizers
- logsinstances/finalizers
- podlogs/finalizers
- integrations/finalizers
verbs: [get, list, watch, update]
- apiGroups: [monitoring.coreos.com]
resources:
- podmonitors
- probes
- servicemonitors
- podmonitors
- probes
- servicemonitors
verbs: [get, list, watch]
- apiGroups: [monitoring.coreos.com]
resources:
- podmonitors/finalizers
- probes/finalizers
- servicemonitors/finalizers
- podmonitors/finalizers
- probes/finalizers
- servicemonitors/finalizers
verbs: [get, list, watch, update]
- apiGroups: [""]
resources:
- namespaces
- nodes
- namespaces
- nodes
verbs: [get, list, watch]
- apiGroups: [""]
resources:
- secrets
- services
- configmaps
- endpoints
- secrets
- services
- configmaps
- endpoints
verbs: [get, list, watch, create, update, patch, delete]
- apiGroups: ["apps"]
resources:
- statefulsets
- daemonsets
- deployments
- statefulsets
- daemonsets
- deployments
verbs: [get, list, watch, create, update, patch, delete]
# -- The service account the pods will use to interact with the Kubernetes API
serviceAccount:
main:
enabled: true
primary: true
# -- If both are set, Agent Operator will create and maintain a service for scraping kubelets
# https://grafana.com/docs/agent/latest/operator/getting-started/#monitor-kubelets
kubeletService:
namespace: default
serviceName: kubelet
+1 -1
View File
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/twofauth.png
keywords:
- 2fauth
- auth
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana-agent-operator.p
keywords:
- grafana-agent
- shell
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
@@ -18,7 +18,7 @@ workload:
podSpec:
containers:
main:
args:
args:
- "--kubelet-service={{ .Values.kubeletService.namespace }}/{{ .Values.kubeletService.serviceName }}"
probes:
liveness:
@@ -27,11 +27,10 @@ workload:
enabled: false
startup:
enabled: false
portal:
open:
enabled: false
rbac:
main:
@@ -41,59 +40,58 @@ rbac:
rules:
- apiGroups: [monitoring.grafana.com]
resources:
- grafanaagents
- metricsinstances
- logsinstances
- podlogs
- integrations
- grafanaagents
- metricsinstances
- logsinstances
- podlogs
- integrations
verbs: [get, list, watch]
- apiGroups: [monitoring.grafana.com]
resources:
- grafanaagents/finalizers
- metricsinstances/finalizers
- logsinstances/finalizers
- podlogs/finalizers
- integrations/finalizers
- grafanaagents/finalizers
- metricsinstances/finalizers
- logsinstances/finalizers
- podlogs/finalizers
- integrations/finalizers
verbs: [get, list, watch, update]
- apiGroups: [monitoring.coreos.com]
resources:
- podmonitors
- probes
- servicemonitors
- podmonitors
- probes
- servicemonitors
verbs: [get, list, watch]
- apiGroups: [monitoring.coreos.com]
resources:
- podmonitors/finalizers
- probes/finalizers
- servicemonitors/finalizers
- podmonitors/finalizers
- probes/finalizers
- servicemonitors/finalizers
verbs: [get, list, watch, update]
- apiGroups: [""]
resources:
- namespaces
- nodes
- namespaces
- nodes
verbs: [get, list, watch]
- apiGroups: [""]
resources:
- secrets
- services
- configmaps
- endpoints
- secrets
- services
- configmaps
- endpoints
verbs: [get, list, watch, create, update, patch, delete]
- apiGroups: ["apps"]
resources:
- statefulsets
- daemonsets
- deployments
- statefulsets
- daemonsets
- deployments
verbs: [get, list, watch, create, update, patch, delete]
# -- The service account the pods will use to interact with the Kubernetes API
serviceAccount:
main:
enabled: true
primary: true
# -- If both are set, Agent Operator will create and maintain a service for scraping kubelets
# https://grafana.com/docs/agent/latest/operator/getting-started/#monitor-kubelets
kubeletService:
namespace: default
serviceName: kubelet
+1 -1
View File
@@ -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: info@truecharts.org
+1 -1
View File
@@ -26,7 +26,7 @@ keywords:
- tracker
- parents
- parenting
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -26,7 +26,7 @@ keywords:
- manager
- player
- beets
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/bitmagnet.png
keywords:
- torrent
- bitmagnet
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
@@ -1,9 +1,9 @@
---
title: Scale App Installation
---
To effortlessly kickstart your journey with bitmagnet, integrate the [TrueCharts catalog](https://truecharts.org/manual/SCALE/guides/getting-started#adding-truecharts) and proceed with app installation on TrueNAS Scale.
Optionally, you can configure the `TMDB API Key` by following the guidelines outlined [here](https://bitmagnet.io/setup/configuration.html#obtaining-a-tmdb-api-key).
Worth noting, the PostgreSQL database is seamlessly configured and installed alongside the app. Just ensure to meticulously adhere to the getting started guide, installing all the recommended operators before initiating the app installation process.
---
title: Scale App Installation
---
To effortlessly kickstart your journey with bitmagnet, integrate the [TrueCharts catalog](https://truecharts.org/manual/SCALE/guides/getting-started#adding-truecharts) and proceed with app installation on TrueNAS Scale.
Optionally, you can configure the `TMDB API Key` by following the guidelines outlined [here](https://bitmagnet.io/setup/configuration.html#obtaining-a-tmdb-api-key).
Worth noting, the PostgreSQL database is seamlessly configured and installed alongside the app. Just ensure to meticulously adhere to the getting started guide, installing all the recommended operators before initiating the app installation process.
+1 -1
View File
@@ -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: info@truecharts.org
+1 -1
View File
@@ -24,7 +24,7 @@ keywords:
- calibre-web
- calibre
- ebook
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -24,7 +24,7 @@ keywords:
- chroma
- embedding
- database
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -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: info@truecharts.org
+1 -1
View File
@@ -24,7 +24,7 @@ keywords:
- cloudflareddns
- ddns
- cloudflare
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -26,7 +26,7 @@ keywords:
- Cloud
- MediaApp-Books
- MediaServer-Books
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -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: info@truecharts.org
+1 -1
View File
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/dillinger
icon: https://truecharts.org/img/hotlink-ok/chart-icons/dillinger.png
keywords:
- dillinger
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -24,7 +24,7 @@ keywords:
- doublecommander
- file
- manager
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/duckdns
icon: https://truecharts.org/img/hotlink-ok/chart-icons/duckdns.png
keywords:
- duckdns
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/duplicacy.png
keywords:
- duplicacy
- Backup
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/emulatorjs
icon: https://truecharts.org/img/hotlink-ok/chart-icons/emulatorjs.png
keywords:
- emulatorjs
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/esphome
icon: https://truecharts.org/img/hotlink-ok/chart-icons/esphome.png
keywords:
- esphome
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -24,7 +24,7 @@ keywords:
- farmos
- Productivity
- Tools-Utilities
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/fileflows
icon: https://truecharts.org/img/hotlink-ok/chart-icons/fileflows.png
keywords:
- fileflows
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -29,7 +29,7 @@ home: https://truecharts.org/charts/stable/fleet
icon: https://truecharts.org/img/hotlink-ok/chart-icons/fleet.png
keywords:
- fleet
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/freshrss.png
keywords:
- freshrss
- rss
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/ghostfolio.png
keywords:
- ghostfolio
- finance
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -34,7 +34,7 @@ keywords:
- wiki
- gitea
- gogs
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/grocy.png
keywords:
- grocy
- home-automation
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -24,7 +24,7 @@ keywords:
- cron
- monitoring
- alert
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/heimdall
icon: https://truecharts.org/img/hotlink-ok/chart-icons/heimdall.png
keywords:
- heimdall
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/kdenlive.png
keywords:
- kdenlive
- Other
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/kiwix-serve.png
keywords:
- kiwix-serve
- Productivity
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/lazylibrarian.png
keywords:
- lazylibrarian
- ebooks
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -31,7 +31,7 @@ keywords:
- libremdb
- media
- imdb
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/librespeed.png
keywords:
- librespeed
- speedtest
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -24,7 +24,7 @@ keywords:
- lidarr
- torrent
- usenet
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/littlelink
icon: https://truecharts.org/img/hotlink-ok/chart-icons/littlelink.png
keywords:
- littlelink
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
@@ -25,7 +25,7 @@ keywords:
- squeezebox
- audio
- streaming
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -24,7 +24,7 @@ keywords:
- team
- mattermost
- development
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -27,7 +27,7 @@ keywords:
- manager
- tv
- shows
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/minetest
icon: https://truecharts.org/img/hotlink-ok/chart-icons/minetest.png
keywords:
- minetest
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -24,7 +24,7 @@ keywords:
- minio
- s3
- storage
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -25,7 +25,7 @@ keywords:
- Crypto
- Tools-Utilities
- Network-Other
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/mylar
icon: https://truecharts.org/img/hotlink-ok/chart-icons/mylar.png
keywords:
- mylar
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/mysql-workbench
icon: https://truecharts.org/img/hotlink-ok/chart-icons/mysql-workbench.png
keywords:
- mysql-workbench
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/neko.png
keywords:
- neko
- video
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -29,7 +29,7 @@ home: https://truecharts.org/charts/stable/nocodb
icon: https://truecharts.org/img/hotlink-ok/chart-icons/nocodb.png
keywords:
- nocodb
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
@@ -24,12 +24,12 @@ dependencies:
tags: []
import-values: []
deprecated: false
description: 'ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time.'
description: "ONLYOFFICE Document Server is an online office suite comprising viewers and editors for texts, spreadsheets and presentations, fully compatible with Office Open XML formats: .docx, .xlsx, .pptx and enabling collaborative editing in real time."
home: https://truecharts.org/charts/stable/onlyoffice-document-server
icon: https://truecharts.org/img/hotlink-ok/chart-icons/onlyoffice-document-server.png
keywords:
- onlyoffice
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/openvscode-server
icon: https://truecharts.org/img/hotlink-ok/chart-icons/openvscode-server.png
keywords:
- openvscode-server
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -32,7 +32,7 @@ keywords:
- paperless-ngx
- documents
- paper
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -32,7 +32,7 @@ keywords:
- gallery
- photo
- image
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -24,7 +24,7 @@ keywords:
- plextraktsync
- Tools-Utilities
- MediaApp-Other
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/protonmail-bridge.png
keywords:
- protonmail
- protonmail-bridge
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -24,7 +24,7 @@ keywords:
- prowlarr
- torrent
- usenet
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -24,7 +24,7 @@ keywords:
- prusaslicer-novnc
- home-automation
- Productivity
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/pwndrop
icon: https://truecharts.org/img/hotlink-ok/chart-icons/pwndrop.png
keywords:
- pwndrop
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/pyload-ng.png
keywords:
- pyload-ng
- Other
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -24,7 +24,7 @@ keywords:
- qbitrr
- Downloaders
- MediaApp-Other
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/quassel-core
icon: https://truecharts.org/img/hotlink-ok/chart-icons/quassel-core.png
keywords:
- quassel-core
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/rdesktop.png
keywords:
- rdesktop
- desktops
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/rflood.png
keywords:
- rflood
- downloaders
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/rsnapshot
icon: https://truecharts.org/img/hotlink-ok/chart-icons/rsnapshot.png
keywords:
- rsnapshot
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/rsshub.png
keywords:
- rsshub
- rss
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/satisfactory
icon: https://truecharts.org/img/hotlink-ok/chart-icons/satisfactory.png
keywords:
- satisfactory
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/scrutiny
icon: https://truecharts.org/img/hotlink-ok/chart-icons/scrutiny.png
keywords:
- scrutiny
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -24,7 +24,7 @@ keywords:
- searxng
- Productivity
- Other
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/serpbear.png
keywords:
- serpbear
- metrics
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -27,7 +27,7 @@ keywords:
- Network-Web
- Productivity
- Tools-Utilities
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/tachidesk-docker.png
keywords:
- tachidesk-docker
- MediaServer-Other
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/tar1090.png
keywords:
- tar1090
- Other
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/theme-park.png
keywords:
- theme-park
- customization
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/thunderbird.png
keywords:
- thunderbird
- mail
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -23,7 +23,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/tt-rss.png
keywords:
- tt-rss
- rss
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -25,7 +25,7 @@ keywords:
- Downloaders
- MediaApp-Video
- MediaServer-Video
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -25,7 +25,7 @@ keywords:
- tv
- streaming
- dvb
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -25,7 +25,7 @@ keywords:
- MediaServer-Video
- MediaServer-Music
- MediaServer-Other
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -24,7 +24,7 @@ keywords:
- vertex
- home-automation
- Tools-Utilities
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/wallos
icon: https://truecharts.org/img/hotlink-ok/chart-icons/wallos.png
keywords:
- dashboard
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/webgrabplus
icon: https://truecharts.org/img/hotlink-ok/chart-icons/webgrabplus.png
keywords:
- webgrabplus
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/wekan.png
keywords:
- wekan
- kanban
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -24,7 +24,7 @@ keywords:
- whisparr
- Downloaders
- MediaApp-Other
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -30,7 +30,7 @@ icon: https://truecharts.org/img/hotlink-ok/chart-icons/wordpress.png
keywords:
- wordpress
- cms
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/wyoming-piper
icon: https://truecharts.org/img/hotlink-ok/chart-icons/wyoming-piper.png
keywords:
- wyoming-piper
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/xen-orchestra
icon: https://truecharts.org/img/hotlink-ok/chart-icons/xen-orchestra.png
keywords:
- xen-orchestra
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org
+1 -1
View File
@@ -22,7 +22,7 @@ home: https://truecharts.org/charts/stable/znc
icon: https://truecharts.org/img/hotlink-ok/chart-icons/znc.png
keywords:
- znc
kubeVersion: '>=1.24.0-0'
kubeVersion: ">=1.24.0-0"
maintainers:
- name: TrueCharts
email: info@truecharts.org