From 2d91f010460c41cada38ce6e4aa21ce593ff5b88 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Tue, 1 Nov 2022 01:45:51 +0200 Subject: [PATCH] fix(blocky): fix UI, wrong variable names (#4258) --- charts/enterprise/blocky/Chart.yaml | 2 +- charts/enterprise/blocky/questions.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/enterprise/blocky/Chart.yaml b/charts/enterprise/blocky/Chart.yaml index 16eb8daf576..1d680c1e5d6 100644 --- a/charts/enterprise/blocky/Chart.yaml +++ b/charts/enterprise/blocky/Chart.yaml @@ -26,7 +26,7 @@ sources: - https://github.com/0xERR0R/blocky - https://github.com/Mozart409/blocky-frontend - https://hub.docker.com/r/spx01/blocky -version: 1.1.6 +version: 1.1.7 annotations: truecharts.org/catagories: | - network diff --git a/charts/enterprise/blocky/questions.yaml b/charts/enterprise/blocky/questions.yaml index 18115cbb364..ac8d5b10dca 100644 --- a/charts/enterprise/blocky/questions.yaml +++ b/charts/enterprise/blocky/questions.yaml @@ -188,14 +188,14 @@ questions: type: dict additional_attrs: true attrs: - - variable: in - label: In + - variable: domain + label: Domain schema: type: string required: true default: "" - - variable: out - label: Out + - variable: dnsserver + label: DNS Server schema: type: string required: true