From e27a55794beb301700cc2866ed28c762bce1bae4 Mon Sep 17 00:00:00 2001 From: Byeonghoon Yoo Date: Wed, 17 Jul 2024 17:08:56 +0900 Subject: [PATCH] feat(helm): remove deprecated startVerify Signed-off-by: Byeonghoon Yoo --- charts/blocky/Chart.yaml | 2 +- charts/blocky/templates/configmap.yaml | 2 -- charts/blocky/values.yaml | 3 --- 3 files changed, 1 insertion(+), 6 deletions(-) diff --git a/charts/blocky/Chart.yaml b/charts/blocky/Chart.yaml index 2030a5a..5d208d9 100644 --- a/charts/blocky/Chart.yaml +++ b/charts/blocky/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.24.2 +version: 0.24.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/blocky/templates/configmap.yaml b/charts/blocky/templates/configmap.yaml index 77bca3c..654f565 100644 --- a/charts/blocky/templates/configmap.yaml +++ b/charts/blocky/templates/configmap.yaml @@ -17,8 +17,6 @@ data: timeout: {{ .Values.upstreams.timeout | quote }} - startVerifyUpstream: {{ .Values.upstreams.startVerify }} - connectIPVersion: {{ .Values.connectIPVersion }} {{- if .Values.customDNS.customize }} diff --git a/charts/blocky/values.yaml b/charts/blocky/values.yaml index 1c64947..b1f319a 100644 --- a/charts/blocky/values.yaml +++ b/charts/blocky/values.yaml @@ -121,9 +121,6 @@ upstreams: # optional: timeout to query the upstream resolver. Default: 2s timeout: 2s - # optional: If true, blocky will fail to start unless at least one upstream server per group is reachable. Default: false - startVerify: false - # optional: These DNS servers are used to resolve upstream DoH and DoT servers that are specified as host names, and list domains. It is useful if no system DNS resolver is configured, and/or to encrypt the bootstrap queries. bootstrapDns: - upstream: tcp+udp:1.1.1.1