From 972dedd1b34452790c451bdf9fef24f9ce7019f1 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Tue, 14 Dec 2021 00:16:10 +0200 Subject: [PATCH] feat(littlelink): add the new buttons (#1532) * feat(littlelink): add the new buttons * bump scrutiny --- charts/stable/littlelink/questions.yaml | 120 ++++++++++++++++++ .../littlelink/templates/_configmap.tpl | 72 +++++++++++ charts/stable/scrutiny/Chart.yaml | 2 +- 3 files changed, 193 insertions(+), 1 deletion(-) diff --git a/charts/stable/littlelink/questions.yaml b/charts/stable/littlelink/questions.yaml index 833aae46b9e..0c2ec884efc 100644 --- a/charts/stable/littlelink/questions.yaml +++ b/charts/stable/littlelink/questions.yaml @@ -104,6 +104,21 @@ questions: schema: type: string default: "" + - variable: lang + label: "lang" + schema: + type: string + default: "" + - variable: meta_index_status + label: "meta_index_status" + schema: + type: string + default: "" + - variable: ga_tracking_id + label: "ga_tracking_id" + schema: + type: string + default: "" - variable: theme label: "theme" schema: @@ -229,11 +244,21 @@ questions: schema: type: string default: "" + - variable: email_text + label: "email_text" + schema: + type: string + default: "" - variable: email_alt label: "email_alt" schema: type: string default: "" + - variable: email_alt_text + label: "email_alt_text" + schema: + type: string + default: "" - variable: sound_cloud label: "sound_cloud" schema: @@ -279,6 +304,101 @@ questions: schema: type: string default: "" + - variable: letterboxd + label: "letterboxd" + schema: + type: string + default: "" + - variable: mastodon + label: "mastodon" + schema: + type: string + default: "" + - variable: micro_blog + label: "micro_blog" + schema: + type: string + default: "" + - variable: whatsapp + label: "whatsapp" + schema: + type: string + default: "" + - variable: strava + label: "strava" + schema: + type: string + default: "" + - variable: buymeacoffee + label: "buymeacoffee" + schema: + type: string + default: "" + - variable: gitlab + label: "gitlab" + schema: + type: string + default: "" + - variable: patreon + label: "patreon" + schema: + type: string + default: "" + - variable: devto + label: "devto" + schema: + type: string + default: "" + - variable: umami_website_id + label: "umami_website_id" + schema: + type: string + default: "" + - variable: umami_app_url + label: "umami_app_url" + schema: + type: string + default: "" + - variable: paypal + label: "paypal" + schema: + type: string + default: "" + - variable: slack + label: "slack" + schema: + type: string + default: "" + - variable: lastfm + label: "lastfm" + schema: + type: string + default: "" + - variable: untappd + label: "untappd" + schema: + type: string + default: "" + - variable: stackoverflow + label: "stackoverflow" + schema: + type: string + default: "" + - variable: gitea + label: "gitea" + schema: + type: string + default: "" + - variable: polywork + label: "polywork" + schema: + type: string + default: "" + - variable: signal + label: "signal" + schema: + type: string + default: "" - variable: footer label: "footer" schema: diff --git a/charts/stable/littlelink/templates/_configmap.tpl b/charts/stable/littlelink/templates/_configmap.tpl index e04a16fd9ab..c4796957f01 100644 --- a/charts/stable/littlelink/templates/_configmap.tpl +++ b/charts/stable/littlelink/templates/_configmap.tpl @@ -15,6 +15,15 @@ data: {{- if .Values.littlelink.meta_author }} META_AUTHOR: {{ .Values.littlelink.meta_author | quote }} {{- end }} + {{- if .Values.littlelink.lang }} + LANG: {{ .Values.littlelink.lang | quote }} + {{- end }} + {{- if .Values.littlelink.meta_index_status }} + META_INDEX_STATUS: {{ .Values.littlelink.meta_index_status | quote }} + {{- end }} + {{- if .Values.littlelink.ga_tracking_id }} + GA_TRACKING_ID: {{ .Values.littlelink.ga_tracking_id | quote }} + {{- end }} {{- if .Values.littlelink.theme }} THEME: {{ .Values.littlelink.theme | quote }} {{- end }} @@ -90,9 +99,15 @@ data: {{- if .Values.littlelink.email }} EMAIL: {{ .Values.littlelink.email | quote }} {{- end }} + {{- if .Values.littlelink.email_text }} + EMAIL_TEXT: {{ .Values.littlelink.email_text | quote }} + {{- end }} {{- if .Values.littlelink.email_alt }} EMAIL_ALT: {{ .Values.littlelink.email_alt | quote }} {{- end }} + {{- if .Values.littlelink.email_alt_text }} + EMAIL_ALT_TEXT: {{ .Values.littlelink.email_alt_text | quote }} + {{- end }} {{- if .Values.littlelink.sound_cloud }} SOUND_CLOUD: {{ .Values.littlelink.sound_cloud | quote }} {{- end }} @@ -120,6 +135,63 @@ data: {{- if .Values.littlelink.skoob }} SKOOB: {{ .Values.littlelink.skoob | quote }} {{- end }} + {{- if .Values.littlelink.letterboxd }} + LETTERBOXD: {{ .Values.littlelink.letterboxd | quote }} + {{- end }} + {{- if .Values.littlelink.mastodon }} + MASTODON: {{ .Values.littlelink.mastodon | quote }} + {{- end }} + {{- if .Values.littlelink.micro_blog }} + MICRO_BLOG: {{ .Values.littlelink.micro_blog | quote }} + {{- end }} + {{- if .Values.littlelink.whatsapp }} + WHATSAPP: {{ .Values.littlelink.whatsapp | quote }} + {{- end }} + {{- if .Values.littlelink.strava }} + STRAVA: {{ .Values.littlelink.strava | quote }} + {{- end }} + {{- if .Values.littlelink.buymeacoffee }} + BUYMEACOFFEE: {{ .Values.littlelink.buymeacoffee | quote }} + {{- end }} + {{- if .Values.littlelink.gitlab }} + GITLAB: {{ .Values.littlelink.gitlab | quote }} + {{- end }} + {{- if .Values.littlelink.patreon }} + PATREON: {{ .Values.littlelink.patreon | quote }} + {{- end }} + {{- if .Values.littlelink.devto }} + DEVTO: {{ .Values.littlelink.devto | quote }} + {{- end }} + {{- if .Values.littlelink.umami_website_id }} + UMAMI_WEBSITE_ID: {{ .Values.littlelink.umami_website_id | quote }} + {{- end }} + {{- if .Values.littlelink.umami_app_url }} + UMAMI_APP_URL: {{ .Values.littlelink.umami_app_url | quote }} + {{- end }} + {{- if .Values.littlelink.paypal }} + PAYPAL: {{ .Values.littlelink.paypal | quote }} + {{- end }} + {{- if .Values.littlelink.slack }} + SLACK: {{ .Values.littlelink.slack | quote }} + {{- end }} + {{- if .Values.littlelink.lastfm }} + LASTFM: {{ .Values.littlelink.lastfm | quote }} + {{- end }} + {{- if .Values.littlelink.untappd }} + UNTAPPD: {{ .Values.littlelink.untappd | quote }} + {{- end }} + {{- if .Values.littlelink.stackoverflow }} + STACKOVERFLOW: {{ .Values.littlelink.stackoverflow | quote }} + {{- end }} + {{- if .Values.littlelink.gitea }} + GITEA: {{ .Values.littlelink.gitea | quote }} + {{- end }} + {{- if .Values.littlelink.polywork }} + POLYWORK: {{ .Values.littlelink.polywork | quote }} + {{- end }} + {{- if .Values.littlelink.signal }} + SIGNAL: {{ .Values.littlelink.signal | quote }} + {{- end }} {{- if .Values.littlelink.footer }} FOOTER: {{ .Values.littlelink.footer | quote }} {{- end }} diff --git a/charts/stable/scrutiny/Chart.yaml b/charts/stable/scrutiny/Chart.yaml index f3927c319ad..ee0d3e3feb5 100644 --- a/charts/stable/scrutiny/Chart.yaml +++ b/charts/stable/scrutiny/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: scrutiny -version: 0.0.2 +version: 0.0.3 appVersion: "2021.11.18" description: Scrutiny WebUI for smartd S.M.A.R.T monitoring. Scrutiny is a Hard Drive Health Dashboard & Monitoring solution. type: application