Skip to content

Commit

Permalink
feat(helm): remove deprecated startVerify
Browse files Browse the repository at this point in the history
Signed-off-by: Byeonghoon Yoo <[email protected]>
  • Loading branch information
isac322 committed Jul 17, 2024
1 parent 0efad0b commit e27a557
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion charts/blocky/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions charts/blocky/templates/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ data:
timeout: {{ .Values.upstreams.timeout | quote }}
startVerifyUpstream: {{ .Values.upstreams.startVerify }}
connectIPVersion: {{ .Values.connectIPVersion }}
{{- if .Values.customDNS.customize }}
Expand Down
3 changes: 0 additions & 3 deletions charts/blocky/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e27a557

Please sign in to comment.