Update to version v2.3.0
Some checks reported errors
continuous-integration/drone/push Build was killed

This commit is contained in:
Adrien Reslinger 2021-06-11 23:14:32 +02:00
parent ddb03c153e
commit 4a95520ee6
Signed by: adrien
GPG key ID: DA7B27055C66D6DE
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
wget https://raw.githubusercontent.com/kubernetes/dashboard/v2.1.0/aio/deploy/recommended.yaml
wget https://raw.githubusercontent.com/kubernetes/dashboard/v2.3.0/aio/deploy/recommended.yaml
kubernetes-split-yaml recommended.yaml > generated.log
mv generated/*.yaml files/
echo -e "---\ndashboard_files_list:" > vars/dashboard-files.yaml

View file

@ -19,7 +19,7 @@ spec:
spec:
containers:
- name: kubernetes-dashboard
image: kubernetesui/dashboard:v2.1.0
image: kubernetesui/dashboard:v2.3.0
imagePullPolicy: Always
ports:
- containerPort: 8443