You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the v3 version of this action, I ran into an issue because the action stores its cache dirs docker-kube-config-[...] and helm-cache-[...] in the working directory. That will lead to an error 413 (Request Entity Too Large) when trying to install the chart in the working directory.
Anyone else affected reading this: add these lines to your .helmignore (create one if it doesn't exist) to work around this issue:
helm-cache-*/
docker-kube-config-*/
The text was updated successfully, but these errors were encountered:
When using the
v3
version of this action, I ran into an issue because the action stores its cache dirsdocker-kube-config-[...]
andhelm-cache-[...]
in the working directory. That will lead to an error 413 (Request Entity Too Large) when trying to install the chart in the working directory.Anyone else affected reading this: add these lines to your
.helmignore
(create one if it doesn't exist) to work around this issue:The text was updated successfully, but these errors were encountered: