mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-01 01:28:11 -03:30
Update third party librairies and tools (#6669)
This commit is contained in:
@@ -10,7 +10,6 @@ deploy_netchecker: true
|
||||
dns_min_replicas: 1
|
||||
|
||||
helm_enabled: true
|
||||
helm_version: v3.1.0
|
||||
|
||||
# https://gitlab.com/miouge/kubespray-ci/-/blob/a4fd5ed6857807f1c353cb60848aedebaf7d2c94/manifests/http-proxy.yml#L42
|
||||
http_proxy: http://172.30.30.30:8888
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#!/bin/bash
|
||||
set -euxo pipefail
|
||||
|
||||
curl -sL "https://releases.hashicorp.com/vagrant/2.2.4/vagrant_${VAGRANT_VERSION}_x86_64.deb" -o "/tmp/vagrant_${VAGRANT_VERSION}_x86_64.deb"
|
||||
curl -sL "https://releases.hashicorp.com/vagrant/${VAGRANT_VERSION}/vagrant_${VAGRANT_VERSION}_x86_64.deb" -o "/tmp/vagrant_${VAGRANT_VERSION}_x86_64.deb"
|
||||
dpkg -i "/tmp/vagrant_${VAGRANT_VERSION}_x86_64.deb"
|
||||
vagrant validate --ignore-provider
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
---
|
||||
- hosts: kube-master[0]
|
||||
vars:
|
||||
sonobuoy_version: 0.18.4
|
||||
sonobuoy_version: 0.19.0
|
||||
sonobuoy_arch: amd64
|
||||
sonobuoy_parallel: 30
|
||||
sonobuoy_path: /usr/local/bin/sonobuoy
|
||||
|
||||
Reference in New Issue
Block a user