chore(operator-train): rename `operator`-train to `system`-train

This commit is contained in:
Kjeld Schouten 2024-03-16 11:30:17 +01:00
parent af081238c6
commit a2655cf77a
143 changed files with 184 additions and 184 deletions

View File

@ -1,28 +0,0 @@
---
title: README
---
## General Info
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/operators/grafana-agent-operator)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_

View File

@ -1,28 +0,0 @@
---
title: README
---
## General Info
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/operators/kubernetes-reflector)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_

View File

@ -1,28 +0,0 @@
---
title: README
---
## General Info
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/operators/prometheus-operator)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_

View File

@ -1,28 +0,0 @@
---
title: README
---
## General Info
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/operators/traefik-crds)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_

View File

@ -4,8 +4,8 @@ annotations:
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: operators truecharts.org/category: operators
truecharts.org/max_helm_version: "3.14" truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.11" truecharts.org/min_helm_version: "3.12"
truecharts.org/train: operators truecharts.org/train: system
apiVersion: v2 apiVersion: v2
appVersion: latest appVersion: latest
dependencies: dependencies:
@ -25,13 +25,13 @@ dependencies:
import-values: [] import-values: []
deprecated: false deprecated: false
description: Cert-Manager is a kubernetes-aware certificate manager description: Cert-Manager is a kubernetes-aware certificate manager
home: https://truecharts.org/charts/operators/cert-manager home: https://truecharts.org/charts/system/cert-manager
icon: https://truecharts.org/img/hotlink-ok/chart-icons/cert-manager.png icon: https://truecharts.org/img/hotlink-ok/chart-icons/cert-manager.png
keywords: keywords:
- cert-manager - cert-manager
- certificates - certificates
- security - security
kubeVersion: ">=1.24.0-0" kubeVersion: '>=1.24.0-0'
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
@ -40,7 +40,7 @@ name: cert-manager
sources: sources:
- https://github.com/cert-manager - https://github.com/cert-manager
- https://cert-manager.io/ - https://cert-manager.io/
- https://github.com/truecharts/charts/tree/master/charts/operators/cert-manager - https://github.com/truecharts/charts/tree/master/charts/system/cert-manager
- https://github.com/truecharts/containers/tree/master/apps/scratch - https://github.com/truecharts/containers/tree/master/apps/scratch
type: application type: application
version: 4.5.3 version: 4.5.4

View File

@ -0,0 +1,28 @@
---
title: README
---
## General Info
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/cert-manager)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_

View File

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 26 KiB

View File

@ -4,8 +4,8 @@ annotations:
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: operators truecharts.org/category: operators
truecharts.org/max_helm_version: "3.14" truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.11" truecharts.org/min_helm_version: "3.12"
truecharts.org/train: operators truecharts.org/train: system
apiVersion: v2 apiVersion: v2
appVersion: latest appVersion: latest
dependencies: dependencies:
@ -25,13 +25,13 @@ dependencies:
import-values: [] import-values: []
deprecated: false deprecated: false
description: CloudNativePG is a clustered postgresql database operator description: CloudNativePG is a clustered postgresql database operator
home: https://truecharts.org/charts/operators/cloudnative-pg home: https://truecharts.org/charts/system/cloudnative-pg
icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudnative-pg.png icon: https://truecharts.org/img/hotlink-ok/chart-icons/cloudnative-pg.png
keywords: keywords:
- database - database
- cloudnative-pg - cloudnative-pg
- cnpg - cnpg
kubeVersion: ">=1.24.0-0" kubeVersion: '>=1.24.0-0'
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
@ -40,7 +40,7 @@ name: cloudnative-pg
sources: sources:
- https://cloudnative-pg.io/ - https://cloudnative-pg.io/
- https://github.com/cloudnative-pg - https://github.com/cloudnative-pg
- https://github.com/truecharts/charts/tree/master/charts/operators/cloudnative-pg - https://github.com/truecharts/charts/tree/master/charts/system/cloudnative-pg
- https://github.com/truecharts/containers/tree/master/apps/alpine - https://github.com/truecharts/containers/tree/master/apps/alpine
type: application type: application
version: 6.6.2 version: 6.6.3

View File

@ -0,0 +1,28 @@
---
title: README
---
## General Info
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/cloudnative-pg)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_

View File

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 22 KiB

View File

@ -4,8 +4,8 @@ annotations:
truecharts.org/SCALE-support: "false" truecharts.org/SCALE-support: "false"
truecharts.org/category: CSI truecharts.org/category: CSI
truecharts.org/max_helm_version: "3.14" truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.11" truecharts.org/min_helm_version: "3.12"
truecharts.org/train: operators truecharts.org/train: system
apiVersion: v2 apiVersion: v2
appVersion: latest appVersion: latest
dependencies: dependencies:
@ -25,12 +25,12 @@ dependencies:
import-values: [] import-values: []
deprecated: false deprecated: false
description: csi-driver-smb is a smb CSI driver for kubernetes description: csi-driver-smb is a smb CSI driver for kubernetes
home: https://truecharts.org/charts/operators/csi-driver-smb home: https://truecharts.org/charts/system/csi-driver-smb
icon: https://truecharts.org/img/hotlink-ok/chart-icons/csi-driver-smb.png icon: https://truecharts.org/img/hotlink-ok/chart-icons/csi-driver-smb.png
keywords: keywords:
- csi-driver-smb - csi-driver-smb
- backup - backup
kubeVersion: ">=1.24.0-0" kubeVersion: '>=1.24.0-0'
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
@ -39,7 +39,7 @@ name: csi-driver-smb
sources: sources:
- https://cert-manager.io/ - https://cert-manager.io/
- https://github.com/cert-manager - https://github.com/cert-manager
- https://github.com/truecharts/charts/tree/master/charts/operators/csi-driver-smb - https://github.com/truecharts/charts/tree/master/charts/system/csi-driver-smb
- https://github.com/truecharts/containers/tree/master/apps/alpine - https://github.com/truecharts/containers/tree/master/apps/alpine
type: application type: application
version: 3.5.2 version: 3.5.3

View File

@ -0,0 +1,28 @@
---
title: README
---
## General Info
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/csi-driver-smb)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_

View File

Before

Width:  |  Height:  |  Size: 52 KiB

After

Width:  |  Height:  |  Size: 52 KiB

View File

@ -4,8 +4,8 @@ annotations:
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: system truecharts.org/category: system
truecharts.org/max_helm_version: "3.14" truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.11" truecharts.org/min_helm_version: "3.12"
truecharts.org/train: operators truecharts.org/train: system
apiVersion: v2 apiVersion: v2
appVersion: 0.39.2 appVersion: 0.39.2
dependencies: dependencies:
@ -18,12 +18,12 @@ dependencies:
import-values: [] import-values: []
deprecated: false deprecated: false
description: Grafana Scraping Agent Operator description: Grafana Scraping Agent Operator
home: https://truecharts.org/charts/operators/grafana-agent-operator home: https://truecharts.org/charts/system/grafana-agent-operator
icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana-agent-operator.png icon: https://truecharts.org/img/hotlink-ok/chart-icons/grafana-agent-operator.png
keywords: keywords:
- grafana-agent - grafana-agent
- shell - shell
kubeVersion: ">=1.24.0-0" kubeVersion: '>=1.24.0-0'
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
@ -31,7 +31,7 @@ maintainers:
name: grafana-agent-operator name: grafana-agent-operator
sources: sources:
- https://grafana.com - https://grafana.com
- https://github.com/truecharts/charts/tree/master/charts/operators/grafana-agent-operator - https://github.com/truecharts/charts/tree/master/charts/system/grafana-agent-operator
- https://hub.docker.com/r/grafana/agent-operator - https://hub.docker.com/r/grafana/agent-operator
type: application type: application
version: 1.5.2 version: 1.5.3

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. 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. 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/operators/cloudnative-pg) For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/grafana-agent-operator)
**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)** **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

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

View File

@ -4,8 +4,8 @@ annotations:
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: operators truecharts.org/category: operators
truecharts.org/max_helm_version: "3.14" truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.11" truecharts.org/min_helm_version: "3.12"
truecharts.org/train: operators truecharts.org/train: system
apiVersion: v2 apiVersion: v2
appVersion: 0.0.3 appVersion: 0.0.3
dependencies: dependencies:
@ -25,12 +25,12 @@ dependencies:
import-values: [] import-values: []
deprecated: false deprecated: false
description: KubeApps is a Kubernetes-as-Apps solution description: KubeApps is a Kubernetes-as-Apps solution
home: https://truecharts.org/charts/operators/kubeapps home: https://truecharts.org/charts/system/kubeapps
icon: https://truecharts.org/img/hotlink-ok/chart-icons/kubeapps.png icon: https://truecharts.org/img/hotlink-ok/chart-icons/kubeapps.png
keywords: keywords:
- kubeapps - kubeapps
- catalog - catalog
kubeVersion: ">=1.24.0-0" kubeVersion: '>=1.24.0-0'
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
@ -39,7 +39,7 @@ name: kubeapps
sources: sources:
- https://cert-manager.io/ - https://cert-manager.io/
- https://github.com/cert-manager - https://github.com/cert-manager
- https://github.com/truecharts/charts/tree/master/charts/operators/kubeapps - https://github.com/truecharts/charts/tree/master/charts/system/kubeapps
- https://ghcr.io/xstar97/my-proxy-service - https://ghcr.io/xstar97/my-proxy-service
type: application type: application
version: 2.7.2 version: 2.7.3

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. 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. 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/operators/velero) For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/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)** **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

Before

Width:  |  Height:  |  Size: 23 KiB

After

Width:  |  Height:  |  Size: 23 KiB

View File

@ -4,8 +4,8 @@ annotations:
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: operators truecharts.org/category: operators
truecharts.org/max_helm_version: "3.14" truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.11" truecharts.org/min_helm_version: "3.12"
truecharts.org/train: operators truecharts.org/train: system
apiVersion: v2 apiVersion: v2
appVersion: 7.1.217 appVersion: 7.1.217
dependencies: dependencies:
@ -18,7 +18,7 @@ dependencies:
import-values: [] import-values: []
deprecated: false deprecated: false
description: Kubernetes-Reflector is a Kubernetes addon designed to monitor and reflect changes to secrets and configmaps across namespaces description: Kubernetes-Reflector is a Kubernetes addon designed to monitor and reflect changes to secrets and configmaps across namespaces
home: https://truecharts.org/charts/operators/kubernetes-reflector home: https://truecharts.org/charts/system/kubernetes-reflector
icon: https://truecharts.org/img/hotlink-ok/chart-icons/kubernetes-reflector.png icon: https://truecharts.org/img/hotlink-ok/chart-icons/kubernetes-reflector.png
keywords: keywords:
- reflector - reflector
@ -26,7 +26,7 @@ keywords:
- configmaps - configmaps
- cert-manager - cert-manager
- certificates - certificates
kubeVersion: ">=1.24.0-0" kubeVersion: '>=1.24.0-0'
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
@ -34,7 +34,7 @@ maintainers:
name: kubernetes-reflector name: kubernetes-reflector
sources: sources:
- https://github.com/emberstack/kubernetes-reflector - https://github.com/emberstack/kubernetes-reflector
- https://github.com/truecharts/charts/tree/master/charts/operators/kubernetes-reflector - https://github.com/truecharts/charts/tree/master/charts/system/kubernetes-reflector
- https://hub.docker.com/r/emberstack/kubernetes-reflector - https://hub.docker.com/r/emberstack/kubernetes-reflector
type: application type: application
version: 4.5.2 version: 4.5.3

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. 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. 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/operators/cert-manager) For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/kubernetes-reflector)
**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)** **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

Before

Width:  |  Height:  |  Size: 5.9 KiB

After

Width:  |  Height:  |  Size: 5.9 KiB

View File

@ -4,8 +4,8 @@ annotations:
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: operators truecharts.org/category: operators
truecharts.org/max_helm_version: "3.14" truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.11" truecharts.org/min_helm_version: "3.12"
truecharts.org/train: operators truecharts.org/train: system
apiVersion: v2 apiVersion: v2
appVersion: latest appVersion: latest
dependencies: dependencies:
@ -25,12 +25,12 @@ dependencies:
import-values: [] import-values: []
deprecated: false deprecated: false
description: A network load-balancer implementation for Kubernetes using standard routing protocols description: A network load-balancer implementation for Kubernetes using standard routing protocols
home: https://truecharts.org/charts/operators/metallb home: https://truecharts.org/charts/system/metallb
icon: https://truecharts.org/img/hotlink-ok/chart-icons/metallb.png icon: https://truecharts.org/img/hotlink-ok/chart-icons/metallb.png
keywords: keywords:
- metallb - metallb
- loadbalancer - loadbalancer
kubeVersion: ">=1.24.0-0" kubeVersion: '>=1.24.0-0'
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
@ -39,7 +39,7 @@ name: metallb
sources: sources:
- https://github.com/metallb/metallb - https://github.com/metallb/metallb
- https://metallb.universe.tf - https://metallb.universe.tf
- https://github.com/truecharts/charts/tree/master/charts/operators/metallb - https://github.com/truecharts/charts/tree/master/charts/system/metallb
- https://github.com/truecharts/containers/tree/master/apps/alpine - https://github.com/truecharts/containers/tree/master/apps/alpine
type: application type: application
version: 14.5.2 version: 14.5.3

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. 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. 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/operators/metallb) For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/metallb)
**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)** **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

Before

Width:  |  Height:  |  Size: 9.0 KiB

After

Width:  |  Height:  |  Size: 9.0 KiB

View File

@ -4,8 +4,8 @@ annotations:
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: CSI truecharts.org/category: CSI
truecharts.org/max_helm_version: "3.14" truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.11" truecharts.org/min_helm_version: "3.12"
truecharts.org/train: operators truecharts.org/train: system
apiVersion: v2 apiVersion: v2
appVersion: latest appVersion: latest
dependencies: dependencies:
@ -25,12 +25,12 @@ dependencies:
import-values: [] import-values: []
deprecated: false deprecated: false
description: OpenEBS is a umbrella container storage provisioner description: OpenEBS is a umbrella container storage provisioner
home: https://truecharts.org/charts/operators/openebs home: https://truecharts.org/charts/system/openebs
icon: https://truecharts.org/img/hotlink-ok/chart-icons/openebs.png icon: https://truecharts.org/img/hotlink-ok/chart-icons/openebs.png
keywords: keywords:
- openebs - openebs
- backup - backup
kubeVersion: ">=1.24.0-0" kubeVersion: '>=1.24.0-0'
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
@ -39,7 +39,7 @@ name: openebs
sources: sources:
- https://github.com/cert-manager - https://github.com/cert-manager
- https://cert-manager.io/ - https://cert-manager.io/
- https://github.com/truecharts/charts/tree/master/charts/operators/openebs - https://github.com/truecharts/charts/tree/master/charts/system/openebs
- https://github.com/truecharts/containers/tree/master/apps/scratch - https://github.com/truecharts/containers/tree/master/apps/scratch
type: application type: application
version: 3.5.3 version: 3.5.4

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. 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. 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/operators/openebs) For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/openebs)
**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)** **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

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 15 KiB

View File

@ -4,8 +4,8 @@ annotations:
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: operators truecharts.org/category: operators
truecharts.org/max_helm_version: "3.14" truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.11" truecharts.org/min_helm_version: "3.12"
truecharts.org/train: operators truecharts.org/train: system
apiVersion: v2 apiVersion: v2
appVersion: latest appVersion: latest
dependencies: dependencies:
@ -25,13 +25,13 @@ dependencies:
import-values: [] import-values: []
deprecated: false deprecated: false
description: Prometheus Operator is an operator for prometheus description: Prometheus Operator is an operator for prometheus
home: https://truecharts.org/charts/operators/prometheus-operator home: https://truecharts.org/charts/system/prometheus-operator
icon: https://truecharts.org/img/hotlink-ok/chart-icons/prometheus-operator.png icon: https://truecharts.org/img/hotlink-ok/chart-icons/prometheus-operator.png
keywords: keywords:
- operator - operator
- prometheus - prometheus
- metics - metics
kubeVersion: ">=1.24.0-0" kubeVersion: '>=1.24.0-0'
maintainers: maintainers:
- name: TrueCharts - name: TrueCharts
email: info@truecharts.org email: info@truecharts.org
@ -39,7 +39,7 @@ maintainers:
name: prometheus-operator name: prometheus-operator
sources: sources:
- https://github.com/prometheus-operator - https://github.com/prometheus-operator
- https://github.com/truecharts/charts/tree/master/charts/operators/prometheus-operator - https://github.com/truecharts/charts/tree/master/charts/system/prometheus-operator
- https://github.com/truecharts/containers/tree/master/apps/alpine - https://github.com/truecharts/containers/tree/master/apps/alpine
type: application type: application
version: 6.7.2 version: 6.7.3

View File

@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE. 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. 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/operators/csi-driver-smb) For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/prometheus-operator)
**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)** **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

Before

Width:  |  Height:  |  Size: 84 KiB

After

Width:  |  Height:  |  Size: 84 KiB

View File

@ -4,8 +4,8 @@ annotations:
truecharts.org/SCALE-support: "true" truecharts.org/SCALE-support: "true"
truecharts.org/category: network truecharts.org/category: network
truecharts.org/max_helm_version: "3.14" truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.11" truecharts.org/min_helm_version: "3.12"
truecharts.org/train: operators truecharts.org/train: system
apiVersion: v2 apiVersion: v2
appVersion: latest appVersion: latest
dependencies: dependencies:
@ -18,7 +18,7 @@ dependencies:
import-values: [] import-values: []
deprecated: false deprecated: false
description: Traefik-CRDs contains the CRD's for Traefik description: Traefik-CRDs contains the CRD's for Traefik
home: https://truecharts.org/charts/operators/traefik-crds home: https://truecharts.org/charts/system/traefik-crds
icon: https://truecharts.org/img/hotlink-ok/chart-icons/traefik-crds.png icon: https://truecharts.org/img/hotlink-ok/chart-icons/traefik-crds.png
keywords: keywords:
- traefik - traefik
@ -33,7 +33,7 @@ sources:
- https://github.com/traefik/traefik - https://github.com/traefik/traefik
- https://github.com/traefik/traefik-helm-chart - https://github.com/traefik/traefik-helm-chart
- https://traefik.io/ - https://traefik.io/
- https://github.com/truecharts/charts/tree/master/charts/operators/traefik-crds - https://github.com/truecharts/charts/tree/master/charts/system/traefik-crds
- https://github.com/truecharts/containers/tree/master/apps/scratch - https://github.com/truecharts/containers/tree/master/apps/scratch
type: application type: application
version: 0.1.2 version: 0.1.3

View File

@ -0,0 +1,28 @@
---
title: README
---
## General Info
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/traefik-crds)
**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**
## Support
- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/manual/SCALE/guides/scale-intro).
- See the [Website](https://truecharts.org)
- Check our [Discord](https://discord.gg/tVsPTHWTtr)
- Open a [issue](https://github.com/truecharts/charts/issues/new/choose)
---
## Sponsor TrueCharts
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!
_All Rights Reserved - The TrueCharts Project_

Some files were not shown because too many files have changed in this diff Show More