Skip to content

Commit 221088e

Browse files
authored
Upload k8s manifests to GCS (#2654)
1 parent 6649e00 commit 221088e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

release/cloudbuild-nomulus.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,12 @@ artifacts:
223223
- 'release/cloudbuild-schema-deploy-*.yaml'
224224
- 'release/cloudbuild-schema-verify-*.yaml'
225225
- 'release/cloudbuild-sync-db-objects-*.yaml'
226+
- 'jetty/kubernetes/*.yaml'
227+
# The images are already uploaded, but we still need to include them there so that
228+
# the GCB pubsub message contains them (for Spinnaker to consume).
229+
images:
230+
- 'gcr.io/${PROJECT_ID}/nomulus:${TAG_NAME}'
231+
- 'gcr.io/${PROJECT_ID}/proxy:${TAG_NAME}'
226232
timeout: 7200s
227233
options:
228234
machineType: 'E2_HIGHCPU_32'

0 commit comments

Comments
 (0)