File tree 3 files changed +18
-2
lines changed
3 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -163,6 +163,17 @@ jobs:
163
163
asset_name : coherence-dashboards.tar.gz
164
164
asset_content_type : application/tar+gzip
165
165
166
+ - name : Upload Bundle
167
+ id : upload-bundle
168
+ uses : actions/upload-release-asset@v1
169
+ env :
170
+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
171
+ with :
172
+ upload_url : ${{ github.event.release.upload_url }}
173
+ asset_path : /tmp/coherence-operator/_output/coherence-operator-bundle.tar.gz
174
+ asset_name : coherence-operator-bundle.tar.gz
175
+ asset_content_type : application/tar+gzip
176
+
166
177
- name : Upload Docs
167
178
id : upload-docs
168
179
uses : actions/upload-release-asset@v1
Original file line number Diff line number Diff line change @@ -940,6 +940,11 @@ bundle: $(BUILD_PROPS) ensure-sdk $(TOOLS_BIN)/kustomize $(BUILD_TARGETS)/manife
940
940
$(OPERATOR_SDK ) bundle validate ./bundle --select-optional name=operatorhubv2 --optional-values=k8s-version=1.26
941
941
$(OPERATOR_SDK ) bundle validate ./bundle --select-optional name=capabilities --optional-values=k8s-version=1.26
942
942
$(OPERATOR_SDK ) bundle validate ./bundle --select-optional name=categories --optional-values=k8s-version=1.26
943
+ rm -rf $(BUILD_OUTPUT ) /bundle || true
944
+ mkdir -p $(BUILD_OUTPUT ) /bundle/coherence-operator/$(VERSION ) || true
945
+ cp -R bundle/ $(BUILD_OUTPUT ) /bundle/coherence-operator/$(VERSION ) /
946
+ rm $(BUILD_OUTPUT ) /bundle/coherence-operator/$(VERSION ) /ci.yaml
947
+ tar -C $(BUILD_OUTPUT ) /bundle -czf $(BUILD_OUTPUT ) /coherence-operator-bundle.tar.gz .
943
948
rm -rf bundle_tmp*
944
949
945
950
# ----------------------------------------------------------------------------------------------------------------------
@@ -2533,7 +2538,7 @@ push-all-ttl-images: push-ttl-operator-images push-ttl-test-images
2533
2538
# Push all of the images that are released
2534
2539
# ----------------------------------------------------------------------------------------------------------------------
2535
2540
.PHONY : push-release-images
2536
- push-release-images : push-operator-image bundle-push catalog-build catalog- push tanzu-repo
2541
+ push-release-images : push-operator-image bundle-push catalog-push tanzu-repo
2537
2542
2538
2543
# ----------------------------------------------------------------------------------------------------------------------
2539
2544
# Install Prometheus
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ resources:
8
8
9
9
images :
10
10
- name : controller
11
- newName : ghcr.io/thegridman /coherence-operator
11
+ newName : ghcr.io/oracle /coherence-operator
12
12
newTag : 3.4.3
You can’t perform that action at this time.
0 commit comments