Commit daily changes

Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
TrueCharts-Bot 2024-02-14 00:08:48 +00:00
parent 671a58f7a1
commit 6d1cccdd96
21 changed files with 34 additions and 36 deletions

View File

@ -33,8 +33,8 @@ sources:
- https://jitsi.github.io/handbook/docs/devops-guide/devops-guide-start
- https://github.com/truecharts/charts/tree/master/charts/dev/jitsi
- https://hub.docker.com/r/jitsi/jvb
- https://hub.docker.com/r/jitsi/jicofo
- https://hub.docker.com/r/jitsi/web
- https://hub.docker.com/r/jitsi/prosody
- https://hub.docker.com/r/jitsi/web
- https://hub.docker.com/r/jitsi/jicofo
type: application
version: 3.0.14

View File

@ -34,10 +34,10 @@ sources:
- https://github.com/ml-tooling/ml-workspace
- https://github.com/truecharts/charts/tree/master/charts/dev/ml-workspace
- https://hub.docker.com/r/mltooling/ml-workspace
- https://hub.docker.com/r/mltooling/ml-workspace-r
- https://hub.docker.com/r/mltooling/ml-workspace-gpu
- https://hub.docker.com/r/mltooling/ml-workspace-light
- https://hub.docker.com/r/mltooling/ml-workspace-spark
- https://hub.docker.com/r/mltooling/ml-workspace-light
- https://hub.docker.com/r/mltooling/ml-workspace-minimal
- https://hub.docker.com/r/mltooling/ml-workspace-r
type: application
version: 6.0.14

View File

@ -41,7 +41,7 @@ sources:
- https://github.com/penpot/penpot
- https://github.com/truecharts/charts/tree/master/charts/dev/penpot
- https://hub.docker.com/r/penpotapp/exporter
- https://hub.docker.com/r/penpotapp/backend
- https://hub.docker.com/r/penpotapp/frontend
- https://hub.docker.com/r/penpotapp/backend
type: application
version: 4.0.13

View File

@ -41,7 +41,7 @@ sources:
- https://0xerr0r.github.io/blocky/
- https://github.com/0xERR0R/blocky
- https://github.com/truecharts/charts/tree/master/charts/enterprise/blocky
- https://hub.docker.com/r/spx01/blocky
- https://quay.io/oriedge/k8s_gateway
- https://hub.docker.com/r/spx01/blocky
type: application
version: 12.2.7

View File

@ -25,8 +25,8 @@ dependencies:
import-values: []
deprecated: false
description: KubeApps is a Kubernetes-as-Apps solution
home: https://truecharts.org/charts/enterprise/KubeApps
icon: https://truecharts.org/img/hotlink-ok/chart-icons/KubeApps.png
home: https://truecharts.org/charts/enterprise/kubeapps
icon: https://truecharts.org/img/hotlink-ok/chart-icons/kubeapps.png
keywords:
- kubeapps
- catalog
@ -39,6 +39,7 @@ name: kubeapps
sources:
- https://cert-manager.io/
- https://github.com/cert-manager
- https://github.com/truecharts/charts/tree/master/charts/enterprise/KubeApps
- https://github.com/truecharts/charts/tree/master/charts/enterprise/kubeapps
- https://github.com/truecharts/containers/tree/master/apps/alpine
type: application
version: 0.0.4

View File

@ -7,7 +7,7 @@ title: README
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/KubeApps)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/enterprise/kubeapps)
**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)**

View File

@ -3,4 +3,3 @@
Currently KubeApps, by default, requires a kubernetes token to login.
To aquire a temporary(!) token, enter the command given in the "notes" section (bottom right corner in SCALE WebUI) and copy the token given to the WebGUI of KubeApps

View File

@ -3,4 +3,3 @@
To generate a Login Token, run this in terminal:
{{- $fullname := include "tc.v1.common.lib.chart.names.fullname" $ -}}
(k3s) kubectl create token {{ $fullname }} -n {{ .Release.Namespace }}

View File

@ -12,7 +12,7 @@ portal:
workload:
main:
enabled: false
service:
main:
enabled: false
@ -35,12 +35,11 @@ service:
port: 8080
targetPort: 8080
serviceAccount:
kubeapps-operator:
enabled: true
primary: true
secret:
kubeapps-operator-token:
enabled: true
@ -48,7 +47,7 @@ secret:
annotations:
kubernetes.io/service-account.name: kubeapps-operator
stringData: "-"
rbac:
kubeapps-operator:
enabled: true
@ -59,7 +58,7 @@ rbac:
- apiGroups: ["*"]
resources: ["*"]
verbs: ["*"]
kubeapps:
frontend:
podLabels:

View File

@ -46,8 +46,8 @@ sources:
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
- https://github.com/truecharts/charts/tree/master/charts/enterprise/prometheus
- https://hub.docker.com/r/bitnami/prometheus
- https://hub.docker.com/r/bitnami/alertmanager
- https://quay.io/thanos/thanos
- https://hub.docker.com/r/bitnami/prometheus
type: application
version: 16.4.9

View File

@ -40,9 +40,9 @@ sources:
- https://github.com/goauthentik/authentik
- https://github.com/truecharts/charts/tree/master/charts/stable/authentik
- https://ghcr.io/goauthentik/ldap
- https://ghcr.io/goauthentik/radius
- https://ghcr.io/maxmind/geoipupdate
- https://ghcr.io/goauthentik/server
- https://ghcr.io/goauthentik/proxy
- https://ghcr.io/maxmind/geoipupdate
- https://ghcr.io/goauthentik/radius
type: application
version: 19.2.10

View File

@ -36,7 +36,7 @@ name: bazarr
sources:
- https://github.com/morpheus65535/bazarr
- https://github.com/truecharts/charts/tree/master/charts/stable/bazarr
- https://ghcr.io/onedr0p/bazarr
- https://ghcr.io/onedr0p/exportarr
- https://ghcr.io/onedr0p/bazarr
type: application
version: 17.1.17

View File

@ -32,7 +32,7 @@ name: guacamole
sources:
- https://github.com/apache/guacamole-client
- https://github.com/truecharts/charts/tree/master/charts/stable/guacamole
- https://hub.docker.com/r/guacamole/guacamole
- https://hub.docker.com/r/guacamole/guacd
- https://hub.docker.com/r/guacamole/guacamole
type: application
version: 12.1.11

View File

@ -33,13 +33,13 @@ name: jupyter
sources:
- https://github.com/jupyter/docker-stacks
- https://github.com/truecharts/charts/tree/master/charts/stable/jupyter
- https://hub.docker.com/r/jupyter/r-notebook
- https://hub.docker.com/r/jupyter/datascience-notebook
- https://hub.docker.com/r/jupyter/minimal-notebook
- https://hub.docker.com/r/jupyter/all-spark-notebook
- https://hub.docker.com/r/jupyter/scipy-notebook
- https://hub.docker.com/r/jupyter/r-notebook
- https://hub.docker.com/r/jupyter/base-notebook
- https://hub.docker.com/r/jupyter/minimal-notebook
- https://hub.docker.com/r/jupyter/pyspark-notebook
- https://hub.docker.com/r/jupyter/datascience-notebook
- https://hub.docker.com/r/jupyter/scipy-notebook
- https://hub.docker.com/r/jupyter/tensorflow-notebook
type: application
version: 7.1.11

View File

@ -33,7 +33,7 @@ name: kitchenowl
sources:
- https://tombursch.github.io/kitchenowl
- https://github.com/truecharts/charts/tree/master/charts/stable/kitchenowl
- https://hub.docker.com/r/tombursch/kitchenowl
- https://hub.docker.com/r/tombursch/kitchenowl-web
- https://hub.docker.com/r/tombursch/kitchenowl
type: application
version: 8.3.5

View File

@ -43,11 +43,11 @@ sources:
- https://github.com/nextcloud/docker
- https://github.com/nextcloud/helm
- https://github.com/truecharts/charts/tree/master/charts/stable/nextcloud
- https://hub.docker.com/r/nginxinc/nginx-unprivileged
- https://hub.docker.com/r/clamav/clamav
- https://github.com/truecharts/containers/tree/master/apps/nextcloud-push-notify
- https://github.com/truecharts/containers/tree/master/apps/nextcloud-imaginary
- https://github.com/truecharts/containers/tree/master/apps/nextcloud-fpm
- https://hub.docker.com/r/clamav/clamav
- https://hub.docker.com/r/nginxinc/nginx-unprivileged
- https://hub.docker.com/r/collabora/code
type: application
version: 28.1.46

View File

@ -36,7 +36,7 @@ sources:
- https://readarr.com
- https://github.com/Readarr/Readarr
- https://github.com/truecharts/charts/tree/master/charts/stable/readarr
- https://ghcr.io/onedr0p/exportarr
- https://ghcr.io/onedr0p/readarr-develop
- https://ghcr.io/onedr0p/exportarr
type: application
version: 19.1.18

View File

@ -40,7 +40,7 @@ sources:
- https://docs.rsshub.app/en/install/
- https://github.com/DIYgod/RSSHub
- https://github.com/truecharts/charts/tree/master/charts/stable/rsshub
- https://hub.docker.com/r/browserless/chrome
- https://hub.docker.com/r/diygod/rsshub
- https://hub.docker.com/r/browserless/chrome
type: application
version: 11.2.7

View File

@ -7,7 +7,7 @@ annotations:
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: stable
apiVersion: v2
appVersion: 2.2.0
appVersion: 3.0.0
dependencies:
- name: common
version: 17.2.30

View File

@ -47,8 +47,8 @@ sources:
- https://github.com/eikek/docspell
- https://docspell.org/docs/install/docker/
- https://github.com/truecharts/charts/tree/master/charts/unstable/docspell
- https://hub.docker.com/r/docspell/joex
- https://hub.docker.com/r/docspell/dsc
- https://hub.docker.com/r/docspell/restserver
- https://hub.docker.com/r/docspell/dsc
- https://hub.docker.com/r/docspell/joex
type: application
version: 4.0.11

View File

@ -38,8 +38,8 @@ name: immich
sources:
- https://github.com/immich-app/immich
- https://github.com/truecharts/charts/tree/master/charts/unstable/immich
- https://hub.docker.com/r/altran1502/immich-machine-learning
- https://hub.docker.com/r/typesense/typesense
- https://hub.docker.com/r/altran1502/immich-server
- https://hub.docker.com/r/typesense/typesense
- https://hub.docker.com/r/altran1502/immich-machine-learning
type: application
version: 12.0.8