Skip to content

Commit c5416d4

Browse files
committed
(role/rke) move host on DEV to v1.5.9
1 parent 0efe370 commit c5416d4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

spec/hosts/nodes/ayekan01.ls.lsst.org_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
it do
5151
is_expected.to contain_class('rke').with(
52-
version: '1.5.8',
52+
version: '1.5.9',
5353
)
5454
end
5555

spec/hosts/nodes/kueyen01.dev.lsst.org_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
it do
5151
is_expected.to contain_class('rke').with(
52-
version: '1.5.8',
52+
version: '1.5.9',
5353
)
5454
end
5555

spec/hosts/nodes/namkueyen01.dev.lsst.org_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949

5050
it do
5151
is_expected.to contain_class('rke').with(
52-
version: '1.5.8',
52+
version: '1.5.9',
5353
)
5454
end
5555

spec/hosts/nodes/rancher01.dev.lsst.org_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232

3333
it do
3434
is_expected.to contain_class('rke').with(
35-
version: '1.5.8',
35+
version: '1.5.9',
3636
)
3737
end
3838

spec/hosts/nodes/ruka01.dev.lsst.org_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252

5353
it do
5454
is_expected.to contain_class('rke').with(
55-
version: '1.5.8',
55+
version: '1.5.9',
5656
)
5757
end
5858

0 commit comments

Comments
 (0)