Update to version 2.5.1
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Adrien Reslinger 2022-03-11 12:46:49 +01:00
parent 3edb434ce4
commit 6a1532d93b
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 #!/usr/bin/env bash
wget https://raw.githubusercontent.com/kubernetes/dashboard/v2.5.0/aio/deploy/recommended.yaml wget https://raw.githubusercontent.com/kubernetes/dashboard/v2.5.1/aio/deploy/recommended.yaml
kubernetes-split-yaml recommended.yaml > generated.log kubernetes-split-yaml recommended.yaml > generated.log
mv generated/*.yaml files/ mv generated/*.yaml files/
echo -e "---\ndashboard_files_list:" > vars/dashboard-files.yaml echo -e "---\ndashboard_files_list:" > vars/dashboard-files.yaml

View file

@ -22,7 +22,7 @@ spec:
type: RuntimeDefault type: RuntimeDefault
containers: containers:
- name: kubernetes-dashboard - name: kubernetes-dashboard
image: kubernetesui/dashboard:v2.5.0 image: kubernetesui/dashboard:v2.5.1
imagePullPolicy: Always imagePullPolicy: Always
ports: ports:
- containerPort: 8443 - containerPort: 8443