Skip to content
This repository was archived by the owner on Apr 17, 2025. It is now read-only.

Commit fa104e8

Browse files
authored
Merge pull request #269 from adrianludwin/upload-manifests-master
Upload HRQ and cert-manager manifests [master]
2 parents 5156849 + cc3090d commit fa104e8

File tree

1 file changed

+25
-1
lines changed

1 file changed

+25
-1
lines changed

cloudbuild.yaml

+25-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,31 @@ steps:
5252
- '@hierarchical-namespaces/manifests/ha.yaml'
5353
- '-u'
5454
- '$_HNC_USER:$_HNC_PERSONAL_ACCESS_TOKEN'
55-
- 'https://uploads.github.com/repos/$_HNC_REPO_OWNER/hierarchical-namespaces/releases/$_HNC_RELEASE_ID/assets?name=ha-experimental.yaml'
55+
- 'https://uploads.github.com/repos/$_HNC_REPO_OWNER/hierarchical-namespaces/releases/$_HNC_RELEASE_ID/assets?name=ha.yaml'
56+
# Upload HRQ manifest
57+
- name: gcr.io/cloud-builders/curl
58+
args:
59+
- '-X'
60+
- 'POST'
61+
- '-H'
62+
- 'Content-Type: application/x-application'
63+
- '--data-binary'
64+
- '@hierarchical-namespaces/manifests/hrq.yaml'
65+
- '-u'
66+
- '$_HNC_USER:$_HNC_PERSONAL_ACCESS_TOKEN'
67+
- 'https://uploads.github.com/repos/$_HNC_REPO_OWNER/hierarchical-namespaces/releases/$_HNC_RELEASE_ID/assets?name=hrq.yaml'
68+
# Upload cert-manager manifest
69+
- name: gcr.io/cloud-builders/curl
70+
args:
71+
- '-X'
72+
- 'POST'
73+
- '-H'
74+
- 'Content-Type: application/x-application'
75+
- '--data-binary'
76+
- '@hierarchical-namespaces/manifests/default-cm.yaml'
77+
- '-u'
78+
- '$_HNC_USER:$_HNC_PERSONAL_ACCESS_TOKEN'
79+
- 'https://uploads.github.com/repos/$_HNC_REPO_OWNER/hierarchical-namespaces/releases/$_HNC_RELEASE_ID/assets?name=default-cm.yaml'
5680
# Upload plugin (Linux)
5781
- name: gcr.io/cloud-builders/curl
5882
args:

0 commit comments

Comments
 (0)