Closed tiborsimko closed 3 years ago
I can see that prefetch-images.sh
is only used on one page, in one part in docs.reana.io
. Do we really need it? I believe, helm (or kind) can fetch those images without a problem.
If it is really that necessary to maintain this file, I would prefer to fetch values from values.yml
and generate a new bash
from this. This will ensure better consistency.
reana-dev helm-upgrade-components
currently updateshelm/reana/values.yaml
file. For example, it replaces images:It should also update
scripts/prefetch-images.sh
where these images are pre-fetched.