Skip to content

Commit

Permalink
Update K8s package installation
Browse files Browse the repository at this point in the history
  • Loading branch information
micafer committed Feb 27, 2024
1 parent a43420a commit 081ee22
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tests/test-crio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
kube_deploy_dashboard: true
kube_install_ingress: true
kube_public_dns_name: test.domain.com
kube_version: 1.25.3
kube_version: 1.28.3
kube_cri_runtime: crio
kubelet_extra_args_dict:
node-labels: somelabel
2 changes: 1 addition & 1 deletion tests/test-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
kube_deploy_dashboard: true
kube_install_ingress: true
kube_public_dns_name: test.domain.com
kube_version: 1.25.3
kube_version: 1.26.3
kube_cri_runtime: docker
kube_cri_runtime_install: false
kube_install_docker_pip: true
Expand Down
2 changes: 1 addition & 1 deletion tests/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
kube_deploy_dashboard: true
kube_install_ingress: true
kube_public_dns_name: test.domain.com
kube_version: 1.25.3
kube_version: 1.27.3
kube_cri_runtime: containerd
kube_install_docker_pip: true
kubelet_extra_args_dict:
Expand Down

0 comments on commit 081ee22

Please sign in to comment.