Skip to content

Commit fffd5b6

Browse files
author
CI Bot
committed
Bump version 280.1.22 via concourse
1 parent d11997f commit fffd5b6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

jobs/director/templates/director.yml.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ params['blobstore'] = {
285285

286286
params['verify_multidigest_path'] = '/var/vcap/packages/verify_multidigest/bin/verify-multidigest'
287287

288-
params['version'] = '280.1.21'
288+
params['version'] = '280.1.22'
289289

290290
if p('blobstore.provider') == "s3"
291291
params['blobstore']['provider'] = "s3cli"

jobs/director/templates/indicator.yml.erb

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ metadata:
99
spec:
1010
product:
1111
name: bosh_director
12-
version: 280.1.21
12+
version: 280.1.22
1313
indicators:
1414
- name: bosh_tasks_total
1515
promql: min_over_time(bosh_tasks_total{state="queued"}[10m])

spec/director.yml.erb_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@
503503
end
504504

505505
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')
507507
end
508508

509509
it 'should contain the audit log path' do

0 commit comments

Comments
 (0)