add more charts
This commit is contained in:
@@ -0,0 +1,32 @@
|
|||||||
|
# Patterns to ignore when building packages.
|
||||||
|
# This supports shell glob matching, relative path matching, and
|
||||||
|
# negation (prefixed with !). Only one pattern per line.
|
||||||
|
.DS_Store
|
||||||
|
# Common VCS dirs
|
||||||
|
.git/
|
||||||
|
.gitignore
|
||||||
|
.bzr/
|
||||||
|
.bzrignore
|
||||||
|
.hg/
|
||||||
|
.hgignore
|
||||||
|
.svn/
|
||||||
|
# Common backup files
|
||||||
|
*.swp
|
||||||
|
*.bak
|
||||||
|
*.tmp
|
||||||
|
*~
|
||||||
|
# Various IDEs
|
||||||
|
.project
|
||||||
|
.idea/
|
||||||
|
*.tmproj
|
||||||
|
.vscode/
|
||||||
|
# OWNERS file for Kubernetes
|
||||||
|
OWNERS
|
||||||
|
# helm-docs templates
|
||||||
|
*.gotmpl
|
||||||
|
# docs folder
|
||||||
|
/docs
|
||||||
|
# icon
|
||||||
|
icon.png
|
||||||
|
icon.webp
|
||||||
|
icon-small.webp
|
||||||
@@ -0,0 +1,45 @@
|
|||||||
|
annotations:
|
||||||
|
max_scale_version: 24.04.1
|
||||||
|
min_scale_version: 24.04.0
|
||||||
|
truecharts.org/SCALE-support: "false"
|
||||||
|
truecharts.org/category: CSI
|
||||||
|
truecharts.org/max_helm_version: "3.15"
|
||||||
|
truecharts.org/min_helm_version: "3.11"
|
||||||
|
truecharts.org/train: system
|
||||||
|
apiVersion: v2
|
||||||
|
appVersion: latest
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
version: 24.0.0
|
||||||
|
repository: oci://tccr.io/truecharts
|
||||||
|
condition: ""
|
||||||
|
alias: ""
|
||||||
|
tags: []
|
||||||
|
import-values: []
|
||||||
|
- name: csi-driver-nfs
|
||||||
|
version: v4.7.0
|
||||||
|
repository: https://raw.githubusercontent.com/kubernetes-csi/csi-driver-nfs/master/charts/
|
||||||
|
condition: ""
|
||||||
|
alias: csi-driver-nfs
|
||||||
|
tags: []
|
||||||
|
import-values: []
|
||||||
|
deprecated: false
|
||||||
|
description: csi-driver-nfs is a nfs CSI driver for kubernetes
|
||||||
|
home: https://truecharts.org/charts/system/csi-driver-nfs
|
||||||
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/csi-driver-nfs.webp
|
||||||
|
keywords:
|
||||||
|
- csi-driver-nfs
|
||||||
|
- backup
|
||||||
|
kubeVersion: '>=1.24.0-0'
|
||||||
|
maintainers:
|
||||||
|
- name: TrueCharts
|
||||||
|
email: info@truecharts.org
|
||||||
|
url: https://truecharts.org
|
||||||
|
name: csi-driver-nfs
|
||||||
|
sources:
|
||||||
|
- https://cert-manager.io/
|
||||||
|
- https://github.com/cert-manager
|
||||||
|
- https://github.com/truecharts/charts/tree/master/charts/system/csi-driver-nfs
|
||||||
|
- https://github.com/truecharts/containers/tree/master/apps/alpine
|
||||||
|
type: application
|
||||||
|
version: 5.1.1
|
||||||
@@ -0,0 +1,61 @@
|
|||||||
|
---
|
||||||
|
title: README
|
||||||
|
---
|
||||||
|
|
||||||
|
## General Info
|
||||||
|
|
||||||
|
TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps.
|
||||||
|
Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible
|
||||||
|
|
||||||
|
For more information about this Chart, 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)**
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
### Helm-Chart installation
|
||||||
|
|
||||||
|
To install TrueCharts Helm charts using Helm, you can use our OCI Repository.
|
||||||
|
|
||||||
|
`helm install mychart oci://tccr.io/truecharts/CHARTNAME`
|
||||||
|
|
||||||
|
For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides)
|
||||||
|
|
||||||
|
|
||||||
|
### TrueNAS SCALE Apps
|
||||||
|
|
||||||
|
For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](/deprecated/scale).
|
||||||
|
|
||||||
|
## Chart Specific Guides and information
|
||||||
|
|
||||||
|
All our charts have dedicated documentation pages.
|
||||||
|
The documentation for this chart can be found here:
|
||||||
|
https://truecharts.org/charts/system/csi-driver-smb
|
||||||
|
|
||||||
|
## Configuration Options
|
||||||
|
|
||||||
|
Please note: For TrueNAS SCALE, only options available in the GUI are supported.
|
||||||
|
Hence most of these docs do not apply to TrueNAS SCALE
|
||||||
|
|
||||||
|
To view the chart specific options, please view Values.yaml included in the chart.
|
||||||
|
The most recent version of which, is available here: https://github.com/truecharts/charts/charts/system/csi-driver-smb/values.yaml
|
||||||
|
|
||||||
|
All our Charts use a shared "common" library chart that contains most of the templating and options.
|
||||||
|
For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](/common)
|
||||||
|
|
||||||
|
For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/truecharts/library-charts/blob/main/library/common/values.yaml
|
||||||
|
|
||||||
|
## Support
|
||||||
|
|
||||||
|
- 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](/general/sponsor) or contributing back to the project any way you can!
|
||||||
|
|
||||||
|
_All Rights Reserved - The TrueCharts Project_
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 584 B |
Binary file not shown.
|
After Width: | Height: | Size: 2.8 KiB |
@@ -0,0 +1 @@
|
|||||||
|
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
{{/* Make sure all variables are set properly */}}
|
||||||
|
{{- include "tc.v1.common.loader.init" . }}
|
||||||
|
|
||||||
|
{{/* Render the templates */}}
|
||||||
|
{{ include "tc.v1.common.loader.apply" . }}
|
||||||
@@ -0,0 +1,20 @@
|
|||||||
|
image:
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
repository: tccr.io/tccr/alpine
|
||||||
|
tag: latest@sha256:ade0065e19edaa4f6903d464ee70605111a48394536deb94f31b661264704558
|
||||||
|
manifestManager:
|
||||||
|
enabled: false
|
||||||
|
operator:
|
||||||
|
register: true
|
||||||
|
portal:
|
||||||
|
open:
|
||||||
|
enabled: false
|
||||||
|
service:
|
||||||
|
main:
|
||||||
|
enabled: false
|
||||||
|
ports:
|
||||||
|
main:
|
||||||
|
enabled: false
|
||||||
|
workload:
|
||||||
|
main:
|
||||||
|
enabled: false
|
||||||
@@ -0,0 +1,32 @@
|
|||||||
|
# Patterns to ignore when building packages.
|
||||||
|
# This supports shell glob matching, relative path matching, and
|
||||||
|
# negation (prefixed with !). Only one pattern per line.
|
||||||
|
.DS_Store
|
||||||
|
# Common VCS dirs
|
||||||
|
.git/
|
||||||
|
.gitignore
|
||||||
|
.bzr/
|
||||||
|
.bzrignore
|
||||||
|
.hg/
|
||||||
|
.hgignore
|
||||||
|
.svn/
|
||||||
|
# Common backup files
|
||||||
|
*.swp
|
||||||
|
*.bak
|
||||||
|
*.tmp
|
||||||
|
*~
|
||||||
|
# Various IDEs
|
||||||
|
.project
|
||||||
|
.idea/
|
||||||
|
*.tmproj
|
||||||
|
.vscode/
|
||||||
|
# OWNERS file for Kubernetes
|
||||||
|
OWNERS
|
||||||
|
# helm-docs templates
|
||||||
|
*.gotmpl
|
||||||
|
# docs folder
|
||||||
|
/docs
|
||||||
|
# icon
|
||||||
|
icon.png
|
||||||
|
icon.webp
|
||||||
|
icon-small.webp
|
||||||
@@ -0,0 +1,44 @@
|
|||||||
|
annotations:
|
||||||
|
max_scale_version: 24.04.1
|
||||||
|
min_scale_version: 24.04.0
|
||||||
|
truecharts.org/category: operators
|
||||||
|
truecharts.org/max_helm_version: "3.15"
|
||||||
|
truecharts.org/min_helm_version: "3.11"
|
||||||
|
truecharts.org/train: system
|
||||||
|
apiVersion: v2
|
||||||
|
appVersion: latest
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
version: 24.0.0
|
||||||
|
repository: oci://tccr.io/truecharts
|
||||||
|
condition: ""
|
||||||
|
alias: ""
|
||||||
|
tags: []
|
||||||
|
import-values: []
|
||||||
|
- name: descheduler
|
||||||
|
version: 0.30.1
|
||||||
|
repository: https://kubernetes-sigs.github.io/descheduler
|
||||||
|
condition: ""
|
||||||
|
alias: descheduler
|
||||||
|
tags: []
|
||||||
|
import-values: []
|
||||||
|
deprecated: false
|
||||||
|
description: Automatically remove broken/stuck pods
|
||||||
|
home: https://truecharts.org/charts/system/descheduler
|
||||||
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/descheduler.webp
|
||||||
|
keywords:
|
||||||
|
- descheduler
|
||||||
|
- loadbalancer
|
||||||
|
kubeVersion: '>=1.24.0-0'
|
||||||
|
maintainers:
|
||||||
|
- name: TrueCharts
|
||||||
|
email: info@truecharts.org
|
||||||
|
url: https://truecharts.org
|
||||||
|
name: descheduler
|
||||||
|
sources:
|
||||||
|
- https://github.com/descheduler/descheduler
|
||||||
|
- https://github.com/truecharts/charts/tree/master/charts/system/descheduler
|
||||||
|
- https://github.com/truecharts/containers/tree/master/apps/alpine
|
||||||
|
- https://descheduler.universe.tf
|
||||||
|
type: application
|
||||||
|
version: 0.0.1
|
||||||
@@ -0,0 +1,61 @@
|
|||||||
|
---
|
||||||
|
title: README
|
||||||
|
---
|
||||||
|
|
||||||
|
## General Info
|
||||||
|
|
||||||
|
TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps.
|
||||||
|
Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible
|
||||||
|
|
||||||
|
For more information about this Chart, 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)**
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
### Helm-Chart installation
|
||||||
|
|
||||||
|
To install TrueCharts Helm charts using Helm, you can use our OCI Repository.
|
||||||
|
|
||||||
|
`helm install mychart oci://tccr.io/truecharts/CHARTNAME`
|
||||||
|
|
||||||
|
For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides)
|
||||||
|
|
||||||
|
|
||||||
|
### TrueNAS SCALE Apps
|
||||||
|
|
||||||
|
For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](/deprecated/scale).
|
||||||
|
|
||||||
|
## Chart Specific Guides and information
|
||||||
|
|
||||||
|
All our charts have dedicated documentation pages.
|
||||||
|
The documentation for this chart can be found here:
|
||||||
|
https://truecharts.org/charts/system/metallb
|
||||||
|
|
||||||
|
## Configuration Options
|
||||||
|
|
||||||
|
Please note: For TrueNAS SCALE, only options available in the GUI are supported.
|
||||||
|
Hence most of these docs do not apply to TrueNAS SCALE
|
||||||
|
|
||||||
|
To view the chart specific options, please view Values.yaml included in the chart.
|
||||||
|
The most recent version of which, is available here: https://github.com/truecharts/charts/charts/system/metallb/values.yaml
|
||||||
|
|
||||||
|
All our Charts use a shared "common" library chart that contains most of the templating and options.
|
||||||
|
For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](/common)
|
||||||
|
|
||||||
|
For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/truecharts/library-charts/blob/main/library/common/values.yaml
|
||||||
|
|
||||||
|
## Support
|
||||||
|
|
||||||
|
- 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](/general/sponsor) or contributing back to the project any way you can!
|
||||||
|
|
||||||
|
_All Rights Reserved - The TrueCharts Project_
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 556 B |
Binary file not shown.
|
After Width: | Height: | Size: 3.6 KiB |
@@ -0,0 +1 @@
|
|||||||
|
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
{{/* Make sure all variables are set properly */}}
|
||||||
|
{{- include "tc.v1.common.loader.init" . }}
|
||||||
|
|
||||||
|
{{/* Render the templates */}}
|
||||||
|
{{ include "tc.v1.common.loader.apply" . }}
|
||||||
@@ -0,0 +1,25 @@
|
|||||||
|
image:
|
||||||
|
repository: tccr.io/tccr/alpine
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
tag: latest@sha256:ade0065e19edaa4f6903d464ee70605111a48394536deb94f31b661264704558
|
||||||
|
|
||||||
|
service:
|
||||||
|
main:
|
||||||
|
enabled: false
|
||||||
|
ports:
|
||||||
|
main:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
workload:
|
||||||
|
main:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
portal:
|
||||||
|
open:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
operator:
|
||||||
|
register: true
|
||||||
|
|
||||||
|
manifestManager:
|
||||||
|
enabled: false
|
||||||
@@ -0,0 +1,32 @@
|
|||||||
|
# Patterns to ignore when building packages.
|
||||||
|
# This supports shell glob matching, relative path matching, and
|
||||||
|
# negation (prefixed with !). Only one pattern per line.
|
||||||
|
.DS_Store
|
||||||
|
# Common VCS dirs
|
||||||
|
.git/
|
||||||
|
.gitignore
|
||||||
|
.bzr/
|
||||||
|
.bzrignore
|
||||||
|
.hg/
|
||||||
|
.hgignore
|
||||||
|
.svn/
|
||||||
|
# Common backup files
|
||||||
|
*.swp
|
||||||
|
*.bak
|
||||||
|
*.tmp
|
||||||
|
*~
|
||||||
|
# Various IDEs
|
||||||
|
.project
|
||||||
|
.idea/
|
||||||
|
*.tmproj
|
||||||
|
.vscode/
|
||||||
|
# OWNERS file for Kubernetes
|
||||||
|
OWNERS
|
||||||
|
# helm-docs templates
|
||||||
|
*.gotmpl
|
||||||
|
# docs folder
|
||||||
|
/docs
|
||||||
|
# icon
|
||||||
|
icon.png
|
||||||
|
icon.webp
|
||||||
|
icon-small.webp
|
||||||
@@ -0,0 +1,44 @@
|
|||||||
|
annotations:
|
||||||
|
max_scale_version: 24.04.1
|
||||||
|
min_scale_version: 24.04.0
|
||||||
|
truecharts.org/category: operators
|
||||||
|
truecharts.org/max_helm_version: "3.15"
|
||||||
|
truecharts.org/min_helm_version: "3.11"
|
||||||
|
truecharts.org/train: system
|
||||||
|
apiVersion: v2
|
||||||
|
appVersion: latest
|
||||||
|
dependencies:
|
||||||
|
- name: common
|
||||||
|
version: 24.0.0
|
||||||
|
repository: oci://tccr.io/truecharts
|
||||||
|
condition: ""
|
||||||
|
alias: ""
|
||||||
|
tags: []
|
||||||
|
import-values: []
|
||||||
|
- name: node-feature-discovery
|
||||||
|
version: 0.16.0
|
||||||
|
repository: https://kubernetes-sigs.github.io/node-feature-discovery/charts
|
||||||
|
condition: ""
|
||||||
|
alias: node-feature-discovery
|
||||||
|
tags: []
|
||||||
|
import-values: []
|
||||||
|
deprecated: false
|
||||||
|
description: Automatically tag all your nodes with devices available
|
||||||
|
home: https://truecharts.org/charts/system/node-feature-discovery
|
||||||
|
icon: https://truecharts.org/img/hotlink-ok/chart-icons/node-feature-discovery.webp
|
||||||
|
keywords:
|
||||||
|
- node-feature-discovery
|
||||||
|
- loadbalancer
|
||||||
|
kubeVersion: '>=1.24.0-0'
|
||||||
|
maintainers:
|
||||||
|
- name: TrueCharts
|
||||||
|
email: info@truecharts.org
|
||||||
|
url: https://truecharts.org
|
||||||
|
name: node-feature-discovery
|
||||||
|
sources:
|
||||||
|
- https://github.com/node-feature-discovery/node-feature-discovery
|
||||||
|
- https://github.com/truecharts/charts/tree/master/charts/system/node-feature-discovery
|
||||||
|
- https://github.com/truecharts/containers/tree/master/apps/alpine
|
||||||
|
- https://node-feature-discovery.universe.tf
|
||||||
|
type: application
|
||||||
|
version: 16.1.0
|
||||||
@@ -0,0 +1,61 @@
|
|||||||
|
---
|
||||||
|
title: README
|
||||||
|
---
|
||||||
|
|
||||||
|
## General Info
|
||||||
|
|
||||||
|
TrueCharts can be installed as both _normal_ Helm Charts or as TrueNAS SCALE Apps.
|
||||||
|
Both solutions are fully supported, but we heavily advice the use of normal Helm Charts where possible
|
||||||
|
|
||||||
|
For more information about this Chart, 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)**
|
||||||
|
|
||||||
|
## Installation
|
||||||
|
|
||||||
|
### Helm-Chart installation
|
||||||
|
|
||||||
|
To install TrueCharts Helm charts using Helm, you can use our OCI Repository.
|
||||||
|
|
||||||
|
`helm install mychart oci://tccr.io/truecharts/CHARTNAME`
|
||||||
|
|
||||||
|
For more information on how to install TrueCharts Helm charts, checkout the [instructions on the website](/guides)
|
||||||
|
|
||||||
|
|
||||||
|
### TrueNAS SCALE Apps
|
||||||
|
|
||||||
|
For more information on how to use TrueCharts as TrueNAS SCALE Apps, please checkout the [quick-start guides for TrueNAS SCALE](/deprecated/scale).
|
||||||
|
|
||||||
|
## Chart Specific Guides and information
|
||||||
|
|
||||||
|
All our charts have dedicated documentation pages.
|
||||||
|
The documentation for this chart can be found here:
|
||||||
|
https://truecharts.org/charts/system/metallb
|
||||||
|
|
||||||
|
## Configuration Options
|
||||||
|
|
||||||
|
Please note: For TrueNAS SCALE, only options available in the GUI are supported.
|
||||||
|
Hence most of these docs do not apply to TrueNAS SCALE
|
||||||
|
|
||||||
|
To view the chart specific options, please view Values.yaml included in the chart.
|
||||||
|
The most recent version of which, is available here: https://github.com/truecharts/charts/charts/system/metallb/values.yaml
|
||||||
|
|
||||||
|
All our Charts use a shared "common" library chart that contains most of the templating and options.
|
||||||
|
For the complete overview of all available options, please checkout the documentation for them on the [common docs on our website](/common)
|
||||||
|
|
||||||
|
For information about the common chart and all defaults included with it, please review its values.yaml file available here: https://github.com/truecharts/library-charts/blob/main/library/common/values.yaml
|
||||||
|
|
||||||
|
## Support
|
||||||
|
|
||||||
|
- 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](/general/sponsor) or contributing back to the project any way you can!
|
||||||
|
|
||||||
|
_All Rights Reserved - The TrueCharts Project_
|
||||||
Binary file not shown.
|
After Width: | Height: | Size: 556 B |
Binary file not shown.
|
After Width: | Height: | Size: 3.6 KiB |
@@ -0,0 +1 @@
|
|||||||
|
{{- include "tc.v1.common.lib.chart.notes" $ -}}
|
||||||
@@ -0,0 +1,5 @@
|
|||||||
|
{{/* Make sure all variables are set properly */}}
|
||||||
|
{{- include "tc.v1.common.loader.init" . }}
|
||||||
|
|
||||||
|
{{/* Render the templates */}}
|
||||||
|
{{ include "tc.v1.common.loader.apply" . }}
|
||||||
@@ -0,0 +1,25 @@
|
|||||||
|
image:
|
||||||
|
repository: tccr.io/tccr/alpine
|
||||||
|
pullPolicy: IfNotPresent
|
||||||
|
tag: latest@sha256:ade0065e19edaa4f6903d464ee70605111a48394536deb94f31b661264704558
|
||||||
|
|
||||||
|
service:
|
||||||
|
main:
|
||||||
|
enabled: false
|
||||||
|
ports:
|
||||||
|
main:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
workload:
|
||||||
|
main:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
portal:
|
||||||
|
open:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
|
operator:
|
||||||
|
register: true
|
||||||
|
|
||||||
|
manifestManager:
|
||||||
|
enabled: false
|
||||||
Reference in New Issue
Block a user