Skip to content

Commit daf7db1

Browse files
committed
Update version from tests
1 parent 9fd4367 commit daf7db1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/classes/packages_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@
246246
it { should contain_kmod__load('br_netfilter')}
247247
it { should contain_sysctl('net.bridge.bridge-nf-call-iptables').with_ensure('present').with_value('1')}
248248
it { should contain_sysctl('net.ipv4.ip_forward').with_ensure('present').with_value('1')}
249-
it { should contain_package('containerd.io').with_ensure('1.1.0')}
249+
it { should contain_package('containerd.io').with_ensure('1.5.0')}
250250
it { should contain_archive('etcd-v3.1.12-linux-amd64.tar.gz')}
251251
it { should contain_package('kubelet').with_ensure('1.10.2')}
252252
it { should contain_package('kubectl').with_ensure('1.10.2')}
@@ -583,7 +583,7 @@
583583
it { should contain_package('kubelet').with_ensure('1.10.2')}
584584
it { should contain_package('kubectl').with_ensure('1.10.2')}
585585
it { should contain_package('kubeadm').with_ensure('1.10.2')}
586-
it { should contain_package('containerd.io').with_ensure('1.1.0')}
586+
it { should contain_package('containerd.io').with_ensure('1.5.0')}
587587
it { should contain_file('/etc/containerd')}
588588
it { should contain_file('/etc/containerd/config.toml')}
589589
it { should contain_file('/etc/apt/preferences.d/containerd')}

0 commit comments

Comments
 (0)