Skip to content

Commit

Permalink
perf: upgrade kubernetes-dashboard to v2.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yangkaa authored Nov 6, 2022
1 parent d2ffab8 commit f35a8d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/operator/operator.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ func (o *Operator) genComponentClaims(cluster *v1alpha1.RainbondCluster) map[str

// kubernetes dashboard
k8sdashboard := newClaim("kubernetes-dashboard")
k8sdashboard.version = "v2.0.1-3"
k8sdashboard.version = "v2.6.1"
name2Claim["kubernetes-dashboard"] = k8sdashboard
dashboardscraper := newClaim("dashboard-metrics-scraper")
dashboardscraper.imageName = "metrics-scraper"
Expand Down

0 comments on commit f35a8d3

Please sign in to comment.