Skip to content

Commit 900f86b

Browse files
committed
update otel collector contrib version and remove redundant IconApps
Signed-off-by: wwanarif <wan.abdul.hakim.b.wan.arif@intel.com>
1 parent 58da2fb commit 900f86b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup-scripts/setup-genai-studio/helm-values/otel-collector.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ mode: deployment
22

33
image:
44
repository: "otel/opentelemetry-collector-contrib"
5-
tag: "latest"
5+
tag: "0.139.0"
66

77
config:
88
receivers:

studio-frontend/packages/ui/src/menu-items/dashboard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
} from '@tabler/icons-react'
1515

1616
// constant
17-
const icons = { IconUsersGroup, IconHierarchy, IconBuildingStore, IconKey, IconTool, IconLock, IconRobot, IconVariable, IconFiles, IconApps, IconBrain, IconApps }
17+
const icons = { IconUsersGroup, IconHierarchy, IconBuildingStore, IconKey, IconTool, IconLock, IconRobot, IconVariable, IconFiles, IconApps, IconBrain }
1818

1919
// ==============================|| DASHBOARD MENU ITEMS ||============================== //
2020

0 commit comments

Comments
 (0)