File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -296,7 +296,7 @@ params['blobstore'] = {
296296
297297params['verify_multidigest_path'] = '/var/vcap/packages/verify_multidigest/bin/verify-multidigest'
298298
299- params['version'] = '282.1.5 '
299+ params['version'] = '282.1.6 '
300300
301301if p('blobstore.provider') == "s3"
302302 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.5
12+ version: 282.1.6
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 516516 end
517517
518518 it 'should contain the version' do
519- expect ( parsed_yaml [ 'version' ] ) . to eq ( '282.1.5 ' )
519+ expect ( parsed_yaml [ 'version' ] ) . to eq ( '282.1.6 ' )
520520 end
521521
522522 it 'should contain the audit log path' do
You can’t perform that action at this time.
0 commit comments