Update kubernetes dashboard to version v2.5.0
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
4f81b28775
commit
3edb434ce4
2 changed files with 5 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
wget https://raw.githubusercontent.com/kubernetes/dashboard/v2.4.0/aio/deploy/recommended.yaml
|
||||
wget https://raw.githubusercontent.com/kubernetes/dashboard/v2.5.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
|
||||
|
|
|
|||
|
|
@ -17,9 +17,12 @@ spec:
|
|||
labels:
|
||||
k8s-app: kubernetes-dashboard
|
||||
spec:
|
||||
securityContext:
|
||||
seccompProfile:
|
||||
type: RuntimeDefault
|
||||
containers:
|
||||
- name: kubernetes-dashboard
|
||||
image: kubernetesui/dashboard:v2.4.0
|
||||
image: kubernetesui/dashboard:v2.5.0
|
||||
imagePullPolicy: Always
|
||||
ports:
|
||||
- containerPort: 8443
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue