From d42e6aa64d3955f3c62ee3f197c403be6e77feb3 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Thu, 21 Jul 2022 12:21:19 +0200 Subject: [PATCH] Delete charts/incubator/dashboard directory --- charts/incubator/dashboard/.helmignore | 30 -- charts/incubator/dashboard/CHANGELOG.md | 12 - charts/incubator/dashboard/Chart.yaml | 30 -- charts/incubator/dashboard/README.md | 108 ------- charts/incubator/dashboard/icon.png | Bin 1860 -> 0 bytes charts/incubator/dashboard/questions.yaml | 302 ------------------ .../incubator/dashboard/templates/common.yaml | 2 - charts/incubator/dashboard/values.yaml | 26 -- 8 files changed, 510 deletions(-) delete mode 100644 charts/incubator/dashboard/.helmignore delete mode 100644 charts/incubator/dashboard/CHANGELOG.md delete mode 100644 charts/incubator/dashboard/Chart.yaml delete mode 100644 charts/incubator/dashboard/README.md delete mode 100644 charts/incubator/dashboard/icon.png delete mode 100644 charts/incubator/dashboard/questions.yaml delete mode 100644 charts/incubator/dashboard/templates/common.yaml delete mode 100644 charts/incubator/dashboard/values.yaml diff --git a/charts/incubator/dashboard/.helmignore b/charts/incubator/dashboard/.helmignore deleted file mode 100644 index 77ca5567b26..00000000000 --- a/charts/incubator/dashboard/.helmignore +++ /dev/null @@ -1,30 +0,0 @@ -# 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 diff --git a/charts/incubator/dashboard/CHANGELOG.md b/charts/incubator/dashboard/CHANGELOG.md deleted file mode 100644 index d51d85f64ae..00000000000 --- a/charts/incubator/dashboard/CHANGELOG.md +++ /dev/null @@ -1,12 +0,0 @@ -# Changelog - - -## [dashboard-0.0.10]dashboard-0.0.10 (2022-07-20) - -### Chore - -- Auto-update chart README [skip ci] - - - -## [dashboard-0.0.10]dashboard-0.0.10 (2022-07-20) diff --git a/charts/incubator/dashboard/Chart.yaml b/charts/incubator/dashboard/Chart.yaml deleted file mode 100644 index a52cdf82110..00000000000 --- a/charts/incubator/dashboard/Chart.yaml +++ /dev/null @@ -1,30 +0,0 @@ -annotations: - truecharts.org/SCALE-support: 'true' - truecharts.org/catagories: | - - Network-Web -apiVersion: v2 -appVersion: "latest" -dependencies: -- name: common - repository: https://library-charts.truecharts.org - version: 10.4.6 -deprecated: false -description: "<p>Dashboard is just that - a dashboard. It's inspired by SUI\ - \ and has all the same features as SUI, such as simple customization through JSON-files\ - \ and a handy search bar to search the internet more efficiently.\r\n" -home: https://github.com/truecharts/apps/tree/master/charts/stable/dashboard -icon: https://truecharts.org/img/chart-icons/dashboard.png -keywords: -- dashboard -- Network-Web -kubeVersion: '>=1.16.0-0' -maintainers: -- email: info@truecharts.org - name: TrueCharts - url: https://truecharts.org -name: dashboard -sources: -- https://github.com/phntxx/dashboard -- https://hub.docker.com/r/phntxx/dashboard/ -type: application -version: 0.0.10 diff --git a/charts/incubator/dashboard/README.md b/charts/incubator/dashboard/README.md deleted file mode 100644 index 574694300f7..00000000000 --- a/charts/incubator/dashboard/README.md +++ /dev/null @@ -1,108 +0,0 @@ -# dashboard - -![Version: 0.0.10](https://img.shields.io/badge/Version-0.0.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) - -<p>Dashboard is just that - a dashboard. It's inspired by SUI and has all the same features as SUI, such as simple customization through JSON-files and a handy search bar to search the internet more efficiently. - -TrueCharts can be installed as both *normal* Helm Charts or as Apps on TrueNAS SCALE. - -This readme is just an automatically generated general guide on installing our Helm Charts and Apps. -For more information, please click here: [dashboard](https://truecharts.org/charts/stable/dashboard) - -**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/apps/issues/new/choose)** - -## Source Code - -* -* - -## Requirements - -Kubernetes: `>=1.16.0-0` - -## Dependencies - -| Repository | Name | Version | -|------------|------|---------| -| https://library-charts.truecharts.org | common | 10.4.6 | - -## Installing the Chart - -### TrueNAS SCALE - -To install this App on TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/02-Installing-an-App/). - -### Helm - -To install the chart with the release name `dashboard` - -```console -helm repo add TrueCharts https://helm.truecharts.org -helm repo update -helm install dashboard TrueCharts/dashboard -``` - -## Uninstall - -### TrueNAS SCALE - -**Upgrading, Rolling Back and Uninstalling the Chart** - -To upgrade, rollback or delete this App from TrueNAS SCALE check our [Quick-Start Guide](https://truecharts.org/manual/Quick-Start%20Guides/04-Upgrade-rollback-delete-an-App/). - -### Helm - -To uninstall the `dashboard` deployment - -```console -helm uninstall dashboard -``` - -## Configuration - -### Helm - -#### Available Settings - -Read through the [values.yaml](./values.yaml) file. It has several commented out suggested values. -Other values may be used from the [values.yaml](https://github.com/truecharts/library-charts/tree/main/charts/stable/common/values.yaml) from the [common library](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common). - -#### Configure using the Commandline - -Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. - -```console -helm install dashboard \ - --set env.TZ="America/New York" \ - TrueCharts/dashboard -``` - -#### Configure using a yaml file - -Alternatively, a YAML file that specifies the values for the above parameters can be provided while installing the chart. - -```console -helm install dashboard TrueCharts/dashboard -f values.yaml -``` - -#### Connecting to other apps - -If you need to connect this App to other Apps on TrueNAS SCALE, please refer to our [Linking Apps Internally](https://truecharts.org/manual/Quick-Start%20Guides/06-linking-apps/) quick-start guide. - -## Support - -- Please check our [quick-start guides for TrueNAS SCALE](https://truecharts.org/docs/manual/SCALE%20Apps/Quick-Start%20Guides/Important-MUST-READ). -- See the [Website](https://truecharts.org) -- Check our [Discord](https://discord.gg/tVsPTHWTtr) -- Open a [issue](https://github.com/truecharts/apps/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/docs/about/sponsor) or contributing back to the project any way you can! - ---- - -All Rights Reserved - The TrueCharts Project diff --git a/charts/incubator/dashboard/icon.png b/charts/incubator/dashboard/icon.png deleted file mode 100644 index a8f7e213ae4ffd8cc56d54c2bbad52223beaf530..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 1860 zcmb7_c{~*O8^^yh4C5FhIcf?cm77({&A5+>Sw=O=%C%DK9BWw0n3}=}(>lW-awS*T z*2s~;WL&MAbu2L~mJFtH{q%bM{`~#%+dn?f=l$>Jd0wB_6Nh!MK?tLS0RRX)TT7=y zCw&uK;BdB?c(4ymD99F1007$lO^~?Z=rsTYw(TsFsyrcoFNdC+1!D34f5gP`XsSa;VqoLDDH1C%em+nXu9o z$^pdGpnueM{EsWHMH=OyW&L4OyidebQ-8(r_(-nfDe56#+1z~O& zX{msNm^?RJ5>HpD;U8JF>Au&}UniR3=c}XR7heM-Nlgn7#?wiW%cSbQ{K-B5wob&b zh4qvm=+2ISy_M7xg7U||!~qw<=2C4s5!F&q#ZNi8tdVtKM1P7d)(z)gihlo!vQ|2) ze(KC8K@ zlTtySY?uy)VBXDU^Ur!vv;|IRXqf<`s{;lNsuQh9ogeOZZ_M(M9)qnPH;U;Z5AmI) zXRpthTjQ#GF@@s@NTF)vwUh7T^18tFMa!yqt1%_(NtRF*Ylhy2ruwHJut%YN@sMDY zFa`pLp(ROJVE%uAXB?Pwuq;btW8)J-kVIvvR-7&1y zF-Qzl`Nyl&S5I*9aQTgxZM@_SSBrZ!k;}V%_yu+T7H5f2-INt_mn)DFju__qnjgL& zKh?~1tYPvxn|boa6ZXAOJ;R7%hd0uy$oai1`SHQAML60fpZ-0c$m|nMH(_to%q{E$ zNn%B;)HDAh^7Wotr5NN&V+s~AV)h9w+Qrp}BeWq8Qk0*Xl@vP*N<2{aPlVzw{%})} z_BQ{~ue^B?(8Em^*GoIYffdu95H=hdkEKGaa`b>(M1ui94|slBRc zzn~yp&ze+Wn}NgDC9!SZ+f{=D@EP{#S#&e;3!%y`s=>3fJtWQ09DF}EgUO~VJ&KI+ z+Xn2MSll}wbz&`$(&R5oZvRHwN+{BsBfh;H@DQ48$hL|VvN4w}1~fKBjVQDTV6olQ z;E$S+r9yCoA4P|XkGe-^A9A7CX@Pt_kBAHluW6~=JTP$ND?{N}b=bzsrm(pgMMcS5 zC;`_rH-yF5ZH`l(%??j#iqqGUnMU4Ib2O`SAZ1BYe)gW>=+PsJQw4)tjt;CfCz-m+{fO^K8geEnceEMEG!(=HI|qUl;Um%R&RH-ViMt+ySBtaX+|ducxc1;W-rn zgyh>q)>Qfy3tMSGlc2q{=3jM4F=b}1a6PkGaV2zZQhn>bl6TG}S=*akVe5kwdyYn* zowb!?#{Pn(47#)YqHN9GZ4Jf8Ba+hcn>tK}D7c)r=mXMM)SK!zbt`vyKe>;*e)X{& z1m0-)vSZ&ESH$3eww^k_3$4Gv)gwKN~#xs{+GT8QEB|eki$FT35a|{i{2N6QZ zyRk5>`?9&$q8PCL9?%F)Bw%sw&D`6y2dSkZsoUT>j&;|Bg!JSFtSx@!KHo&jo+F>B z3>&-?`vhJsO@0h;A0vY1fD?Es9(6IlI_Xi?-2uWE2(p=AO#kGyg>}<9rB)mw!R9W} n$+zWk;|k-$1LA89L>7-0gM8c6aZKXyEdo0$2g?fcTjc)$k)%ZF diff --git a/charts/incubator/dashboard/questions.yaml b/charts/incubator/dashboard/questions.yaml deleted file mode 100644 index 0099694c917..00000000000 --- a/charts/incubator/dashboard/questions.yaml +++ /dev/null @@ -1,302 +0,0 @@ -# Include{groups} -portals: - open: - protocols: - - "$kubernetes-resource_configmap_portal_protocol" - host: - - "$kubernetes-resource_configmap_portal_host" - ports: - - "$kubernetes-resource_configmap_portal_port" -questions: - - variable: portal - group: "Container Image" - label: "Configure Portal Button" - schema: - type: dict - hidden: true - attrs: - - variable: enabled - label: "Enable" - description: "enable the portal button" - schema: - hidden: true - editable: false - type: boolean - default: true -# Include{global} - - - variable: controller - group: "Controller" - label: "" - schema: - additional_attrs: true - type: dict - attrs: - - variable: advanced - label: "Show Advanced Controller Settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: type - description: "Please specify type of workload to deploy" - label: "(Advanced) Controller Type" - schema: - type: string - default: "deployment" - required: true - enum: - - value: "deployment" - description: "Deployment" - - value: "statefulset" - description: "Statefulset" - - value: "daemonset" - description: "Daemonset" - - variable: replicas - description: "Number of desired pod replicas" - label: "Desired Replicas" - schema: - type: int - default: 1 - required: true - - variable: strategy - description: "Please specify type of workload to deploy" - label: "(Advanced) Update Strategy" - schema: - type: string - default: "Recreate" - required: true - enum: - - value: "Recreate" - description: "Recreate: Kill existing pods before creating new ones" - - value: "RollingUpdate" - description: "RollingUpdate: Create new pods and then kill old ones" - - value: "OnDelete" - description: "(Legacy) OnDelete: ignore .spec.template changes" -# Include{controllerExpert} - - - variable: env - group: "Container Configuration" - label: "Image Environment" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: CLOUDFLARE_ZONE_ID - label: 'CLOUDFLARE_ZONE_ID' - description: "functionality to purge the Cloudflare cache every time the container restarts (though this functionality is entirely optional)." - schema: - type: string - default: "" - - variable: CLOUDFLARE_PURGE_TOKEN - label: 'CLOUDFLARE_PURGE_TOKEN' - description: "functionality to purge the Cloudflare cache every time the container restarts (though this functionality is entirely optional)." - schema: - type: string - default: "" - -# Include{containerConfig} - - - variable: service - group: "Networking and Services" - label: "Configure Service(s)" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Service" - description: "The Primary service on which the healthcheck runs, often the webUI" - schema: - additional_attrs: true - type: dict - attrs: -# Include{serviceSelector} - - variable: main - label: "Main Service Port Configuration" - schema: - additional_attrs: true - type: dict - attrs: - - variable: port - label: "Port" - description: "This port exposes the container port on the service" - schema: - type: int - default: 3460 - required: true - - variable: advanced - label: "Show Advanced settings" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: protocol - label: "Port Type" - schema: - type: string - default: TCP - enum: - - value: HTTP - description: "HTTP" - - value: "HTTPS" - description: "HTTPS" - - value: TCP - description: "TCP" - - value: "UDP" - description: "UDP" - - variable: nodePort - label: "Node Port (Optional)" - description: "This port gets exposed to the node. Only considered when service type is NodePort, Simple or LoadBalancer" - schema: - type: int - min: 9000 - max: 65535 - - variable: targetPort - label: "Target Port" - description: "The internal(!) port on the container the Application runs on" - schema: - type: int - default: 8080 - - - - - variable: serviceexpert - group: "Networking and Services" - label: "Show Expert Config" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: hostNetwork - group: "Networking and Services" - label: "Host-Networking (Complicated)" - schema: - type: boolean - default: false - -# Include{serviceExpert} - -# Include{serviceList} - - - variable: persistence - label: "Integrated Persistent Storage" - description: "Integrated Persistent Storage" - group: "Storage and Persistence" - schema: - additional_attrs: true - type: dict - attrs: - - - variable: data - label: "data Storage" - description: "AppData" - schema: - additional_attrs: true - type: dict - attrs: -# Include{persistenceBasic} -# Include{persistenceAdvanced} - - -# Include{persistenceList} - - - - variable: ingress - label: "" - group: "Ingress" - schema: - additional_attrs: true - type: dict - attrs: - - variable: main - label: "Main Ingress" - schema: - additional_attrs: true - type: dict - attrs: -# Include{ingressDefault} - -# Include{ingressTLS} - -# Include{ingressTraefik} - -# Include{ingressExpert} - -# Include{ingressList} - -# Include{security} - - - variable: advancedSecurity - label: "Show Advanced Security Settings" - group: "Security and Permissions" - schema: - type: boolean - default: false - show_subquestions_if: true - subquestions: - - variable: securityContext - label: "Security Context" - schema: - additional_attrs: true - type: dict - attrs: - - variable: privileged - label: "Privileged mode" - schema: - type: boolean - default: false - - variable: readOnlyRootFilesystem - label: "ReadOnly Root Filesystem" - schema: - type: boolean - default: false - - variable: allowPrivilegeEscalation - label: "Allow Privilege Escalation" - schema: - type: boolean - default: false - - variable: runAsNonRoot - label: "runAsNonRoot" - schema: - type: boolean - default: false -# Include{securityContextAdvanced} - - - variable: podSecurityContext - group: "Security and Permissions" - label: "Pod Security Context" - schema: - additional_attrs: true - type: dict - attrs: - - variable: runAsUser - label: "runAsUser" - description: "The UserID of the user running the application" - schema: - type: int - default: 0 - - variable: runAsGroup - label: "runAsGroup" - description: The groupID this App of the user running the application" - schema: - type: int - default: 0 - - variable: fsGroup - label: "fsGroup" - description: "The group that should own ALL storage." - schema: - type: int - default: 568 -# Include{podSecurityContextAdvanced} - - -# Include{resources} - -# Include{advanced} - -# Include{addons} diff --git a/charts/incubator/dashboard/templates/common.yaml b/charts/incubator/dashboard/templates/common.yaml deleted file mode 100644 index cbf66c20818..00000000000 --- a/charts/incubator/dashboard/templates/common.yaml +++ /dev/null @@ -1,2 +0,0 @@ -{{/* Render the templates */}} -{{ include "tc.common.loader.all" . }} diff --git a/charts/incubator/dashboard/values.yaml b/charts/incubator/dashboard/values.yaml deleted file mode 100644 index 0f688115a6b..00000000000 --- a/charts/incubator/dashboard/values.yaml +++ /dev/null @@ -1,26 +0,0 @@ -env: - CLOUDFLARE_PURGE_TOKEN: '' - CLOUDFLARE_ZONE_ID: '' -image: - pullPolicy: IfNotPresent - repository: tccr.io/truecharts/dashboard - tag: latest -persistence: - data: - enabled: true - mountPath: /app/data -podSecurityContext: - runAsGroup: 0 - runAsUser: 0 -securityContext: - readOnlyRootFilesystem: false - runAsNonRoot: false -service: - main: - enabled: true - ports: - main: - enabled: true - port: 3460 - protocol: TCP - targetPort: 8080