File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ params['blobstore'] = {
285285
286286params['verify_multidigest_path'] = '/var/vcap/packages/verify_multidigest/bin/verify-multidigest'
287287
288- params['version'] = '282.1.0 '
288+ params['version'] = '282.1.1 '
289289
290290if p('blobstore.provider') == "s3"
291291 params['blobstore']['provider'] = "s3cli"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ metadata:
99spec:
1010 product:
1111 name: bosh_director
12- version: 282.1.0
12+ version: 282.1.1
1313 indicators:
1414 - name: bosh_tasks_total
1515 promql: min_over_time(bosh_tasks_total{state="queued"}[10m])
Original file line number Diff line number Diff line change 503503 end
504504
505505 it 'should contain the version' do
506- expect ( parsed_yaml [ 'version' ] ) . to eq ( '282.1.0 ' )
506+ expect ( parsed_yaml [ 'version' ] ) . to eq ( '282.1.1 ' )
507507 end
508508
509509 it 'should contain the audit log path' do
You can’t perform that action at this time.
0 commit comments