File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -1113,6 +1113,17 @@ release-staging: ## Build and push container images to the staging bucket
1113
1113
REGISTRY=$(STAGING_REGISTRY ) $(MAKE ) docker-image-verify
1114
1114
REGISTRY=$(STAGING_REGISTRY ) $(MAKE ) docker-push-all
1115
1115
REGISTRY=$(STAGING_REGISTRY ) $(MAKE ) release-alias-tag
1116
+ # Set the manifest image to the staging bucket.
1117
+ $(MAKE ) manifest-modification REGISTRY=$(STAGING_REGISTRY ) RELEASE_TAG=$(RELEASE_ALIAS_TAG )
1118
+ # # Build the manifests
1119
+ $(MAKE ) release-manifests
1120
+ # Set the manifest image to the staging bucket.
1121
+ $(MAKE ) manifest-modification-dev REGISTRY=$(STAGING_REGISTRY ) RELEASE_TAG=$(RELEASE_ALIAS_TAG )
1122
+ # # Build the dev manifests
1123
+ $(MAKE ) release-manifests-dev
1124
+ # Example manifest location: https://storage.googleapis.com/k8s-staging-cluster-api/components/main/core-components.yaml
1125
+ # Please note that these files are deleted after a certain period, at the time of this writing 60 days after file creation.
1126
+ gsutil cp $(RELEASE_DIR ) /* gs://$(STAGING_BUCKET ) /components/$(RELEASE_ALIAS_TAG )
1116
1127
1117
1128
.PHONY : release-staging-nightly
1118
1129
release-staging-nightly : # # Tag and push container images to the staging bucket. Example image tag: cluster-api-controller:nightly_main_20210121
You can’t perform that action at this time.
0 commit comments