Commit fffd5b6 CI Bot
committed
1 parent d11997f commit fffd5b6 Copy full SHA for fffd5b6
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -285,7 +285,7 @@ params['blobstore'] = {
285
285
286
286
params['verify_multidigest_path'] = '/var/vcap/packages/verify_multidigest/bin/verify-multidigest'
287
287
288
- params['version'] = '280.1.21 '
288
+ params['version'] = '280.1.22 '
289
289
290
290
if p('blobstore.provider') == "s3"
291
291
params['blobstore']['provider'] = "s3cli"
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ metadata:
9
9
spec:
10
10
product:
11
11
name: bosh_director
12
- version: 280.1.21
12
+ version: 280.1.22
13
13
indicators:
14
14
- name: bosh_tasks_total
15
15
promql: min_over_time(bosh_tasks_total{state="queued"}[10m])
Original file line number Diff line number Diff line change 503
503
end
504
504
505
505
it 'should contain the version' do
506
- expect ( parsed_yaml [ 'version' ] ) . to eq ( '280.1.21 ' )
506
+ expect ( parsed_yaml [ 'version' ] ) . to eq ( '280.1.22 ' )
507
507
end
508
508
509
509
it 'should contain the audit log path' do
You can’t perform that action at this time.
0 commit comments