Skip to content

Commit

Permalink
Fixed image and chart of dashboard (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
powerfooI authored Apr 16, 2024
1 parent f7e1cd6 commit c91c697
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build/Dockerfile.dashboard
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:16-alpine as builder-fe
FROM node:18-alpine as builder-fe
WORKDIR /workspace
COPY ./ui .
ENV NODE_OPTIONS=--max_old_space_size=5120
Expand Down
1 change: 1 addition & 0 deletions charts/oceanbase-dashboard/templates/cluster-role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ rules:
- events
- secrets
- namespaces
- pods/exec
verbs: ["get", "list", "watch", "create", "update", "patch"]
- apiGroups:
- "apps"
Expand Down

0 comments on commit c91c697

Please sign in to comment.