Currently, it might be required to temporarily set skip-download during the setup of the Helm release workflow, if a previous Helm chart doesn't exist on GH pages. After the first publish, downloading has to be enabled again.
Explore options to make publishing and updating more robust. Ideally, we could check if a previous GH pages artifact exists and download and add all files when creating the new artifact. Currently, the API is quite limited making this workaround necessary.
Currently, it might be required to temporarily set
skip-download
during the setup of the Helm release workflow, if a previous Helm chart doesn't exist on GH pages. After the first publish, downloading has to be enabled again.Explore options to make publishing and updating more robust. Ideally, we could check if a previous GH pages artifact exists and download and add all files when creating the new artifact. Currently, the API is quite limited making this workaround necessary.
_Originally posted by @yannick-roeder in https://github.com/bakdata/ci-templates/pull/35#discussion_r1001448996_