Skip to content

Commit

Permalink
[OpenSearch Playground] Update GA to 2.6.0 for scheduled cluster (#166)
Browse files Browse the repository at this point in the history
* update ga to 2.6.0

Signed-off-by: Tao Liu <liutaoaz@amazon.com>

* update ml ga as well

Signed-off-by: Tao Liu <liutaoaz@amazon.com>

* enable ml_commons_dashboards

Signed-off-by: Tao Liu <liutaoaz@amazon.com>

---------

Signed-off-by: Tao Liu <liutaoaz@amazon.com>
  • Loading branch information
Flyingliuhub authored Mar 1, 2023
1 parent 2460560 commit ba84438
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion config/playground/helm/ml/helm-opensearch-dashboards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ config:
opensearchDashboards.branding.useExpandedHeader: false
# Enable multiple datasource
data_source.enabled: true
# Enable ml_commons_dashboards
ml_commons_dashboards.enabled: true
# Content security policy(csp) settings
csp.rules: [ "connect-src 'self' www.google-analytics.com vectors.maps.opensearch.org tiles.maps.opensearch.org maps.opensearch.org;" ]
csp.warnLegacyBrowsers: false
Expand Down Expand Up @@ -153,4 +155,4 @@ extraObjects: []
# specify the external plugins to install
plugins:
enabled: true
installList: ["https://github.com/BionIT/google-analytics-plugin/releases/download/2.5.0/googleAnalytics-2.5.0.zip"]
installList: ["https://github.com/BionIT/google-analytics-plugin/releases/download/2.6.0/googleAnalytics-2.6.0.zip"]
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,4 @@ extraObjects: []
# specify the external plugins to install
plugins:
enabled: true
installList: ["https://github.com/BionIT/google-analytics-plugin/releases/download/2.5.0/googleAnalytics-2.5.0.zip"]
installList: ["https://github.com/BionIT/google-analytics-plugin/releases/download/2.6.0/googleAnalytics-2.6.0.zip"]
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,4 @@ extraObjects: []
# specify the external plugins to install
plugins:
enabled: true
installList: ["https://github.com/BionIT/google-analytics-plugin/releases/download/2.5.0/googleAnalytics-2.5.0.zip"]
installList: ["https://github.com/BionIT/google-analytics-plugin/releases/download/2.6.0/googleAnalytics-2.6.0.zip"]
Original file line number Diff line number Diff line change
Expand Up @@ -172,4 +172,4 @@ extraObjects: []
# specify the plugin to install
plugins:
enabled: true
installList: ["https://github.com/BionIT/google-analytics-plugin/releases/download/2.5.0/googleAnalytics-2.5.0.zip"]
installList: ["https://github.com/BionIT/google-analytics-plugin/releases/download/2.6.0/googleAnalytics-2.6.0.zip"]

0 comments on commit ba84438

Please sign in to comment.