helmfile/pkg
Babis K d34dc7bb64
Add support for --insecure-skip-tls-verify flag on helm repo add command (#1990)
Parses a new field in repositories named `skipTLSVerify` and if set to `true`, it appends `--insecure-skip-tls-verify` in `helm repo add` command.

This should be useful with internal self-signed repos, mitm proxies etc.

Resolves #1871
2021-12-21 09:18:57 +09:00
..
app Add support for --insecure-skip-tls-verify flag on helm repo add command (#1990) 2021-12-21 09:18:57 +09:00
argparser Bump sprig to v3.1.0 and mergo 3.11 (#1456) 2020-09-04 09:58:54 +09:00
environment Fix: populate .Values regardless of prestate success (#1202) 2020-04-17 09:18:01 +09:00
event Fix some hook log not honoring log level (#1769) 2021-04-10 16:50:42 +09:00
exectest Add support for --insecure-skip-tls-verify flag on helm repo add command (#1990) 2021-12-21 09:18:57 +09:00
helmexec Add support for --insecure-skip-tls-verify flag on helm repo add command (#1990) 2021-12-21 09:18:57 +09:00
maputil Add indexed key support to --state-values-set (#1042) 2019-12-17 07:31:42 +09:00
plugins feat(template): added secret template function (#1221) 2020-04-25 21:10:02 +09:00
remote Fix error on concurrent go-getter on same URL (#1669) 2021-02-05 09:02:21 +09:00
state Add support for --insecure-skip-tls-verify flag on helm repo add command (#1990) 2021-12-21 09:18:57 +09:00
testhelper Fix filepath handling on Windows (#1754) 2021-05-02 09:22:25 +09:00
tmpl feat: Helmfile renders *.yaml.gotmpl in a K8s manifests/kustomization directory (#1745) 2021-04-06 14:22:34 +09:00