diff --git a/config/playground/helm/prod/helm-machinelearning.yaml b/config/playground/helm/prod/helm-machinelearning.yaml index 186270b..b1bc2d3 100644 --- a/config/playground/helm/prod/helm-machinelearning.yaml +++ b/config/playground/helm/prod/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/prod/helm-opensearch-dashboards.yaml b/config/playground/helm/prod/helm-opensearch-dashboards.yaml index 6977da3..2b13b43 100644 --- a/config/playground/helm/prod/helm-opensearch-dashboards.yaml +++ b/config/playground/helm/prod/helm-opensearch-dashboards.yaml @@ -9,9 +9,9 @@ opensearchHosts: "https://opensearch-cluster-leader:9200" replicaCount: 3 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" @@ -110,15 +110,6 @@ config: csp.warnLegacyBrowsers: false google_analytics_plugin.trackingID: ${GA_TRACKING_ID} - 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/prod/helm-opensearch.yaml b/config/playground/helm/prod/helm-opensearch.yaml index a0c7ca5..d405a39 100644 --- a/config/playground/helm/prod/helm-opensearch.yaml +++ b/config/playground/helm/prod/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"