From ba8443896b2c424735ead47022bb937fb1cad640 Mon Sep 17 00:00:00 2001 From: Tao Liu <33105471+Flyingliuhub@users.noreply.github.com> Date: Tue, 28 Feb 2023 16:08:25 -0800 Subject: [PATCH] [OpenSearch Playground] Update GA to 2.6.0 for scheduled cluster (#166) * update ga to 2.6.0 Signed-off-by: Tao Liu * update ml ga as well Signed-off-by: Tao Liu * enable ml_commons_dashboards Signed-off-by: Tao Liu --------- Signed-off-by: Tao Liu --- config/playground/helm/ml/helm-opensearch-dashboards.yaml | 4 +++- .../helm/observability/helm-opensearch-dashboards.yaml | 2 +- .../playground/helm/preview/helm-opensearch-dashboards.yaml | 2 +- .../helm/searchapps/helm-opensearch-dashboards.yaml | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/config/playground/helm/ml/helm-opensearch-dashboards.yaml b/config/playground/helm/ml/helm-opensearch-dashboards.yaml index 2314760..0273df2 100644 --- a/config/playground/helm/ml/helm-opensearch-dashboards.yaml +++ b/config/playground/helm/ml/helm-opensearch-dashboards.yaml @@ -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 @@ -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"] \ No newline at end of file + installList: ["https://github.com/BionIT/google-analytics-plugin/releases/download/2.6.0/googleAnalytics-2.6.0.zip"] \ No newline at end of file diff --git a/config/playground/helm/observability/helm-opensearch-dashboards.yaml b/config/playground/helm/observability/helm-opensearch-dashboards.yaml index bdb17ff..2cb0538 100644 --- a/config/playground/helm/observability/helm-opensearch-dashboards.yaml +++ b/config/playground/helm/observability/helm-opensearch-dashboards.yaml @@ -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"] diff --git a/config/playground/helm/preview/helm-opensearch-dashboards.yaml b/config/playground/helm/preview/helm-opensearch-dashboards.yaml index 95bd37d..427972b 100644 --- a/config/playground/helm/preview/helm-opensearch-dashboards.yaml +++ b/config/playground/helm/preview/helm-opensearch-dashboards.yaml @@ -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"] diff --git a/config/playground/helm/searchapps/helm-opensearch-dashboards.yaml b/config/playground/helm/searchapps/helm-opensearch-dashboards.yaml index 1f9aa80..9aac829 100644 --- a/config/playground/helm/searchapps/helm-opensearch-dashboards.yaml +++ b/config/playground/helm/searchapps/helm-opensearch-dashboards.yaml @@ -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"]