jedcunningham commented on code in PR #67988: URL: https://github.com/apache/airflow/pull/67988#discussion_r3357126456
########## dev/README_RELEASE_HELM_CHART.md: ########## @@ -993,7 +993,10 @@ git clone https://github.com/apache/airflow-site.git airflow-site cd airflow-site curl https://dist.apache.org/repos/dist/dev/airflow/helm-chart/${VERSION}${VERSION_SUFFIX}/index.yaml -o index.yaml cp ${AIRFLOW_SVN_RELEASE_HELM}/${VERSION}/airflow-${VERSION}.tgz . -helm repo index --merge ./index.yaml . --url "https://downloads.apache.org/airflow/helm-chart/${VERSION}" +# Use archive.apache.org (not downloads.apache.org): downloads only keeps the latest +# releases, while archive permanently retains every released version even after it is +# removed from downloads. +helm repo index --merge ./index.yaml . --url "https://archive.apache.org/dist/airflow/helm-chart/${VERSION}" Review Comment: Is there a delay for the release to be active on archive? For some reason I have a trace of a memory there was and I tried this exact change long ago... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
