Commit daily changes
Signed-off-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
parent
f9a6f2af60
commit
139c93ddea
|
@ -76,7 +76,7 @@ fi
|
|||
|
||||
if [[ "$curr_chart" == "charts/system/intel-device-plugins-operator" ]]; then
|
||||
echo "Installing cert-manager chart"
|
||||
helm install traefik oci://tccr.io/truecharts/cert-manager --namespace cert-manager --create-namespace --wait
|
||||
helm install traefik oci://tccr.io/truecharts/cert-manager --namespace cert-manager --create-namespace --wait
|
||||
if [[ "$?" != "0" ]]; then
|
||||
echo "Failed to install cert-manager chart"
|
||||
exit 1
|
||||
|
@ -86,7 +86,7 @@ fi
|
|||
|
||||
if [[ "$curr_chart" == "charts/premium/kubernetes-dashboard" ]]; then
|
||||
echo "Installing metrics-server chart"
|
||||
helm install traefik oci://tccr.io/truecharts/metrics-server --namespace cert-manager --create-namespace --wait
|
||||
helm install traefik oci://tccr.io/truecharts/metrics-server --namespace cert-manager --create-namespace --wait
|
||||
if [[ "$?" != "0" ]]; then
|
||||
echo "Failed to install metrics-server chart"
|
||||
exit 1
|
||||
|
|
|
@ -15,4 +15,4 @@
|
|||
"VadzimNestsiarenka.helm-template-preview-and-more",
|
||||
"karyan40024.helmix"
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
"presentation": {
|
||||
"reveal": "silent"
|
||||
},
|
||||
"problemMatcher" : []
|
||||
},
|
||||
"problemMatcher": []
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
]
|
||||
}
|
||||
"folders": [
|
||||
{
|
||||
"path": "."
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
|
@ -4,9 +4,9 @@ annotations:
|
|||
truecharts.org/category: operators
|
||||
truecharts.org/max_helm_version: "3.15"
|
||||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: system
|
||||
truecharts.org/train: premium
|
||||
apiVersion: v2
|
||||
appVersion: latest
|
||||
appVersion: 1.4.0
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.0.9
|
||||
|
@ -19,9 +19,12 @@ dependencies:
|
|||
version: 2.38.0
|
||||
repository: https://charts.konghq.com
|
||||
condition: kong.enabled
|
||||
alias: ""
|
||||
tags: []
|
||||
import-values: []
|
||||
deprecated: false
|
||||
description: The default Kubernetes Dashboard
|
||||
home: https://truecharts.org/charts/system/kubernetes-dashboard
|
||||
home: https://truecharts.org/charts/premium/kubernetes-dashboard
|
||||
icon: https://truecharts.org/img/hotlink-ok/chart-icons/kubernetes-dashboard.webp
|
||||
keywords:
|
||||
- kubernetes-dashboard
|
||||
|
@ -34,8 +37,11 @@ maintainers:
|
|||
name: kubernetes-dashboard
|
||||
sources:
|
||||
- https://github.com/kubernetes-dashboard/kubernetes-dashboard
|
||||
- https://github.com/truecharts/charts/tree/master/charts/system/kubernetes-dashboard
|
||||
- https://github.com/truecharts/containers/tree/master/apps/alpine
|
||||
- https://github.com/truecharts/charts/tree/master/charts/premium/kubernetes-dashboard
|
||||
- https://hub.docker.com/r/kubernetesui/dashboard-api
|
||||
- https://hub.docker.com/r/kubernetesui/dashboard-auth
|
||||
- https://hub.docker.com/r/kubernetesui/dashboard-metrics-scraper
|
||||
- https://hub.docker.com/r/kubernetesui/dashboard-web
|
||||
- https://kubernetes-dashboard.universe.tf
|
||||
type: application
|
||||
version: 1.0.0
|
||||
|
|
|
@ -275,11 +275,10 @@ configmap:
|
|||
- /
|
||||
strip_path: false
|
||||
|
||||
|
||||
secret:
|
||||
csrf:
|
||||
enabled: true
|
||||
data:
|
||||
data:
|
||||
private.key: ZHdwY1JlYTlCWkVhWVEydmEvdXA2dUwzOUdERkFZN2JCcFU0a25UM3dnZVVOazlHUGFpWmptaXNhS3VMdUVvS2o1VENJUTdnKzlpZzA3S3BZYzM0MVpiVjNBSlBsMzZZSFN5eC9Rdi9uMnlaVDlYZ3BOb0IyRk02ZjBnczhEcXVxU0V1aWd4aC9rSEpSRVVpSFFtUUNrMDlTSG10ZFkzRnBpb1UzMGdlNjlNQ1JtdERmdmRoOVhteXRBYjR1M3VxeElmQWQ5QmRKcEdoZzZtMGVJQU15QnRNdHZaMnl6eVRhWjJPdXVLZnNwdVFaZThhYjJCcCtQSGxLOFNrcTY0RS9STzJVdzRjblFHTXFjQXhhdEszZEVPMmhtR1hOMm1uWVhxQXN3S0hIeWJBV2xCVW1UT3JDSFJuY1M3N3kyZjQwSk9PbWRoa0ZSREZJcWdOVC95aTd3PT0=
|
||||
|
||||
portal:
|
||||
|
@ -296,7 +295,12 @@ rbac:
|
|||
rules:
|
||||
- apiGroups: [""]
|
||||
resources: ["secrets"]
|
||||
resourceNames: ["kubernetes-dashboard-key-holder", "kubernetes-dashboard-certs", "kubernetes-dashboard-csrf"]
|
||||
resourceNames:
|
||||
[
|
||||
"kubernetes-dashboard-key-holder",
|
||||
"kubernetes-dashboard-certs",
|
||||
"kubernetes-dashboard-csrf",
|
||||
]
|
||||
verbs: ["get", "update", "delete"]
|
||||
# Allow Dashboard to get and update 'kubernetes-dashboard-settings' config map.
|
||||
- apiGroups: [""]
|
||||
|
@ -310,7 +314,14 @@ rbac:
|
|||
verbs: ["proxy"]
|
||||
- apiGroups: [""]
|
||||
resources: ["services/proxy"]
|
||||
resourceNames: ["heapster", "http:heapster:", "https:heapster:", "dashboard-metrics-scraper", "http:dashboard-metrics-scraper"]
|
||||
resourceNames:
|
||||
[
|
||||
"heapster",
|
||||
"http:heapster:",
|
||||
"https:heapster:",
|
||||
"dashboard-metrics-scraper",
|
||||
"http:dashboard-metrics-scraper",
|
||||
]
|
||||
verbs: ["get"]
|
||||
- apiGroups: ["metrics.k8s.io"]
|
||||
resources: ["pods", "nodes"]
|
||||
|
@ -334,7 +345,7 @@ kong:
|
|||
## Configuration reference: https://docs.konghq.com/gateway/3.6.x/reference/configuration
|
||||
env:
|
||||
dns_order: LAST,A,CNAME,AAAA,SRV
|
||||
plugins: 'off'
|
||||
plugins: "off"
|
||||
nginx_worker_processes: 1
|
||||
ingressController:
|
||||
enabled: false
|
||||
|
@ -344,8 +355,6 @@ kong:
|
|||
type: ClusterIP
|
||||
http:
|
||||
enabled: false
|
||||
|
||||
|
||||
## TODO Pre-configure ingress if needed
|
||||
## Ingress hint:
|
||||
# apiVersion: traefik.io/v1alpha1
|
||||
|
@ -366,9 +375,9 @@ kong:
|
|||
# middlewares:
|
||||
# - name: stripkubdashboard
|
||||
# namespace: kubernetes-dashboard
|
||||
#
|
||||
#
|
||||
# ---
|
||||
#
|
||||
#
|
||||
# apiVersion: traefik.io/v1alpha1
|
||||
# kind: Middleware
|
||||
# metadata:
|
||||
|
|
|
@ -7,7 +7,7 @@ title: README
|
|||
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)
|
||||
For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/csi-driver-nfs)
|
||||
|
||||
**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)**
|
||||
|
||||
|
@ -30,7 +30,7 @@ For more information on how to use TrueCharts as TrueNAS SCALE Apps, please chec
|
|||
|
||||
All our charts have dedicated documentation pages.
|
||||
The documentation for this chart can be found here:
|
||||
https://truecharts.org/charts/system/csi-driver-smb
|
||||
https://truecharts.org/charts/system/csi-driver-nfs
|
||||
|
||||
## Configuration Options
|
||||
|
||||
|
@ -38,7 +38,7 @@ 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
|
||||
The most recent version of which, is available here: https://github.com/truecharts/charts/charts/system/csi-driver-nfs/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)
|
||||
|
|
|
@ -36,9 +36,9 @@ maintainers:
|
|||
url: https://truecharts.org
|
||||
name: descheduler
|
||||
sources:
|
||||
- https://descheduler.universe.tf
|
||||
- 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
|
||||
|
|
|
@ -7,7 +7,7 @@ title: README
|
|||
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)
|
||||
For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/descheduler)
|
||||
|
||||
**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)**
|
||||
|
||||
|
@ -30,7 +30,7 @@ For more information on how to use TrueCharts as TrueNAS SCALE Apps, please chec
|
|||
|
||||
All our charts have dedicated documentation pages.
|
||||
The documentation for this chart can be found here:
|
||||
https://truecharts.org/charts/system/metallb
|
||||
https://truecharts.org/charts/system/descheduler
|
||||
|
||||
## Configuration Options
|
||||
|
||||
|
@ -38,7 +38,7 @@ 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
|
||||
The most recent version of which, is available here: https://github.com/truecharts/charts/charts/system/descheduler/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)
|
||||
|
|
|
@ -7,7 +7,7 @@ title: README
|
|||
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)
|
||||
For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/intel-device-plugins-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)**
|
||||
|
||||
|
@ -30,7 +30,7 @@ For more information on how to use TrueCharts as TrueNAS SCALE Apps, please chec
|
|||
|
||||
All our charts have dedicated documentation pages.
|
||||
The documentation for this chart can be found here:
|
||||
https://truecharts.org/charts/system/metallb
|
||||
https://truecharts.org/charts/system/intel-device-plugins-operator
|
||||
|
||||
## Configuration Options
|
||||
|
||||
|
@ -38,7 +38,7 @@ 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
|
||||
The most recent version of which, is available here: https://github.com/truecharts/charts/charts/system/intel-device-plugins-operator/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)
|
||||
|
|
|
@ -30,5 +30,6 @@ name: intel-gpu-plugin
|
|||
sources:
|
||||
- https://github.com/intel
|
||||
- https://github.com/truecharts/charts/tree/master/charts/system/intel-gpu-plugin
|
||||
- https://hub.docker.com/r/intel/intel-gpu-plugin
|
||||
type: application
|
||||
version: 0.0.1
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 496 B |
Binary file not shown.
Before Width: | Height: | Size: 3.5 KiB |
Binary file not shown.
After Width: | Height: | Size: 2.5 KiB |
|
@ -31,7 +31,6 @@ portal:
|
|||
open:
|
||||
enabled: false
|
||||
|
||||
|
||||
persistence:
|
||||
devfs:
|
||||
enabled: true
|
||||
|
|
|
@ -6,7 +6,7 @@ annotations:
|
|||
truecharts.org/min_helm_version: "3.11"
|
||||
truecharts.org/train: system
|
||||
apiVersion: v2
|
||||
appVersion: latest
|
||||
appVersion: 1.2.2
|
||||
dependencies:
|
||||
- name: common
|
||||
version: 24.0.0
|
||||
|
@ -29,6 +29,7 @@ maintainers:
|
|||
url: https://truecharts.org
|
||||
name: kubelet-csr-approver
|
||||
sources:
|
||||
- https://ghcr.io/postfinance/kubelet-csr-approver
|
||||
- https://github.com/kubelet-csr-approver/kubelet-csr-approver
|
||||
- https://github.com/truecharts/charts/tree/master/charts/system/kubelet-csr-approver
|
||||
type: application
|
||||
|
|
|
@ -7,7 +7,7 @@ title: README
|
|||
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)
|
||||
For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/kubelet-csr-approver)
|
||||
|
||||
**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)**
|
||||
|
||||
|
@ -30,7 +30,7 @@ For more information on how to use TrueCharts as TrueNAS SCALE Apps, please chec
|
|||
|
||||
All our charts have dedicated documentation pages.
|
||||
The documentation for this chart can be found here:
|
||||
https://truecharts.org/charts/system/metallb
|
||||
https://truecharts.org/charts/system/kubelet-csr-approver
|
||||
|
||||
## Configuration Options
|
||||
|
||||
|
@ -38,7 +38,7 @@ 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
|
||||
The most recent version of which, is available here: https://github.com/truecharts/charts/charts/system/kubelet-csr-approver/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)
|
||||
|
|
|
@ -42,15 +42,13 @@ workload:
|
|||
type: http
|
||||
port: 8081
|
||||
env:
|
||||
PROVIDER_REGEX: ".*"
|
||||
PROVIDER_REGEX: ".*"
|
||||
BYPASS_DNS_RESOLUTION: true
|
||||
IGNORE_NON_SYSTEM_NODE: false
|
||||
ALLOWED_DNS_NAMES: 1
|
||||
BYPASS_HOSTNAME_CHECK: false
|
||||
LEADER_ELECTION: true
|
||||
|
||||
|
||||
|
||||
rbac:
|
||||
main:
|
||||
enabled: true
|
||||
|
@ -91,7 +89,6 @@ metrics:
|
|||
labels: {}
|
||||
rules: []
|
||||
|
||||
|
||||
podOptions:
|
||||
automountServiceAccountToken: true
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ title: README
|
|||
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)
|
||||
For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/metrics-server)
|
||||
|
||||
**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)**
|
||||
|
||||
|
@ -30,7 +30,7 @@ For more information on how to use TrueCharts as TrueNAS SCALE Apps, please chec
|
|||
|
||||
All our charts have dedicated documentation pages.
|
||||
The documentation for this chart can be found here:
|
||||
https://truecharts.org/charts/system/metallb
|
||||
https://truecharts.org/charts/system/metrics-server
|
||||
|
||||
## Configuration Options
|
||||
|
||||
|
@ -38,7 +38,7 @@ 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
|
||||
The most recent version of which, is available here: https://github.com/truecharts/charts/charts/system/metrics-server/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)
|
||||
|
|
|
@ -7,7 +7,7 @@ title: README
|
|||
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)
|
||||
For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/node-feature-discovery)
|
||||
|
||||
**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)**
|
||||
|
||||
|
@ -30,7 +30,7 @@ For more information on how to use TrueCharts as TrueNAS SCALE Apps, please chec
|
|||
|
||||
All our charts have dedicated documentation pages.
|
||||
The documentation for this chart can be found here:
|
||||
https://truecharts.org/charts/system/metallb
|
||||
https://truecharts.org/charts/system/node-feature-discovery
|
||||
|
||||
## Configuration Options
|
||||
|
||||
|
@ -38,7 +38,7 @@ 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
|
||||
The most recent version of which, is available here: https://github.com/truecharts/charts/charts/system/node-feature-discovery/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)
|
||||
|
|
|
@ -7,7 +7,7 @@ title: README
|
|||
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)
|
||||
For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/nvidia-gpu-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)**
|
||||
|
||||
|
@ -30,7 +30,7 @@ For more information on how to use TrueCharts as TrueNAS SCALE Apps, please chec
|
|||
|
||||
All our charts have dedicated documentation pages.
|
||||
The documentation for this chart can be found here:
|
||||
https://truecharts.org/charts/system/metallb
|
||||
https://truecharts.org/charts/system/nvidia-gpu-operator
|
||||
|
||||
## Configuration Options
|
||||
|
||||
|
@ -38,7 +38,7 @@ 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
|
||||
The most recent version of which, is available here: https://github.com/truecharts/charts/charts/system/nvidia-gpu-operator/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)
|
||||
|
|
|
@ -7,7 +7,7 @@ title: README
|
|||
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)
|
||||
For more information about this Chart, please check the docs on the TrueCharts [website](https://truecharts.org/charts/system/spegel)
|
||||
|
||||
**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)**
|
||||
|
||||
|
@ -30,7 +30,7 @@ For more information on how to use TrueCharts as TrueNAS SCALE Apps, please chec
|
|||
|
||||
All our charts have dedicated documentation pages.
|
||||
The documentation for this chart can be found here:
|
||||
https://truecharts.org/charts/system/metallb
|
||||
https://truecharts.org/charts/system/spegel
|
||||
|
||||
## Configuration Options
|
||||
|
||||
|
@ -38,7 +38,7 @@ 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
|
||||
The most recent version of which, is available here: https://github.com/truecharts/charts/charts/system/spegel/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)
|
||||
|
|
Loading…
Reference in New Issue