Compare commits
47 Commits
adminer-4.
...
adminer-4.
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
530ee15b0f | ||
|
|
357ab1c7a1 | ||
|
|
00ee88286e | ||
|
|
e8d0af0e9c | ||
|
|
a8494c6713 | ||
|
|
618f00a727 | ||
|
|
e5a5b37ebc | ||
|
|
1ba794eaa4 | ||
|
|
6ce641e044 | ||
|
|
d36f74ba93 | ||
|
|
7bc433df00 | ||
|
|
2c9db24751 | ||
|
|
f533c20dbb | ||
|
|
d56fa13426 | ||
|
|
b27665e2d8 | ||
|
|
b24937c351 | ||
|
|
1bf1ea1f0b | ||
|
|
41aff1e07d | ||
|
|
8c5dd87d68 | ||
|
|
a68e24cf2f | ||
|
|
3baa8440df | ||
|
|
0ceb3b37e2 | ||
|
|
c1c53e9e56 | ||
|
|
4d4f3fdf9e | ||
|
|
178e7eb0d3 | ||
|
|
375f371458 | ||
|
|
11e3827c34 | ||
|
|
faebd5359e | ||
|
|
dcd9bdde67 | ||
|
|
54d4f4eaa7 | ||
|
|
8700368f79 | ||
|
|
bd293319ad | ||
|
|
fff0306668 | ||
|
|
171a6716a3 | ||
|
|
f11de2452a | ||
|
|
34ad8e47db | ||
|
|
f42d4e27fa | ||
|
|
78c3efe542 | ||
|
|
b3c232d965 | ||
|
|
20deb576ae | ||
|
|
e1750c2353 | ||
|
|
652158680f | ||
|
|
9a014bf4aa | ||
|
|
55f0ef9379 | ||
|
|
878244e4ec | ||
|
|
5e5af35151 | ||
|
|
89317f5513 |
2
.github/ct-install.yaml
vendored
2
.github/ct-install.yaml
vendored
@@ -11,7 +11,6 @@ chart-dirs:
|
||||
- charts/operators
|
||||
excluded-charts:
|
||||
- charts/dependency/subchart
|
||||
- charts/incubator/frigate
|
||||
- charts/incubator/orbital-sync
|
||||
- charts/incubator/plex-meta-manager
|
||||
- charts/library/common
|
||||
@@ -23,7 +22,6 @@ excluded-charts:
|
||||
- charts/stable/facebox
|
||||
- charts/stable/foundryvtt
|
||||
- charts/stable/foundryvtt
|
||||
- charts/stable/frigate
|
||||
- charts/stable/heimdall
|
||||
- charts/stable/multus
|
||||
- charts/stable/orbital-sync
|
||||
|
||||
4
.github/renovate.json5
vendored
4
.github/renovate.json5
vendored
@@ -62,7 +62,7 @@
|
||||
"bumpVersion": "major",
|
||||
"labels": ["update/helm/dependency/major"],
|
||||
"groupName": ["helm dependency major"],
|
||||
"matchPaths": ["charts/dependency/**"],
|
||||
"matchPaths": ["charts/dependency/**", "templates/**"],
|
||||
},
|
||||
{
|
||||
"matchDatasources": ["helm"],
|
||||
@@ -73,7 +73,7 @@
|
||||
],
|
||||
"bumpVersion": "patch",
|
||||
"labels": ["update/helm/dependency/non-major", "automerge"],
|
||||
"matchPaths": ["charts/dependency/**"],
|
||||
"matchPaths": ["charts/dependency/**", "templates/**"],
|
||||
"groupName": "helm dependency non-major",
|
||||
},
|
||||
//
|
||||
|
||||
2
.github/workflows/renovate.yml
vendored
2
.github/workflows/renovate.yml
vendored
@@ -12,7 +12,7 @@ jobs:
|
||||
with:
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
- name: Self-hosted Renovate
|
||||
uses: renovatebot/github-action@04c5c5c6bdc22714621d741d9a81022f702ee797 # v38.1.1
|
||||
uses: renovatebot/github-action@f9dfd286235d81ce4a68f95019018c2fd7df13a9 # v38.1.2
|
||||
with:
|
||||
configurationFile: .github/renovate-config.js
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "23.4.2.11"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
deprecated: false
|
||||
description: ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP).
|
||||
home: https://truecharts.org/charts/dependency/clickhouse
|
||||
@@ -22,7 +22,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dependency/clickhouse
|
||||
- https://clickhouse.com/
|
||||
type: application
|
||||
version: 5.0.33
|
||||
version: 5.0.35
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "2.8.2"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
deprecated: false
|
||||
description: kube-state-metrics is a simple service that listens to the Kubernetes API server and generates metrics about the state of the objects.
|
||||
home: https://truecharts.org/charts/dependency/kube-state-metrics
|
||||
@@ -21,7 +21,7 @@ name: kube-state-metrics
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dependency/kube-state-metrics
|
||||
type: application
|
||||
version: 1.0.11
|
||||
version: 1.0.13
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- metrics
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "10.11.3"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
deprecated: false
|
||||
description: Fast, reliable, scalable, and easy to use open-source relational database system.
|
||||
home: https://truecharts.org/charts/dependency/mariadb
|
||||
@@ -25,7 +25,7 @@ sources:
|
||||
- https://github.com/prometheus/mysqld_exporter
|
||||
- https://mariadb.org
|
||||
type: application
|
||||
version: 7.0.40
|
||||
version: 7.0.43
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/mariadb
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v10.11.3@sha256:151da5bdf055d3501d552ceb4b4bd9f7ec12cce36abbf6b6ae00eb289688f43d
|
||||
tag: v10.11.3@sha256:891f1dc04542670a3f82bb11c652d3fccca831310fd100397517284ff551d195
|
||||
|
||||
workload:
|
||||
main:
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "1.6.20"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
deprecated: false
|
||||
description: Memcached is a memory-backed database caching solution
|
||||
home: https://truecharts.org/charts/dependency/memcached
|
||||
@@ -23,7 +23,7 @@ sources:
|
||||
- https://github.com/bitnami/bitnami-docker-memcached
|
||||
- http://memcached.org/
|
||||
type: application
|
||||
version: 6.0.50
|
||||
version: 6.0.53
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/memcached
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.6.20@sha256:efe8b463bab1282888737a33899e2577e730bdf783444c131946148e7ca5206f
|
||||
tag: v1.6.20@sha256:ec4689bb5ae7fcf705858fa93f99d21917941bc8dbcdc4af26414a33826784df
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "6.0.6"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
deprecated: false
|
||||
description: Fast, reliable, scalable, and easy to use open-source no-sql database system.
|
||||
home: https://truecharts.org/charts/dependency/mongodb
|
||||
@@ -23,7 +23,7 @@ sources:
|
||||
- https://github.com/bitnami/bitnami-docker-mongodb
|
||||
- https://www.mongodb.com
|
||||
type: application
|
||||
version: 6.0.39
|
||||
version: 6.0.42
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/mongodb
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v6.0.6@sha256:39cc3cea56770835768603871e3795bafae19d180aebc01f6efa752e9cbd1b45
|
||||
tag: v6.0.6@sha256:d2ad82e7e701af53c1e4d8343d26f2cd7f9055d02c41c570d80c0d4beb572297
|
||||
|
||||
workload:
|
||||
main:
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "1.6.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
deprecated: false
|
||||
description: Prometheus exporter for hardware and OS metrics exposed by UNIX kernels, with pluggable metric collectors.
|
||||
home: https://truecharts.org/charts/dependency/node-exporter
|
||||
@@ -21,7 +21,7 @@ name: node-exporter
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dependency/node-exporter
|
||||
type: application
|
||||
version: 1.0.13
|
||||
version: 1.0.16
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- metrics
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/node-exporter
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v1.6.0@sha256:a7a1272a36866fba1a3bdd53053f8f4d3fa1fb94164aaf5704dafbf44f060174
|
||||
tag: v1.6.0@sha256:b5a9abd4a2aa65873f45b204cc452decc6a22d630adef022855cb520a5bb97bb
|
||||
|
||||
service:
|
||||
main:
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "7.0.11"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
deprecated: false
|
||||
description: Open source, advanced key-value store.
|
||||
home: https://truecharts.org/charts/dependency/redis
|
||||
@@ -23,7 +23,7 @@ sources:
|
||||
- https://github.com/bitnami/bitnami-docker-redis
|
||||
- http://redis.io/
|
||||
type: application
|
||||
version: 6.0.50
|
||||
version: 6.0.52
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- database
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "9.2.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
deprecated: false
|
||||
description: Apache Solr
|
||||
home: https://truecharts.org/charts/dependency/solr
|
||||
@@ -22,7 +22,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/dependency/solr
|
||||
- https://github.com/apache/solr
|
||||
type: application
|
||||
version: 4.0.39
|
||||
version: 4.0.42
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- search
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/solr
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v9.2.1@sha256:bf9d3cba824c2485a8f997dba784614a068a6ff26297c8c13fb97b4660bdef63
|
||||
tag: v9.2.1@sha256:21b6e79cb4f4d36606ca75b5735780519855a85f42031a23d49da0640372c0db
|
||||
|
||||
workload:
|
||||
main:
|
||||
|
||||
@@ -3,11 +3,11 @@ appVersion: "4.37.5"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
- condition: redis.enabled
|
||||
name: redis
|
||||
repository: https://deps.truecharts.org
|
||||
version: 6.0.50
|
||||
version: 6.0.52
|
||||
deprecated: false
|
||||
description: Authelia is a Single Sign-On Multi-Factor portal for web apps
|
||||
home: https://truecharts.org/charts/enterprise/authelia
|
||||
@@ -35,7 +35,7 @@ sources:
|
||||
- https://github.com/authelia/chartrepo
|
||||
- https://github.com/authelia/authelia
|
||||
type: application
|
||||
version: 15.1.23
|
||||
version: 15.1.24
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- security
|
||||
|
||||
@@ -3,11 +3,11 @@ appVersion: "0.21.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
- condition: redis.enabled
|
||||
name: redis
|
||||
repository: https://deps.truecharts.org
|
||||
version: 6.0.50
|
||||
version: 6.0.52
|
||||
description: Blocky is a DNS proxy, DNS enhancer and ad-blocker for the local network written in Go
|
||||
home: https://truecharts.org/charts/enterprise/blocky
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/blocky.png
|
||||
@@ -25,7 +25,7 @@ sources:
|
||||
- https://0xerr0r.github.io/blocky/
|
||||
- https://github.com/0xERR0R/blocky
|
||||
- https://github.com/Mozart409/blocky-frontend
|
||||
version: 5.0.36
|
||||
version: 5.0.38
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- network
|
||||
|
||||
@@ -38,7 +38,7 @@ Create the matchable regex from domain
|
||||
{{- $fqdn := ( include "tc.v1.common.lib.chart.names.fqdn" . ) }}
|
||||
enabled: true
|
||||
data:
|
||||
Corefile: |-
|
||||
Corefile: |
|
||||
.:{{ .Values.service.k8sgateway.ports.k8sgateway.targetPort }} {
|
||||
errors
|
||||
log
|
||||
@@ -48,9 +48,15 @@ data:
|
||||
ready
|
||||
{{- range .Values.k8sgateway.domains }}
|
||||
{{- if .dnsChallenge.enabled }}
|
||||
{{- if not .dnsChallenge.domain -}}
|
||||
{{- fail "DNS01 challenge domain is mandatory" -}}
|
||||
{{- end }}
|
||||
|
||||
template IN ANY {{ required "Delegated domain ('domain') is mandatory" .domain }} {
|
||||
match "_acme-challenge[.](.*)[.]{{ include "k8sgateway.configmap.regex" . }}"
|
||||
answer "{{ "{{" }} .Name {{ "}}" }} 5 IN CNAME {{ "{{" }} index .Match 1 {{ "}}" }}.{{ required "DNS01 challenge domain is mandatory" .dnsChallenge.domain }}"
|
||||
{{- $name := "{{ \"{{ .Name }}\" }}" }}
|
||||
{{- $index := "{{ \"{{ index .Match 1 }}\" }}" }}
|
||||
answer "{{ $name }} 5 IN CNAME {{ $index }}.{{ .dnsChallenge.domain }}"
|
||||
fallthrough
|
||||
}
|
||||
{{- end }}
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
{{- end }}
|
||||
{{- include "tc.v1.common.loader.init" . }}
|
||||
|
||||
|
||||
{{/* Render configmap for blocky */}}
|
||||
{{- $configmapFile := include "blocky.configmap" . | fromYaml -}}
|
||||
{{- if $configmapFile -}}
|
||||
|
||||
@@ -10,7 +10,7 @@ keywords:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
@@ -21,7 +21,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/enterprise/clusterissuer
|
||||
- https://cert-manager.io/
|
||||
type: application
|
||||
version: 1.0.2
|
||||
version: 1.0.3
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- core
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "9.5.2"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
deprecated: false
|
||||
description: Grafana is an open source, feature rich metrics dashboard and graph editor for Graphite, Elasticsearch, OpenTSDB, Prometheus and InfluxDB.
|
||||
home: https://truecharts.org/charts/enterprise/grafana
|
||||
@@ -24,7 +24,7 @@ sources:
|
||||
- https://github.com/bitnami/bitnami-docker-grafana
|
||||
- https://grafana.com/
|
||||
type: application
|
||||
version: 7.0.43
|
||||
version: 7.0.45
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- metrics
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/grafana
|
||||
pullPolicy: IfNotPresent
|
||||
tag: v9.5.2@sha256:0a0560b83c29d21731b55186c5d54d5609133c11aaf16863e688d3cd6e48a82d
|
||||
tag: v9.5.2@sha256:304f525b95932866808f519ccf76e93f96a38fb018b8dc944531f2088a8a596c
|
||||
manifestManager:
|
||||
enabled: true
|
||||
securityContext:
|
||||
|
||||
@@ -10,7 +10,7 @@ keywords:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
@@ -22,7 +22,7 @@ sources:
|
||||
- https://github.com/metallb/metallb
|
||||
- https://metallb.universe.tf
|
||||
type: application
|
||||
version: 1.1.4
|
||||
version: 1.1.5
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- core
|
||||
|
||||
@@ -3,15 +3,15 @@ appVersion: "2.44.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
- condition: exporters.enabled,exporters.node-exporter.enabled
|
||||
name: node-exporter
|
||||
repository: https://deps.truecharts.org
|
||||
version: 1.0.13
|
||||
version: 1.0.16
|
||||
- condition: exporters.enabled,exporters.kube-state-metrics.enabled
|
||||
name: kube-state-metrics
|
||||
repository: https://deps.truecharts.org
|
||||
version: 1.0.11
|
||||
version: 1.0.13
|
||||
deprecated: false
|
||||
description: kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/prometheus.png
|
||||
@@ -29,7 +29,7 @@ sources:
|
||||
- https://github.com/prometheus-community/helm-charts
|
||||
- https://github.com/prometheus-operator/kube-prometheus
|
||||
type: application
|
||||
version: 9.0.14
|
||||
version: 9.0.16
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- metrics
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/prometheus
|
||||
tag: v2.44.0@sha256:b18c1b302e5f8d12e76a99168c1fc9169bbd770ea6a92c0e105f84ca43e7ab94
|
||||
tag: v2.44.0@sha256:06293c2f006b06d0a896d322d502032f651a50960d6af8c8625af50c750ac2f9
|
||||
|
||||
thanosImage:
|
||||
repository: tccr.io/truecharts/thanos
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "2.10.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
deprecated: false
|
||||
description: Traefik is a flexible reverse proxy and Ingress Provider.
|
||||
home: https://truecharts.org/charts/enterprise/traefik
|
||||
@@ -23,7 +23,7 @@ sources:
|
||||
- https://github.com/traefik/traefik-helm-chart
|
||||
- https://traefik.io/
|
||||
type: application
|
||||
version: 18.0.8
|
||||
version: 18.0.9
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- network
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "1.28.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
deprecated: false
|
||||
description: Unofficial Bitwarden compatible server written in Rust
|
||||
home: https://truecharts.org/charts/enterprise/vaultwarden
|
||||
@@ -25,7 +25,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/enterprise/vaultwarden
|
||||
- https://github.com/dani-garcia/vaultwarden
|
||||
type: application
|
||||
version: 20.0.29
|
||||
version: 20.0.30
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- security
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
# With the bellow we test both container starts and that tpl is working inside extraArgs list
|
||||
args: ["tunnel", "--no-autoupdate", "{{ .Values.testTpl }}"]
|
||||
testTpl: "--hello-world"
|
||||
@@ -1 +0,0 @@
|
||||
{{ include "tc.common.loader.all" . }}
|
||||
@@ -1,39 +0,0 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/cloudflared
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 2023.4.2@sha256:e5551a0d74e34f7c10af85ca1df3eda34ec9dba13bd1bc550324a2e12f862230
|
||||
|
||||
args:
|
||||
- tunnel
|
||||
- --no-autoupdate
|
||||
- run
|
||||
- --token
|
||||
- "{{ .Values.cloudflared.token }}"
|
||||
|
||||
cloudflared:
|
||||
token: ""
|
||||
|
||||
securityContext:
|
||||
runAsNonRoot: false
|
||||
|
||||
podSecurityContext:
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
service:
|
||||
main:
|
||||
enabled: false
|
||||
ports:
|
||||
main:
|
||||
enabled: false
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
enabled: false
|
||||
readiness:
|
||||
enabled: false
|
||||
startup:
|
||||
enabled: false
|
||||
|
||||
portal:
|
||||
enabled: false
|
||||
@@ -8,7 +8,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
deprecated: false
|
||||
description: CryptPad is the Zero Knowledge realtime collaborative editor.
|
||||
home: https://truecharts.org/charts/incubator/cryptpad
|
||||
@@ -27,4 +27,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/cryptpad
|
||||
- https://cryptpad.fr/
|
||||
type: application
|
||||
version: 3.0.1
|
||||
version: 3.0.2
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "2.1.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
description: Dashy helps you organize your self-hosted services by making them accessible from a single place
|
||||
home: https://truecharts.org/charts/incubator/dashy
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/dashy.png
|
||||
@@ -18,7 +18,7 @@ name: dashy
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/dashy
|
||||
- https://github.com/airsonic/airsonic
|
||||
version: 3.0.6
|
||||
version: 3.0.7
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- dashboard
|
||||
|
||||
@@ -3,11 +3,11 @@ appVersion: "0.11.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
- condition: redis.enabled
|
||||
name: redis
|
||||
repository: https://deps.truecharts.org
|
||||
version: 6.0.50
|
||||
version: 6.0.52
|
||||
deprecated: false
|
||||
description: Secure, end-to-end encrypted, and privacy respecting sync for your contacts, calendars, tasks and notes.
|
||||
home: https://truecharts.org/charts/incubator/etesync
|
||||
@@ -31,7 +31,7 @@ sources:
|
||||
- https://github.com/etesync
|
||||
- https://github.com/victor-rds/docker-etebase
|
||||
type: application
|
||||
version: 4.0.3
|
||||
version: 4.0.4
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- productivity
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: factorio
|
||||
version: 4.0.1
|
||||
version: 4.0.2
|
||||
appVersion: "stable"
|
||||
description: "This Chart Chart will download the latest stable release of the game, generate the map and you're ready to play."
|
||||
type: application
|
||||
@@ -17,7 +17,7 @@ sources:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
|
||||
@@ -1,28 +1,28 @@
|
||||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: firefox
|
||||
version: 5.0.0
|
||||
appVersion: "101.0.1"
|
||||
description: Firefox Browser, also known as Mozilla Firefox or simply Firefox,
|
||||
type: application
|
||||
appVersion: "109.0.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.3
|
||||
deprecated: false
|
||||
description: a free and open-source web browser developed by the Mozilla Foundation and its subsidiary, the Mozilla Corporation.
|
||||
home: https://truecharts.org/charts/incubator/firefox
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/firefox.png
|
||||
keywords:
|
||||
- firefox
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/firefox
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 11.1.2
|
||||
# condition:
|
||||
- browser
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
url: https://truecharts.org
|
||||
name: firefox
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/firefox
|
||||
- https://github.com/linuxserver/docker-firefox
|
||||
type: application
|
||||
version: 6.0.1
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- incubator
|
||||
- browser
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/grade: U
|
||||
|
||||
@@ -10,14 +10,28 @@ questions:
|
||||
# Include{replicas1}
|
||||
# Include{podSpec}
|
||||
# Include{containerMain}
|
||||
|
||||
- variable: env
|
||||
label: Image Environment
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: TITLE
|
||||
label: Title
|
||||
description: The page title displayed on the web browser
|
||||
schema:
|
||||
type: string
|
||||
default: "TrueChartVNC Client"
|
||||
|
||||
# Include{containerBasic}
|
||||
# Include{containerAdvanced}
|
||||
# Include{containerConfig}
|
||||
# Include{podOptions}
|
||||
# Include{serviceRoot}
|
||||
- variable: main
|
||||
label: "Main Service"
|
||||
description: "The Primary service on which the healthcheck runs, often the webUI"
|
||||
label: Main Service
|
||||
description: The Primary service on which the Minecraft Server runs on
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
@@ -25,14 +39,14 @@ questions:
|
||||
# Include{serviceSelectorLoadBalancer}
|
||||
# Include{serviceSelectorExtras}
|
||||
- variable: main
|
||||
label: "Main Service Port Configuration"
|
||||
label: Main Service Port Configuration
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: port
|
||||
label: "Port"
|
||||
description: "This port exposes the container port on the service"
|
||||
label: Port
|
||||
description: This port exposes the container port on the service
|
||||
schema:
|
||||
type: int
|
||||
default: 10131
|
||||
@@ -42,28 +56,16 @@ questions:
|
||||
# Include{serviceList}
|
||||
# Include{persistenceRoot}
|
||||
- variable: config
|
||||
label: "App Config Storage"
|
||||
description: "Stores the Application Configuration."
|
||||
label: App Config Storage
|
||||
description: Stores the Application Config.
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{persistenceBasic}
|
||||
# Include{persistenceList}
|
||||
# Include{ingressRoot}
|
||||
- variable: main
|
||||
label: "Main Ingress"
|
||||
schema:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
# Include{ingressDefault}
|
||||
# Include{ingressTLS}
|
||||
# Include{ingressTraefik}
|
||||
# Include{ingressAdvanced}
|
||||
# Include{ingressList}
|
||||
# Include{securityContextRoot}
|
||||
|
||||
# Include{securityContextRoot}
|
||||
- variable: runAsUser
|
||||
label: "runAsUser"
|
||||
description: "The UserID of the user running the application"
|
||||
|
||||
1
charts/incubator/firefox/templates/NOTES.txt
Normal file
1
charts/incubator/firefox/templates/NOTES.txt
Normal file
@@ -0,0 +1 @@
|
||||
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
||||
@@ -1 +1 @@
|
||||
{{ include "tc.common.loader.all" . }}
|
||||
{{ include "tc.v1.common.loader.all" . }}
|
||||
|
||||
@@ -1,29 +1,46 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/firefox
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 101.0.1@sha256:ed6178aa78fa1d11cad7c86d6554b3d9e903a82aec65ab6d7fb8ea77aeb6810b
|
||||
tag: v109.0.1@sha256:0d5c436afbd776aab406ec12ff2230fa45b4aaba31f75735cca0cde4254fc7ec
|
||||
|
||||
securityContext:
|
||||
runAsNonRoot: false
|
||||
readOnlyRootFilesystem: false
|
||||
|
||||
podSecurityContext:
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
targetPort: 3000
|
||||
protocol: http
|
||||
port: 10131
|
||||
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
probes:
|
||||
liveness:
|
||||
type: http
|
||||
readiness:
|
||||
type: http
|
||||
startup:
|
||||
type: http
|
||||
env:
|
||||
FM_HOME: "/config"
|
||||
CUSTOM_PORT: "{{ .Values.service.main.ports.main.port }}"
|
||||
TITLE: "TrueChartVNC Client"
|
||||
|
||||
persistence:
|
||||
config:
|
||||
enabled: true
|
||||
mountPath: "/config"
|
||||
mountPath: /config
|
||||
varrun:
|
||||
enabled: true
|
||||
enabled: false
|
||||
|
||||
portal:
|
||||
enabled: true
|
||||
open:
|
||||
enabled: true
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
apiVersion: v2
|
||||
appVersion: "0.11.1"
|
||||
appVersion: "0.12.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
deprecated: false
|
||||
description: NVR With Realtime Object Detection for IP Cameras
|
||||
home: https://truecharts.org/charts/incubator/frigate
|
||||
@@ -23,7 +23,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/frigate
|
||||
- https://github.com/blakeblackshear/frigate
|
||||
type: application
|
||||
version: 7.0.1
|
||||
version: 8.0.3
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- nvr
|
||||
|
||||
@@ -26,47 +26,67 @@ questions:
|
||||
additional_attrs: true
|
||||
type: dict
|
||||
attrs:
|
||||
- variable: host
|
||||
label: Host
|
||||
- variable: render_config
|
||||
label: Render Configuration
|
||||
description: Enable it to add the configuration in the config file
|
||||
schema:
|
||||
type: string
|
||||
required: true
|
||||
default: ""
|
||||
- variable: port
|
||||
label: Port
|
||||
schema:
|
||||
type: int
|
||||
default: 1883
|
||||
- variable: topic_prefix
|
||||
label: Topic Prefix
|
||||
description: Must be unique if you are running multiple instances
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: client_id
|
||||
label: Client ID
|
||||
description: Must be unique if you are running multiple instances
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: stats_interval
|
||||
label: Stats Interval
|
||||
description: Interval in seconds for publishing stats
|
||||
schema:
|
||||
type: int
|
||||
"null": true
|
||||
default: 60
|
||||
- variable: user
|
||||
label: Username
|
||||
schema:
|
||||
type: string
|
||||
default: ""
|
||||
- variable: password
|
||||
label: Password
|
||||
schema:
|
||||
type: string
|
||||
private: true
|
||||
default: ""
|
||||
type: boolean
|
||||
default: true
|
||||
show_subquestions_if: true
|
||||
subquestions:
|
||||
- variable: enabled
|
||||
label: Enabled
|
||||
schema:
|
||||
type: boolean
|
||||
default: true
|
||||
- variable: host
|
||||
label: Host
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["enabled", "=", true]]
|
||||
required: true
|
||||
default: ""
|
||||
- variable: port
|
||||
label: Port
|
||||
schema:
|
||||
type: int
|
||||
show_if: [["enabled", "=", true]]
|
||||
default: 1883
|
||||
- variable: topic_prefix
|
||||
label: Topic Prefix
|
||||
description: Must be unique if you are running multiple instances
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["enabled", "=", true]]
|
||||
default: ""
|
||||
- variable: client_id
|
||||
label: Client ID
|
||||
description: Must be unique if you are running multiple instances
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["enabled", "=", true]]
|
||||
default: ""
|
||||
- variable: stats_interval
|
||||
label: Stats Interval
|
||||
description: Interval in seconds for publishing stats
|
||||
schema:
|
||||
type: int
|
||||
show_if: [["enabled", "=", true]]
|
||||
"null": true
|
||||
default: 60
|
||||
- variable: user
|
||||
label: Username
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["enabled", "=", true]]
|
||||
default: ""
|
||||
- variable: password
|
||||
label: Password
|
||||
schema:
|
||||
type: string
|
||||
show_if: [["enabled", "=", true]]
|
||||
private: true
|
||||
default: ""
|
||||
- variable: detectors
|
||||
label: Detectors
|
||||
schema:
|
||||
@@ -1016,7 +1036,7 @@ questions:
|
||||
type: int
|
||||
min: 1
|
||||
max: 31
|
||||
default: 8
|
||||
"null": true
|
||||
- variable: timestamp_style
|
||||
label: Timestamp Style
|
||||
schema:
|
||||
|
||||
@@ -5,6 +5,7 @@ data:
|
||||
config.yml: |
|
||||
database:
|
||||
path: /db/frigate.db
|
||||
|
||||
mqtt:
|
||||
{{- include "frigate.mqtt" .Values.frigate.mqtt | indent 6 }}
|
||||
|
||||
@@ -470,6 +471,8 @@ logs:
|
||||
|
||||
{{- define "frigate.mqtt" -}}
|
||||
{{- $mqtt := . }}
|
||||
{{- if $mqtt.render_config }}
|
||||
enabled: {{ ternary "True" "False" $mqtt.enabled }}
|
||||
host: {{ required "You need to provide an MQTT host" $mqtt.host }}
|
||||
{{- with $mqtt.port }}
|
||||
port: {{ . }}
|
||||
@@ -490,3 +493,4 @@ user: {{ . }}
|
||||
password: {{ . }}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
{{- end -}}
|
||||
|
||||
@@ -1,14 +1,14 @@
|
||||
image:
|
||||
repository: tccr.io/truecharts/frigate
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 0.11.1@sha256:8dd7273eebf396563d7bbc14778fd3d58c624e5063ffcf74b5b0afe63e7cdd7f
|
||||
tag: v0.12.0@sha256:6fac983662fc6095ffdc8dd494f0c918192ddab80602f01d50a3569dab868148
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
readOnlyRootFilesystem: false
|
||||
runAsNonRoot: false
|
||||
runAsUser: 0
|
||||
runAsGroup: 0
|
||||
runAsGroup: 0
|
||||
# -- The "render_config" key is only used internally to "render" or not the configuration
|
||||
# - Some parts of the config bellow are slightly modified so they can be added on SCALE UI. Mainly lists.
|
||||
# - Do not blindly copy paste configuration from upstream. As this won't work on all cases
|
||||
@@ -16,6 +16,10 @@ securityContext:
|
||||
# - Those "nulls" should be replaced with integers (if you want to set a value)
|
||||
frigate:
|
||||
mqtt:
|
||||
# -- Enable it to add the configuration in the config file
|
||||
render_config: true
|
||||
# -- Enables MQTT
|
||||
enabled: false
|
||||
host: mqtt.server.com
|
||||
port: 1883
|
||||
# -- NOTE: Must be unique if you are running multiple instances
|
||||
@@ -87,7 +91,7 @@ frigate:
|
||||
|
||||
ffmpeg:
|
||||
# -- Enable it to add the configuration in the config file
|
||||
render_config: true
|
||||
render_config: false
|
||||
# -- Optional: global ffmpeg args
|
||||
global_args: ""
|
||||
# -- Optional: global input args
|
||||
@@ -450,21 +454,9 @@ persistence:
|
||||
media:
|
||||
enabled: true
|
||||
mountPath: /media
|
||||
size: 256Gi
|
||||
db:
|
||||
enabled: true
|
||||
mountPath: /db
|
||||
size: 256Gi
|
||||
type: emptyDir
|
||||
cache:
|
||||
enabled: true
|
||||
mountPath: /tmp/cache
|
||||
type: emptyDir
|
||||
shm:
|
||||
enabled: true
|
||||
mountPath: /dev/shm
|
||||
type: emptyDir
|
||||
medium: Memory
|
||||
frigate-config:
|
||||
enabled: true
|
||||
mountPath: /config
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "0.6.7"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
deprecated: false
|
||||
description: Your favorite operating systems in one place!
|
||||
home: https://truecharts.org/charts/incubator/netbootxyz
|
||||
@@ -21,7 +21,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/netbootxyz
|
||||
- https://github.com/netbootxyz/netboot.xyz
|
||||
type: application
|
||||
version: 0.0.2
|
||||
version: 0.0.3
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- networking
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
deprecated: false
|
||||
description: Self-hosted Rick Roll chart.
|
||||
home: https://truecharts.org/charts/incubator/rickroll
|
||||
@@ -21,7 +21,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/rickroll
|
||||
- https://github.com/modem7/docker-rickroll
|
||||
type: application
|
||||
version: 3.0.1
|
||||
version: 3.0.2
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- Other
|
||||
|
||||
@@ -3,11 +3,11 @@ appVersion: "0.0.5"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
- condition: mariadb.enabled
|
||||
name: mariadb
|
||||
repository: https://deps.truecharts.org/
|
||||
version: 7.0.39
|
||||
version: 7.0.43
|
||||
deprecated: false
|
||||
description: A self-hosted bookmark management tool.
|
||||
home: https://truecharts.org/charts/incubator/servas
|
||||
@@ -25,7 +25,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/servas
|
||||
- https://github.com/beromir/Servas
|
||||
type: application
|
||||
version: 0.0.2
|
||||
version: 0.0.3
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- bookmarks
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
description: A self-hosted internet performance tracking application that runs speedtest checks against Ookla's Speedtest service.
|
||||
home: https://truecharts.org/charts/incubator/speedtest-tracker
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/speedtest-tracker.png
|
||||
@@ -18,7 +18,7 @@ name: speedtest-tracker
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/speedtest-tracker
|
||||
- https://github.com/alexjustesen/speedtest-tracker
|
||||
version: 4.0.10
|
||||
version: 4.0.11
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- speedtest
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
apiVersion: v2
|
||||
appVersion: "2.4.2"
|
||||
appVersion: "3.0.5"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
deprecated: false
|
||||
description: A administrative platform for devices flashed with Tasmota.
|
||||
home: https://truecharts.org/charts/incubator/tasmoadmin
|
||||
@@ -22,7 +22,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/tasmoadmin
|
||||
- https://github.com/TasmoAdmin/TasmoAdmin
|
||||
type: application
|
||||
version: 4.0.1
|
||||
version: 4.0.3
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- HomeAutomation
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
image:
|
||||
pullPolicy: IfNotPresent
|
||||
repository: tccr.io/truecharts/tasmoadmin
|
||||
tag: 2.4.2@sha256:5144a471e58004c129a0d800977e1e31ba4b46c52e37b9258591086161d2d96f
|
||||
tag: v3.0.5@sha256:7fb29077382634fbe08ba81725cb72d06e8c4be5a3b5293d347abac1f07271c0
|
||||
|
||||
securityContext:
|
||||
container:
|
||||
@@ -16,7 +16,7 @@ workload:
|
||||
containers:
|
||||
main:
|
||||
env:
|
||||
TASMO_DATADIR: /data
|
||||
TASMO_DATADIR: /data/
|
||||
TASMO_DEBUG: 1
|
||||
|
||||
service:
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "1.1.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
deprecated: false
|
||||
description: Whisper is a general-purpose speech recognition model.
|
||||
home: https://truecharts.org/charts/incubator/whisper-asr-webservice
|
||||
@@ -21,7 +21,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/whisper-asr-webservice
|
||||
- https://github.com/ahmetoner/whisper-asr-webservice
|
||||
type: application
|
||||
version: 0.0.2
|
||||
version: 0.0.3
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- machine-learning
|
||||
|
||||
@@ -11,7 +11,7 @@ keywords:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
@@ -23,7 +23,7 @@ sources:
|
||||
- https://github.com/cloudnative-pg
|
||||
- https://cloudnative-pg.io/
|
||||
type: application
|
||||
version: 0.0.1
|
||||
version: 0.0.3
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- operators
|
||||
|
||||
@@ -22,10 +22,10 @@ webhooks:
|
||||
- v1
|
||||
clientConfig:
|
||||
service:
|
||||
name: {{ include "tc.v1.common.lib.chart.names.fullname" $ }}
|
||||
name: cnpg-webhook-service
|
||||
namespace: {{ .Release.Namespace }}
|
||||
path: /mutate-postgresql-cnpg-io-v1-backup
|
||||
port: {{ .Values.service.main.ports.main.port }}
|
||||
port: 443
|
||||
failurePolicy: {{ .Values.webhook.mutating.failurePolicy }}
|
||||
name: mbackup.kb.io
|
||||
rules:
|
||||
@@ -43,10 +43,10 @@ webhooks:
|
||||
- v1
|
||||
clientConfig:
|
||||
service:
|
||||
name: {{ include "tc.v1.common.lib.chart.names.fullname" $ }}
|
||||
name: cnpg-webhook-service
|
||||
namespace: {{ .Release.Namespace }}
|
||||
path: /mutate-postgresql-cnpg-io-v1-cluster
|
||||
port: {{ .Values.service.main.ports.main.port }}
|
||||
port: 443
|
||||
failurePolicy: {{ .Values.webhook.mutating.failurePolicy }}
|
||||
name: mcluster.kb.io
|
||||
rules:
|
||||
@@ -64,10 +64,10 @@ webhooks:
|
||||
- v1
|
||||
clientConfig:
|
||||
service:
|
||||
name: {{ include "tc.v1.common.lib.chart.names.fullname" $ }}
|
||||
name: cnpg-webhook-service
|
||||
namespace: {{ .Release.Namespace }}
|
||||
path: /mutate-postgresql-cnpg-io-v1-scheduledbackup
|
||||
port: {{ .Values.service.main.ports.main.port }}
|
||||
port: 443
|
||||
failurePolicy: {{ .Values.webhook.mutating.failurePolicy }}
|
||||
name: mscheduledbackup.kb.io
|
||||
rules:
|
||||
|
||||
@@ -22,10 +22,10 @@ webhooks:
|
||||
- v1
|
||||
clientConfig:
|
||||
service:
|
||||
name: {{ include "tc.v1.common.lib.chart.names.fullname" $ }}
|
||||
name: cnpg-webhook-service
|
||||
namespace: {{ .Release.Namespace }}
|
||||
path: /validate-postgresql-cnpg-io-v1-backup
|
||||
port: {{ .Values.service.main.ports.main.port }}
|
||||
port: 9443
|
||||
failurePolicy: {{ .Values.webhook.validating.failurePolicy }}
|
||||
name: vbackup.kb.io
|
||||
rules:
|
||||
@@ -43,10 +43,10 @@ webhooks:
|
||||
- v1
|
||||
clientConfig:
|
||||
service:
|
||||
name: {{ include "tc.v1.common.lib.chart.names.fullname" $ }}
|
||||
name: cnpg-webhook-service
|
||||
namespace: {{ .Release.Namespace }}
|
||||
path: /validate-postgresql-cnpg-io-v1-cluster
|
||||
port: {{ .Values.service.main.ports.main.port }}
|
||||
port: 443
|
||||
failurePolicy: {{ .Values.webhook.validating.failurePolicy }}
|
||||
name: vcluster.kb.io
|
||||
rules:
|
||||
@@ -64,10 +64,10 @@ webhooks:
|
||||
- v1
|
||||
clientConfig:
|
||||
service:
|
||||
name: {{ include "tc.v1.common.lib.chart.names.fullname" $ }}
|
||||
name: cnpg-webhook-service
|
||||
namespace: {{ .Release.Namespace }}
|
||||
path: /validate-postgresql-cnpg-io-v1-scheduledbackup
|
||||
port: {{ .Values.service.main.ports.main.port }}
|
||||
port: 443
|
||||
failurePolicy: {{ .Values.webhook.validating.failurePolicy }}
|
||||
name: vscheduledbackup.kb.io
|
||||
rules:
|
||||
@@ -85,10 +85,10 @@ webhooks:
|
||||
- v1
|
||||
clientConfig:
|
||||
service:
|
||||
name: {{ include "tc.v1.common.lib.chart.names.fullname" $ }}
|
||||
name: cnpg-webhook-service
|
||||
namespace: {{ .Release.Namespace }}
|
||||
path: /validate-postgresql-cnpg-io-v1-pooler
|
||||
port: {{ .Values.service.main.ports.main.port }}
|
||||
port: 443
|
||||
failurePolicy: {{ .Values.webhook.validating.failurePolicy }}
|
||||
name: vpooler.kb.io
|
||||
rules:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: ghcr.io/cloudnative-pg/cloudnative-pg
|
||||
tag: "1.20.0"
|
||||
tag: "1.20.0@sha256:e41f52ed914ce54499aaf7249b50b9b71acb28ca13f29aaaa54b43071674f2e2"
|
||||
pullPolicy:
|
||||
|
||||
workload:
|
||||
@@ -13,18 +13,20 @@ workload:
|
||||
- --leader-elect
|
||||
- --config-map-name={{ include "tc.v1.common.lib.chart.names.fullname" $ }}-config
|
||||
- --secret-name={{ include "tc.v1.common.lib.chart.names.fullname" $ }}-config
|
||||
- --webhook-port={{ $.Values.service.main.ports.main.targetPort }}
|
||||
- --webhook-port=9443
|
||||
command:
|
||||
- /manager
|
||||
probes:
|
||||
liveness:
|
||||
port: main
|
||||
port: webhook
|
||||
type: https
|
||||
path: /readyz
|
||||
readiness:
|
||||
port: main
|
||||
port: webhook
|
||||
type: https
|
||||
path: /readyz
|
||||
startup:
|
||||
port: main
|
||||
port: webhook
|
||||
type: tcp
|
||||
env:
|
||||
OPERATOR_IMAGE_NAME: "{{ .Values.image.repository }}:{{ .Values.image.tag }}"
|
||||
@@ -40,16 +42,17 @@ service:
|
||||
main:
|
||||
ports:
|
||||
main:
|
||||
protocol: http
|
||||
port: 8080
|
||||
cnpg-webhook-service:
|
||||
enabled: true
|
||||
expandObjectName: false
|
||||
ports:
|
||||
webhook:
|
||||
enabled: true
|
||||
protocol: https
|
||||
port: 443
|
||||
targetPort: 9443
|
||||
metrics:
|
||||
enabled: true
|
||||
ports:
|
||||
metrics:
|
||||
enabled: true
|
||||
protocol: http
|
||||
port: 8080
|
||||
|
||||
operator:
|
||||
register: true
|
||||
@@ -81,7 +84,7 @@ metrics:
|
||||
enabled: false
|
||||
type: "podmonitor"
|
||||
endpoints:
|
||||
- port: metrics
|
||||
- port: main
|
||||
interval: 5s
|
||||
scrapeTimeout: 5s
|
||||
path: /
|
||||
|
||||
@@ -10,7 +10,7 @@ keywords:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
@@ -22,7 +22,7 @@ sources:
|
||||
- https://github.com/metallb/metallb
|
||||
- https://metallb.universe.tf
|
||||
type: application
|
||||
version: 9.0.6
|
||||
version: 9.0.7
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- operators
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "23.5.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
deprecated: false
|
||||
description: Actual is a super fast privacy-focused app for managing your finances.
|
||||
home: https://truecharts.org/charts/stable/actualserver
|
||||
@@ -25,4 +25,4 @@ annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
- finance
|
||||
version: 4.0.20
|
||||
version: 4.0.21
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "0.107.29"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
description: Free and open source, powerful network-wide ads & trackers blocking DNS server.
|
||||
home: https://truecharts.org/charts/stable/adguard-home
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/adguard-home.png
|
||||
@@ -18,7 +18,7 @@ maintainers:
|
||||
name: adguard-home
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/adguard-home
|
||||
version: 5.0.20
|
||||
version: 5.0.21
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -7,7 +7,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
deprecated: false
|
||||
description: Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP.
|
||||
home: https://truecharts.org/charts/stable/adminer
|
||||
@@ -26,4 +26,4 @@ sources:
|
||||
- https://github.com/vrana/adminer
|
||||
- http://hub.docker.com/_/adminer/
|
||||
type: application
|
||||
version: 4.0.22
|
||||
version: 4.0.23
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "2.12.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
deprecated: false
|
||||
description: AirDC++ Web Client is a locally installed application, which is designed for flexible sharing of files or directories within groups of people in a local network or over internet.
|
||||
home: https://truecharts.org/charts/stable/airdcpp-webclient
|
||||
@@ -23,7 +23,7 @@ sources:
|
||||
- https://airdcpp-web.github.io/
|
||||
- https://github.com/airdcpp-web/airdcpp-webclient
|
||||
type: application
|
||||
version: 6.0.20
|
||||
version: 6.0.21
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "11.0.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
description: Airsonic is a Free and Open Source community driven media server
|
||||
home: https://truecharts.org/charts/stable/airsonic-advanced
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic-advanced.png
|
||||
@@ -18,7 +18,7 @@ name: airsonic-advanced
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/airsonic-advanced
|
||||
- https://github.com/airsonic/airsonic-advanced
|
||||
version: 9.0.8
|
||||
version: 9.0.9
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "10.6.2"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
description: Airsonic is a Free and Open Source community driven media server
|
||||
home: https://truecharts.org/charts/stable/airsonic
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/airsonic.png
|
||||
@@ -20,7 +20,7 @@ sources:
|
||||
- https://github.com/airsonic/airsonic
|
||||
- https://github.com/linuxserver/docker-airsonic
|
||||
- https://github.com/k8s-at-home/charts/tree/master/charts/airsonic
|
||||
version: 9.0.19
|
||||
version: 9.0.20
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: alist
|
||||
version: 5.0.21
|
||||
version: 5.0.22
|
||||
appVersion: "3.18.0"
|
||||
description: Alist program that supports multiple storage, powered by Gin and React
|
||||
type: application
|
||||
@@ -21,7 +21,7 @@ sources:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
# condition:
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "1.0.16"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
description: Expose all events from an Amcrest device to an MQTT broker
|
||||
home: https://truecharts.org/charts/stable/amcrest2mqtt
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/amcrest2mqtt.png
|
||||
@@ -18,7 +18,7 @@ name: amcrest2mqtt
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/amcrest2mqtt
|
||||
- https://github.com/dchesterton/amcrest2mqtt
|
||||
version: 7.0.18
|
||||
version: 7.0.19
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -9,7 +9,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
deprecated: false
|
||||
description: aMule is an eMule-like client for the eDonkey and Kademlia networks.
|
||||
home: https://truecharts.org/charts/stable/amule
|
||||
@@ -29,4 +29,4 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/amule
|
||||
- https://github.com/t-chab/dockerfiles
|
||||
type: application
|
||||
version: 3.0.18
|
||||
version: 3.0.19
|
||||
|
||||
@@ -3,15 +3,15 @@ appVersion: "0.14.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
- condition: mariadb.enabled
|
||||
name: mariadb
|
||||
repository: https://deps.truecharts.org/
|
||||
version: 7.0.39
|
||||
version: 7.0.43
|
||||
- condition: redis.enabled
|
||||
name: redis
|
||||
repository: https://deps.truecharts.org
|
||||
version: 6.0.50
|
||||
version: 6.0.52
|
||||
description: "Protect your email from spam using disposable addresses."
|
||||
home: https://truecharts.org/charts/stable/anonaddy
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/anonaddy.png
|
||||
@@ -26,7 +26,7 @@ name: anonaddy
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/anonaddy
|
||||
- https://github.com/anonaddy/docker
|
||||
version: 13.0.11
|
||||
version: 13.0.12
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- email
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "1.4.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
description: Index and stream music using apache-musicindex and m3u playlists
|
||||
home: https://truecharts.org/charts/stable/apache-musicindex
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/apache-musicindex.png
|
||||
@@ -21,7 +21,7 @@ name: apache-musicindex
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/apache-musicindex
|
||||
- http://hacks.slashdirt.org/sw/musicindex/
|
||||
version: 7.0.16
|
||||
version: 7.0.17
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "4.4.2"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
deprecated: false
|
||||
description: AppDaemon is a loosely coupled, multi-threaded, sandboxed python execution environment for writing automation apps.
|
||||
home: https://truecharts.org/charts/stable/appdaemon
|
||||
@@ -24,7 +24,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/appdaemon
|
||||
- https://github.com/AppDaemon/appdaemon
|
||||
type: application
|
||||
version: 12.0.19
|
||||
version: 12.0.20
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- utilities
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "3.7.4"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
deprecated: false
|
||||
description: Apt-Cacher NG is a caching proxy, specialized for package files from Linux distributors, primarily for Debian (and Debian based) distributions but not limited to those.
|
||||
home: https://truecharts.org/charts/stable/apt-cacher-ng
|
||||
@@ -23,7 +23,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/apt-cacher-ng
|
||||
- https://www.unix-ag.uni-kl.de/~bloch/acng/
|
||||
type: application
|
||||
version: 4.0.16
|
||||
version: 4.0.17
|
||||
annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
description: aria server for downloading web content
|
||||
home: https://truecharts.org/charts/stable/aria2
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/aria2.png
|
||||
@@ -18,7 +18,7 @@ name: aria2
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/aria2
|
||||
- https://github.com/P3TERX/Aria2-Pro-Docker
|
||||
version: 8.0.16
|
||||
version: 8.0.17
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "1.3.6"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
description: A modern web frontend making aria2 easier to use | Aria2 WebUI.
|
||||
home: https://truecharts.org/charts/stable/ariang
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/ariang.png
|
||||
@@ -18,7 +18,7 @@ name: ariang
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/ariang
|
||||
- https://github.com/leonismoe/docker-images
|
||||
version: 4.0.19
|
||||
version: 4.0.20
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "3.0.2"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
description: An easy-to-use, multi-track audio editor and recorder
|
||||
home: https://truecharts.org/charts/stable/audacity
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/audacity.png
|
||||
@@ -24,7 +24,7 @@ sources:
|
||||
- https://github.com/linuxserver/docker-audacity
|
||||
- https://www.audacityteam.org/
|
||||
type: application
|
||||
version: 8.0.18
|
||||
version: 8.0.19
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "2.2.22"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
description: Audiobookshelf is a self-hosted audiobook server for managing and playing your audiobooks.
|
||||
home: https://truecharts.org/charts/stable/audiobookshelf
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/audiobookshelf.png
|
||||
@@ -18,7 +18,7 @@ name: audiobookshelf
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/audiobookshelf
|
||||
- https://github.com/advplyr/audiobookshelf
|
||||
version: 5.0.20
|
||||
version: 5.0.21
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: autobrr
|
||||
version: 4.0.19
|
||||
version: 4.0.20
|
||||
appVersion: "1.26.2"
|
||||
description: The modern download automation tool for torrents.
|
||||
type: application
|
||||
@@ -17,7 +17,7 @@ sources:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
deprecated: false
|
||||
description: A Lidarr companion script to automatically download music for Lidarr.
|
||||
home: https://truecharts.org/charts/stable/automatic-music-downloader
|
||||
@@ -23,7 +23,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/automatic-music-downloader
|
||||
- https://github.com/RandomNinjaAtk/docker-amd
|
||||
type: application
|
||||
version: 5.0.17
|
||||
version: 5.0.18
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: autoscan
|
||||
version: 4.0.21
|
||||
version: 4.0.22
|
||||
appVersion: "latest"
|
||||
description: Autoscan replaces the default Plex and Emby behaviour for picking up file changes on the file system.
|
||||
type: application
|
||||
@@ -17,7 +17,7 @@ sources:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "23.04.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
deprecated: false
|
||||
description: Avidemux is a free video editor designed for simple cutting, filtering and encoding tasks.
|
||||
home: https://truecharts.org/charts/stable/avidemux
|
||||
@@ -21,7 +21,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/avidemux
|
||||
- https://github.com/jlesage/docker-avidemux
|
||||
type: application
|
||||
version: 4.0.19
|
||||
version: 4.0.20
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
apiVersion: v2
|
||||
appVersion: "1.16.0"
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
version: 12.0.21
|
||||
version: 12.0.22
|
||||
name: babybuddy
|
||||
description: Helps caregivers track sleep, feedings, diaper changes, tummy time and more to learn about and predict baby's needs without (as much) guess work.
|
||||
type: application
|
||||
@@ -19,7 +19,7 @@ sources:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
|
||||
@@ -3,11 +3,11 @@ appVersion: "1.17.2"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
- condition: redis.enabled
|
||||
name: redis
|
||||
repository: https://deps.truecharts.org
|
||||
version: 6.0.50
|
||||
version: 6.0.52
|
||||
description: Baserow is an open source no-code database tool and Airtable alternative.
|
||||
home: https://truecharts.org/charts/stable/baserow
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/baserow.png
|
||||
@@ -22,7 +22,7 @@ name: baserow
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/baserow
|
||||
- https://gitlab.com/bramw/baserow/
|
||||
version: 7.0.20
|
||||
version: 7.0.21
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- productivity
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "1.2.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
deprecated: false
|
||||
description: Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements
|
||||
home: https://truecharts.org/charts/stable/bazarr
|
||||
@@ -25,7 +25,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/bazarr
|
||||
- https://github.com/morpheus65535/bazarr
|
||||
type: application
|
||||
version: 14.0.22
|
||||
version: 14.0.23
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "1.6.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
description: A music library manager and not, for the most part, a music player.
|
||||
home: https://truecharts.org/charts/stable/beets
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/beets.png
|
||||
@@ -24,7 +24,7 @@ sources:
|
||||
- https://github.com/linuxserver/docker-beets
|
||||
- https://beets.io/
|
||||
type: application
|
||||
version: 7.0.23
|
||||
version: 7.0.24
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
description: "Lightweight self-hosted facebook-styled PHP blog."
|
||||
home: https://truecharts.org/charts/stable/blog
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/blog.png
|
||||
@@ -23,7 +23,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/blog
|
||||
- https://github.com/m1k1o/blog
|
||||
- https://github.com/nicholaswilde/docker-blog
|
||||
version: 7.0.18
|
||||
version: 7.0.19
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- hosting
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: boinc
|
||||
version: 5.0.20
|
||||
version: 5.0.21
|
||||
appVersion: "latest"
|
||||
description: BOINC is a platform for high-throughput computing on a large scale (thousands or millions of computers).
|
||||
type: application
|
||||
@@ -15,7 +15,7 @@ sources:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
# condition:
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "2201.1.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
description: Booksonic is a platform for accessing the audibooks you own wherever you are
|
||||
home: https://truecharts.org/charts/stable/booksonic-air
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/booksonic-air.png
|
||||
@@ -19,7 +19,7 @@ name: booksonic-air
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/booksonic-air
|
||||
- https://github.com/popeen/Booksonic-Air
|
||||
version: 9.0.20
|
||||
version: 9.0.21
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -3,11 +3,11 @@ appVersion: "23.02.2023"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
- condition: mariadb.enabled
|
||||
name: mariadb
|
||||
repository: https://deps.truecharts.org/
|
||||
version: 7.0.39
|
||||
version: 7.0.43
|
||||
description: "A simple, self-hosted, easy-to-use platform for organising and storing information."
|
||||
home: https://truecharts.org/charts/stable/bookstack
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/bookstack.png
|
||||
@@ -27,7 +27,7 @@ name: bookstack
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/bookstack
|
||||
- https://www.bookstackapp.com/
|
||||
version: 7.0.16
|
||||
version: 7.0.17
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "1.59.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
description: Browserless is a web-service that allows for remote clients to connect, drive, and execute headless work
|
||||
home: https://truecharts.org/charts/stable/browserless-chrome
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/browserless-chrome.png
|
||||
@@ -20,7 +20,7 @@ name: browserless-chrome
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/browserless-chrome
|
||||
- https://docs.browserless.io/docs/docker.html
|
||||
version: 5.0.22
|
||||
version: 5.0.23
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- productivity
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "0.0.9"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
description: Budge is an open source 'budgeting with envelopes' personal finance app.
|
||||
home: https://truecharts.org/charts/stable/budge
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/budge.png
|
||||
@@ -20,7 +20,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/budge
|
||||
- https://github.com/linuxserver/budge
|
||||
- https://github.com/linuxserver/docker-BudgE
|
||||
version: 5.0.21
|
||||
version: 5.0.22
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "0.6.20"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
deprecated: false
|
||||
description: Calibre-Web is a web app providing a clean interface for browsing, reading and downloading eBooks using an existing Calibre database.
|
||||
home: https://truecharts.org/charts/stable/calibre-web
|
||||
@@ -22,7 +22,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/calibre-web
|
||||
- https://github.com/janeczku/calibre-web
|
||||
type: application
|
||||
version: 14.0.22
|
||||
version: 14.0.23
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "6.17.0"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
description: Calibre is a powerful and easy to use e-book manager.
|
||||
home: https://truecharts.org/charts/stable/calibre
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/calibre.png
|
||||
@@ -18,7 +18,7 @@ name: calibre
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/calibre
|
||||
- https://github.com/kovidgoyal/calibre/
|
||||
version: 10.0.19
|
||||
version: 10.0.20
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "latest"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
deprecated: false
|
||||
description: Channels DVR Server
|
||||
home: https://truecharts.org/charts/stable/channels-dvr
|
||||
@@ -19,7 +19,7 @@ name: channels-dvr
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/channels-dvr
|
||||
type: application
|
||||
version: 2.0.1
|
||||
version: 2.0.2
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
apiVersion: v2
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
name: chevereto
|
||||
version: 7.0.19
|
||||
version: 7.0.20
|
||||
appVersion: "1.6.2"
|
||||
description: Chevereto is an image hosting software that allows you to create a beautiful and full-featured image hosting website on your own server.
|
||||
type: application
|
||||
@@ -17,11 +17,11 @@ sources:
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
- condition: mariadb.enabled
|
||||
name: mariadb
|
||||
repository: https://deps.truecharts.org/
|
||||
version: 7.0.39
|
||||
version: 7.0.43
|
||||
maintainers:
|
||||
- email: info@truecharts.org
|
||||
name: TrueCharts
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "0.2"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
deprecated: false
|
||||
description: "Chronos is a small container to run and schedule Python 3.7 scripts. You can create virtual enviroments, edit your scripts, install Pip dependencies, view execution logs, and debug your scripts, all from the sleek web UI."
|
||||
home: https://truecharts.org/charts/stable/chronos
|
||||
@@ -21,7 +21,7 @@ sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/chronos
|
||||
- https://github.com/simse/chronos
|
||||
type: application
|
||||
version: 4.0.18
|
||||
version: 4.0.19
|
||||
annotations:
|
||||
truecharts.org/SCALE-support: "true"
|
||||
truecharts.org/catagories: |
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "1.0.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
description: ClamAV is an open source antivirus engine for detecting trojans, viruses, malware & other malicious threats.
|
||||
home: https://truecharts.org/charts/stable/clamav
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/clamav.png
|
||||
@@ -21,7 +21,7 @@ sources:
|
||||
- https://github.com/Cisco-Talos/clamav
|
||||
- https://docs.clamav.net/
|
||||
type: application
|
||||
version: 6.0.10
|
||||
version: 6.0.11
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- utilities
|
||||
|
||||
@@ -3,11 +3,11 @@ appVersion: "1.1.2"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
- condition: mariadb.enabled
|
||||
name: mariadb
|
||||
repository: https://deps.truecharts.org/
|
||||
version: 7.0.39
|
||||
version: 7.0.43
|
||||
description: "A web-based dashboard application that gives you a neat and clean interface for logging your fuel fill-ups for all of your vehicles."
|
||||
home: https://truecharts.org/charts/stable/clarkson
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/clarkson.png
|
||||
@@ -26,7 +26,7 @@ name: clarkson
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/clarkson
|
||||
- https://github.com/linuxserver/Clarkson
|
||||
version: 7.0.17
|
||||
version: 7.0.18
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- vehicle
|
||||
|
||||
@@ -3,7 +3,7 @@ appVersion: "1.29.2"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 12.12.1
|
||||
version: 12.12.3
|
||||
description: A complete web based IDE with terminal access
|
||||
home: https://truecharts.org/charts/stable/cloud9
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloud9.png
|
||||
@@ -23,7 +23,7 @@ sources:
|
||||
- https://aws.amazon.com/cloud9/
|
||||
- https://github.com/c9/core
|
||||
type: application
|
||||
version: 7.0.18
|
||||
version: 7.0.19
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- media
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
apiVersion: v2
|
||||
appVersion: "2023.4.2"
|
||||
appVersion: "2023.5.1"
|
||||
dependencies:
|
||||
- name: common
|
||||
repository: https://library-charts.truecharts.org
|
||||
version: 11.1.2
|
||||
version: 12.12.3
|
||||
deprecated: false
|
||||
description: Client for Cloudflare Tunnel, a daemon that exposes private services through the Cloudflare edge.
|
||||
home: https://truecharts.org/charts/incubator/cloudflared
|
||||
home: https://truecharts.org/charts/stable/cloudflared
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudflared.png
|
||||
keywords:
|
||||
- cloudflared
|
||||
@@ -18,9 +18,9 @@ maintainers:
|
||||
url: https://truecharts.org
|
||||
name: cloudflared
|
||||
sources:
|
||||
- https://github.com/truecharts/charts/tree/master/charts/incubator/cloudflared
|
||||
- https://github.com/truecharts/charts/tree/master/charts/stable/cloudflared
|
||||
type: application
|
||||
version: 4.0.0
|
||||
version: 5.0.4
|
||||
annotations:
|
||||
truecharts.org/catagories: |
|
||||
- network
|
||||
@@ -5,7 +5,7 @@
|
||||
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/incubator/)
|
||||
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)**
|
||||
|
||||
9
charts/stable/cloudflared/ci/test-values.yaml
Normal file
9
charts/stable/cloudflared/ci/test-values.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
workload:
|
||||
main:
|
||||
podSpec:
|
||||
containers:
|
||||
main:
|
||||
args:
|
||||
- tunnel
|
||||
- --no-autoupdate
|
||||
- --hello-world
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user