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
This PR starts publishing the nightly artifacts to the k8s-staging-cluster-api-aws bucket, instead of to the artifacts.k8s-staging-cluster-api-aws.appspot.com.
The latter is the backing bucket of the google container registry and will go away eventually when we migrate from the container registry to the artifact registry. It was never meant to be used to store files that are not part of container images.
Please note that the new location has a retention of 60 days (as of now). But that should be okay for nightly manifests.
@@ -631,6 +631,8 @@ release-alias-tag: # Adds the tag to the last build tag.
631
631
632
632
.PHONY: upload-staging-artifacts
633
633
upload-staging-artifacts: ## Upload release artifacts to the staging bucket
634
+
# Example manifest location: https://storage.googleapis.com/k8s-staging-cluster-api-aws/components/nightly_main_20240425/infrastructure-components.yaml
635
+
# Please note that these files are deleted after a certain period, at the time of this writing 60 days after file creation.
0 commit comments