Skip to content

Commit

Permalink
Update tests/e2e/upgrade/upgrade_test.go
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Troshin <[email protected]>
Signed-off-by: Yaron Schneider <[email protected]>
  • Loading branch information
yaron2 and antontroshin authored Feb 26, 2025
1 parent dddba90 commit a5cb62e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/upgrade/upgrade_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ var supportedUpgradePaths = []upgradePath{
RuntimeVersion: "1.13.6",
DashboardVersion: "0.14.0",
ClusterRoles: []string{"dapr-dashboard", "dapr-injector", "dapr-operator-admin", "dapr-placement", "dapr-sentry"},
ClusterRoleBindings: []string{"dapr-operator", "dapr-role-tokenreview-binding", "dashboard-reader-global"},
ClusterRoleBindings: []string{"dapr-operator-admin", "dapr-dashboard", "dapr-injector", "dapr-placement", "dapr-sentry"},
CustomResourceDefs: []string{"components.dapr.io", "configurations.dapr.io", "subscriptions.dapr.io", "resiliencies.dapr.io"},
},
next: common.VersionDetails{
Expand Down

0 comments on commit a5cb62e

Please sign in to comment.