helmfile/pkg
mugioka a42c14e640 imprv: convert hyphen included in repo name to underbar with gatherOCIUsernamePassword.
Most shells do not support hyphens in environment variables.

However, there are cases where you may want to include hyphens in the repository name.

Therefore, I have included a process in `gatherOCIUsernamePassword` to replace hyphens with underbar.

Signed-off-by: mugioka <okamugi0722@gmail.com>
2022-10-03 14:49:03 +09:00
..
app fixup! Fix not to ignore diff selector when it matched nothing 2022-09-19 04:46:52 +00:00
argparser fix lint error 2022-08-13 07:40:32 +08:00
config move interactive option to global (#370) 2022-09-18 18:47:40 +09:00
environment fix lint error 2022-08-13 07:40:32 +08:00
envvar Introduce DISABLE_INSECURE_FEATURES to disable insecure command executions (#1) 2022-06-05 15:15:06 +09:00
errors fix incorrent exit code 2022-09-13 08:23:55 +08:00
event Fixes for updates from rebase 2022-09-19 08:55:44 +09:00
exectest Add more testcases for hooks 2022-09-19 02:19:42 +00:00
filesystem Introduce Helmfile's own filesystem abstraction to correctly unit test some components (#307) 2022-08-24 12:58:43 +09:00
helmexec fix: add missing untar flag to pull chart from oci registry 2022-09-18 19:11:34 +09:00
maputil add Go lint 2022-07-16 20:21:11 +08:00
plugins add Go lint 2022-07-16 20:21:11 +08:00
remote Introduce Helmfile's own filesystem abstraction to correctly unit test some components (#307) 2022-08-24 12:58:43 +09:00
state imprv: convert hyphen included in repo name to underbar with gatherOCIUsernamePassword. 2022-10-03 14:49:03 +09:00
testhelper Introduce Helmfile's own filesystem abstraction to correctly unit test some components (#307) 2022-08-24 12:58:43 +09:00
testutil add Go lint 2022-07-16 20:21:11 +08:00
tmpl Introduce Helmfile's own filesystem abstraction to correctly unit test some components (#307) 2022-08-24 12:58:43 +09:00