diff --git a/.github/scripts/install_dependencies.sh b/.github/scripts/install_dependencies.sh index fa597090a4d..15eea9f835c 100755 --- a/.github/scripts/install_dependencies.sh +++ b/.github/scripts/install_dependencies.sh @@ -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 diff --git a/.vscode/extensions.json b/.vscode/extensions.json index e8350c7a333..6adfca1ba70 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -15,4 +15,4 @@ "VadzimNestsiarenka.helm-template-preview-and-more", "karyan40024.helmix" ] -} \ No newline at end of file +} diff --git a/.vscode/tasks.json b/.vscode/tasks.json index eaf4171780a..956d89a50d6 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -16,7 +16,7 @@ "presentation": { "reveal": "silent" }, - "problemMatcher" : [] - }, + "problemMatcher": [] + } ] -} \ No newline at end of file +} diff --git a/charts.code-workspace b/charts.code-workspace index 362d7c25bb4..b51044b317c 100644 --- a/charts.code-workspace +++ b/charts.code-workspace @@ -1,7 +1,7 @@ { - "folders": [ - { - "path": "." - } - ] -} \ No newline at end of file + "folders": [ + { + "path": "." + } + ] +} diff --git a/charts/premium/kubernetes-dashboard/Chart.yaml b/charts/premium/kubernetes-dashboard/Chart.yaml index 3376bac4d38..927b152d49b 100644 --- a/charts/premium/kubernetes-dashboard/Chart.yaml +++ b/charts/premium/kubernetes-dashboard/Chart.yaml @@ -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 diff --git a/charts/premium/kubernetes-dashboard/values.yaml b/charts/premium/kubernetes-dashboard/values.yaml index e319857d93b..15f7815c15a 100644 --- a/charts/premium/kubernetes-dashboard/values.yaml +++ b/charts/premium/kubernetes-dashboard/values.yaml @@ -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: diff --git a/charts/system/csi-driver-nfs/README.md b/charts/system/csi-driver-nfs/README.md index 7bf843ae2fe..0bc4536ad89 100644 --- a/charts/system/csi-driver-nfs/README.md +++ b/charts/system/csi-driver-nfs/README.md @@ -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) diff --git a/charts/system/descheduler/Chart.yaml b/charts/system/descheduler/Chart.yaml index e4e38178f84..af7db5e99f6 100644 --- a/charts/system/descheduler/Chart.yaml +++ b/charts/system/descheduler/Chart.yaml @@ -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 diff --git a/charts/system/descheduler/README.md b/charts/system/descheduler/README.md index 16b145f0a32..b2320073c03 100644 --- a/charts/system/descheduler/README.md +++ b/charts/system/descheduler/README.md @@ -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) diff --git a/charts/system/intel-device-plugins-operator/README.md b/charts/system/intel-device-plugins-operator/README.md index 16b145f0a32..f0c64e277b5 100644 --- a/charts/system/intel-device-plugins-operator/README.md +++ b/charts/system/intel-device-plugins-operator/README.md @@ -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) diff --git a/charts/system/intel-gpu-plugin/Chart.yaml b/charts/system/intel-gpu-plugin/Chart.yaml index 8cf84664602..fa609781d99 100644 --- a/charts/system/intel-gpu-plugin/Chart.yaml +++ b/charts/system/intel-gpu-plugin/Chart.yaml @@ -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 diff --git a/charts/system/intel-gpu-plugin/icon-small.webp b/charts/system/intel-gpu-plugin/icon-small.webp new file mode 100644 index 00000000000..1143499d791 Binary files /dev/null and b/charts/system/intel-gpu-plugin/icon-small.webp differ diff --git a/charts/system/intel-gpu-plugin/icon.png b/charts/system/intel-gpu-plugin/icon.png deleted file mode 100644 index c294abd3b60..00000000000 Binary files a/charts/system/intel-gpu-plugin/icon.png and /dev/null differ diff --git a/charts/system/intel-gpu-plugin/icon.webp b/charts/system/intel-gpu-plugin/icon.webp new file mode 100644 index 00000000000..54ae4a6f5fd Binary files /dev/null and b/charts/system/intel-gpu-plugin/icon.webp differ diff --git a/charts/system/intel-gpu-plugin/values.yaml b/charts/system/intel-gpu-plugin/values.yaml index 569e1f52727..09c69525dc6 100644 --- a/charts/system/intel-gpu-plugin/values.yaml +++ b/charts/system/intel-gpu-plugin/values.yaml @@ -31,7 +31,6 @@ portal: open: enabled: false - persistence: devfs: enabled: true diff --git a/charts/system/kubelet-csr-approver/Chart.yaml b/charts/system/kubelet-csr-approver/Chart.yaml index 4aaf1a355ed..a4d7c4c66d7 100644 --- a/charts/system/kubelet-csr-approver/Chart.yaml +++ b/charts/system/kubelet-csr-approver/Chart.yaml @@ -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 diff --git a/charts/system/kubelet-csr-approver/README.md b/charts/system/kubelet-csr-approver/README.md index 16b145f0a32..c5848521d86 100644 --- a/charts/system/kubelet-csr-approver/README.md +++ b/charts/system/kubelet-csr-approver/README.md @@ -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) diff --git a/charts/system/kubelet-csr-approver/values.yaml b/charts/system/kubelet-csr-approver/values.yaml index 59dfd24329d..1dd567e3a95 100644 --- a/charts/system/kubelet-csr-approver/values.yaml +++ b/charts/system/kubelet-csr-approver/values.yaml @@ -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 diff --git a/charts/system/metrics-server/README.md b/charts/system/metrics-server/README.md index 16b145f0a32..e01678638af 100644 --- a/charts/system/metrics-server/README.md +++ b/charts/system/metrics-server/README.md @@ -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) diff --git a/charts/system/node-feature-discovery/README.md b/charts/system/node-feature-discovery/README.md index 16b145f0a32..567062de4c5 100644 --- a/charts/system/node-feature-discovery/README.md +++ b/charts/system/node-feature-discovery/README.md @@ -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) diff --git a/charts/system/nvidia-gpu-operator/README.md b/charts/system/nvidia-gpu-operator/README.md index 16b145f0a32..38c94cb92db 100644 --- a/charts/system/nvidia-gpu-operator/README.md +++ b/charts/system/nvidia-gpu-operator/README.md @@ -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) diff --git a/charts/system/spegel/README.md b/charts/system/spegel/README.md index 16b145f0a32..b9fad6ba0c1 100644 --- a/charts/system/spegel/README.md +++ b/charts/system/spegel/README.md @@ -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)