Nenad Strainović
Nenad Strainović
Helmfile does not work in offline mode (--skip-deps) after all relevant helm charts have been cached
### Operating system Windows 11 (Git Bash) ### Helmfile Version 0.161.0 ### Helm Version v3.13.3 ### Bug description I'm trying to use helmfile in offline mode based on https://helmfile.readthedocs.io/en/latest/#running-helmfile-without-an-internet-connection. Initially,...
### Operating system Windows 10 ### Helmfile Version 0.151.0 ### Helm Version v3.11.2 ### Bug description Hi, I have a single helm chart that I want to reuse and deploy...
Hi, In the k8s namespace, I have about 26 releases with various k8s objects such as deployments, config maps, secrets, ingresses, services, etc. When I run `diff` as `helmfile` command,...
Hi all, Helm supports caching the repository indices, most probably configured by the following env variables: `$HELM_CACHE_HOME`, and `$HELM_REPOSITORY_CACHE`. When we add the repository and install the helm chart from...
Using this action, I have the following error: ``` + ./bin/git-cliff --config=cliff.toml -- 1.0.0..1.10.0 --context error: unexpected argument '--context' found Usage: git-cliff [FLAGS] [OPTIONS] [--] [RANGE] ``` I'm providing `args:...