فهرست منبع

[POR-1889] hide the ack datastore charts from all users (#3747)

jose-fully-ported 2 سال پیش
والد
کامیت
5b0145070d
1فایلهای تغییر یافته به همراه3 افزوده شده و 0 حذف شده
  1. 3 0
      dashboard/src/main/home/add-on-dashboard/NewAddOnFlow.tsx

+ 3 - 0
dashboard/src/main/home/add-on-dashboard/NewAddOnFlow.tsx

@@ -29,9 +29,12 @@ type Props = {
 const HIDDEN_CHARTS = [
 const HIDDEN_CHARTS = [
   "agent",
   "agent",
   "elasticache-chart",
   "elasticache-chart",
+  "elasticache-memcached",
+  "elasticache-redis",
   "loki",
   "loki",
   "porter-agent",
   "porter-agent",
   "rds-chart",
   "rds-chart",
+  "rds-postgresql"
 ];
 ];
 
 
 //For Charts that don't exist locally we need to add them in manually
 //For Charts that don't exist locally we need to add them in manually