File tree Expand file tree Collapse file tree
core-services/image-mirroring/openshift-logging Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ images:
4646promotion :
4747 to :
4848 - namespace : logging
49- tag : v0.50 .0
49+ tag : v0.54 .0
5050releases :
5151 latest :
5252 release :
@@ -153,6 +153,6 @@ tests:
153153 cpu : 100m
154154 workflow : generic-claim
155155zz_generated_metadata :
156- branch : v0.50 .0-rh
156+ branch : v0.54 .0-rh
157157 org : ViaQ
158158 repo : vector
Original file line number Diff line number Diff line change 1+ postsubmits :
2+ ViaQ/vector :
3+ - agent : kubernetes
4+ always_run : true
5+ branches :
6+ - ^v0\.50\.0-rh$
7+ cluster : build06
8+ decorate : true
9+ decoration_config :
10+ skip_cloning : true
11+ labels :
12+ ci-operator.openshift.io/is-promotion : " true"
13+ ci.openshift.io/generator : prowgen
14+ max_concurrency : 1
15+ name : branch-ci-ViaQ-vector-v0.50.0-rh-images
16+ spec :
17+ containers :
18+ - args :
19+ - --gcs-upload-secret=/secrets/gcs/service-account.json
20+ - --image-import-pull-secret=/etc/pull-secret/.dockerconfigjson
21+ - --image-mirror-push-secret=/etc/push-secret/.dockerconfigjson
22+ - --promote
23+ - --report-credentials-file=/etc/report/credentials
24+ - --target=[images]
25+ command :
26+ - ci-operator
27+ image : quay-proxy.ci.openshift.org/openshift/ci:ci_ci-operator_latest
28+ imagePullPolicy : Always
29+ name : " "
30+ resources :
31+ requests :
32+ cpu : 10m
33+ volumeMounts :
34+ - mountPath : /secrets/gcs
35+ name : gcs-credentials
36+ readOnly : true
37+ - mountPath : /secrets/manifest-tool
38+ name : manifest-tool-local-pusher
39+ readOnly : true
40+ - mountPath : /etc/pull-secret
41+ name : pull-secret
42+ readOnly : true
43+ - mountPath : /etc/push-secret
44+ name : push-secret
45+ readOnly : true
46+ - mountPath : /etc/report
47+ name : result-aggregator
48+ readOnly : true
49+ serviceAccountName : ci-operator
50+ volumes :
51+ - name : manifest-tool-local-pusher
52+ secret :
53+ secretName : manifest-tool-local-pusher
54+ - name : pull-secret
55+ secret :
56+ secretName : registry-pull-credentials
57+ - name : push-secret
58+ secret :
59+ secretName : registry-push-credentials-ci-central
60+ - name : result-aggregator
61+ secret :
62+ secretName : result-aggregator
You can’t perform that action at this time.
0 commit comments