Update kubernetes dashboard to version v2.6.1
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c2564f783d
commit
5947dbec96
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
wget https://raw.githubusercontent.com/kubernetes/dashboard/v2.6.0/aio/deploy/recommended.yaml
|
||||
wget https://raw.githubusercontent.com/kubernetes/dashboard/v2.6.1/aio/deploy/recommended.yaml
|
||||
kubernetes-split-yaml recommended.yaml > generated.log
|
||||
mv generated/*.yaml files/
|
||||
echo -e "---\ndashboard_files_list:" > vars/dashboard-files.yaml
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue