diff --git a/config/playground/helm/dev/helm-machinelearning.yaml b/config/playground/helm/dev/helm-machinelearning.yaml index c127f19..3359de7 100644 --- a/config/playground/helm/dev/helm-machinelearning.yaml +++ b/config/playground/helm/dev/helm-machinelearning.yaml @@ -67,24 +67,24 @@ ${ROOT_CA_CERT} enabled: true indices: [ - ".plugins-ml-config", - ".plugins-ml-connector", - ".plugins-ml-model-group", - ".plugins-ml-model", - ".plugins-ml-task", - ".opendistro-alerting-config", - ".opendistro-alerting-alert*", - ".opendistro-anomaly-results*", - ".opendistro-anomaly-detector*", - ".opendistro-anomaly-checkpoints", - ".opendistro-anomaly-detection-state", - ".opendistro-reports-*", - ".opensearch-notifications-*", - ".opensearch-notebooks", - ".opensearch-observability", - ".ql-datasources", - ".opendistro-asynchronous-search-response*", - ".replication-metadata-store", + ".plugins-ml-config", + ".plugins-ml-connector", + ".plugins-ml-model-group", + ".plugins-ml-model", + ".plugins-ml-task", + ".opendistro-alerting-config", + ".opendistro-alerting-alert*", + ".opendistro-anomaly-results*", + ".opendistro-anomaly-detector*", + ".opendistro-anomaly-checkpoints", + ".opendistro-anomaly-detection-state", + ".opendistro-reports-*", + ".opensearch-notifications-*", + ".opensearch-notebooks", + ".opensearch-observability", + ".ql-datasources", + ".opendistro-asynchronous-search-response*", + ".replication-metadata-store", ".opensearch-knn-models", ] @@ -110,7 +110,7 @@ hostAliases: [] image: repository: "opensearchproject/opensearch" # override image tag, which is .Chart.AppVersion by default - tag: "2.12.0" + tag: "2.13.0" # Always/Never/IfNotPresent pullPolicy: "Always" diff --git a/config/playground/helm/dev/helm-opensearch-dashboards.yaml b/config/playground/helm/dev/helm-opensearch-dashboards.yaml index ead6cf5..f78ee17 100644 --- a/config/playground/helm/dev/helm-opensearch-dashboards.yaml +++ b/config/playground/helm/dev/helm-opensearch-dashboards.yaml @@ -9,9 +9,9 @@ opensearchHosts: "https://opensearch-cluster-leader:9200" replicaCount: 2 image: - repository: "opensearchplayground/opensearch-dashboards" + repository: "peterzhuamazon/opensearch-dashboards" # override image tag, which is .Chart.AppVersion by default - tag: "2.12.0" + tag: "2.13.0-special" # Always/Never/IfNotPresent pullPolicy: "Always" @@ -78,15 +78,6 @@ config: # Use the consolidated menu and global header bar opensearchDashboards.branding.useExpandedHeader: false - home.hero.title: 'Try the Query Assistant' - home.hero.body: 'Automatically generate complex queries using simple conversational prompts. AI assisted summary helps you navigate and understand errors from your logs.{br}{br}You will be redirected to the AI playground where you will need to login. All the {terms} of the playground still apply.' - home.hero.externalActionButton: { - text: 'Login to try', - link: 'https://ai.playground.opensearch.org/' - } - home.hero.img.link: 'https://www.youtube.com/watch?v=VTiJtGI2Sr4&autoplay=1' - home.hero.secondaryButton.link: 'https://opensearch.org/blog/opensearch-adds-new-generative-ai-assistant-toolkit/' - uiSettings: overrides: "theme:next": true @@ -194,4 +185,4 @@ extraObjects: [] # specify the external plugins to install. plugins: enabled: true - installList: ["https://github.com/BionIT/google-analytics-plugin/releases/download/2.12.0/googleAnalytics-2.12.0.zip"] \ No newline at end of file + installList: ["https://github.com/BionIT/google-analytics-plugin/releases/download/2.13.0/googleAnalytics-2.13.0.zip"] \ No newline at end of file diff --git a/config/playground/helm/dev/helm-opensearch.yaml b/config/playground/helm/dev/helm-opensearch.yaml index 67c3150..8df0eac 100644 --- a/config/playground/helm/dev/helm-opensearch.yaml +++ b/config/playground/helm/dev/helm-opensearch.yaml @@ -70,24 +70,24 @@ ${ROOT_CA_CERT} enabled: true indices: [ - ".plugins-ml-config", - ".plugins-ml-connector", - ".plugins-ml-model-group", - ".plugins-ml-model", - ".plugins-ml-task", - ".opendistro-alerting-config", - ".opendistro-alerting-alert*", - ".opendistro-anomaly-results*", - ".opendistro-anomaly-detector*", - ".opendistro-anomaly-checkpoints", - ".opendistro-anomaly-detection-state", - ".opendistro-reports-*", - ".opensearch-notifications-*", - ".opensearch-notebooks", - ".opensearch-observability", - ".ql-datasources", - ".opendistro-asynchronous-search-response*", - ".replication-metadata-store", + ".plugins-ml-config", + ".plugins-ml-connector", + ".plugins-ml-model-group", + ".plugins-ml-model", + ".plugins-ml-task", + ".opendistro-alerting-config", + ".opendistro-alerting-alert*", + ".opendistro-anomaly-results*", + ".opendistro-anomaly-detector*", + ".opendistro-anomaly-checkpoints", + ".opendistro-anomaly-detection-state", + ".opendistro-reports-*", + ".opensearch-notifications-*", + ".opensearch-notebooks", + ".opensearch-observability", + ".ql-datasources", + ".opendistro-asynchronous-search-response*", + ".replication-metadata-store", ".opensearch-knn-models", ] @@ -113,7 +113,7 @@ hostAliases: [] image: repository: "opensearchproject/opensearch" # override image tag, which is .Chart.AppVersion by default - tag: "2.12.0" + tag: "2.13.0" # Always/Never/IfNotPresent pullPolicy: "Always"