Skip to content

Commit

Permalink
support 2.13.0 release (#215)
Browse files Browse the repository at this point in the history
Signed-off-by: Tianle Huang <tianleh@amazon.com>
  • Loading branch information
tianleh authored Apr 3, 2024
1 parent 21c8187 commit 9036180
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 50 deletions.
38 changes: 19 additions & 19 deletions config/playground/helm/dev/helm-machinelearning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
Expand All @@ -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"

Expand Down
15 changes: 3 additions & 12 deletions config/playground/helm/dev/helm-opensearch-dashboards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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"]
installList: ["https://github.com/BionIT/google-analytics-plugin/releases/download/2.13.0/googleAnalytics-2.13.0.zip"]
38 changes: 19 additions & 19 deletions config/playground/helm/dev/helm-opensearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]
Expand All @@ -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"

Expand Down

0 comments on commit 9036180

Please sign in to comment.