Skip to content

Commit

Permalink
Update version from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
daianamezdrea committed Feb 18, 2021
1 parent 9fd4367 commit daf7db1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/classes/packages_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
it { should contain_kmod__load('br_netfilter')}
it { should contain_sysctl('net.bridge.bridge-nf-call-iptables').with_ensure('present').with_value('1')}
it { should contain_sysctl('net.ipv4.ip_forward').with_ensure('present').with_value('1')}
it { should contain_package('containerd.io').with_ensure('1.1.0')}
it { should contain_package('containerd.io').with_ensure('1.5.0')}
it { should contain_archive('etcd-v3.1.12-linux-amd64.tar.gz')}
it { should contain_package('kubelet').with_ensure('1.10.2')}
it { should contain_package('kubectl').with_ensure('1.10.2')}
Expand Down Expand Up @@ -583,7 +583,7 @@
it { should contain_package('kubelet').with_ensure('1.10.2')}
it { should contain_package('kubectl').with_ensure('1.10.2')}
it { should contain_package('kubeadm').with_ensure('1.10.2')}
it { should contain_package('containerd.io').with_ensure('1.1.0')}
it { should contain_package('containerd.io').with_ensure('1.5.0')}
it { should contain_file('/etc/containerd')}
it { should contain_file('/etc/containerd/config.toml')}
it { should contain_file('/etc/apt/preferences.d/containerd')}
Expand Down

0 comments on commit daf7db1

Please sign in to comment.