Skip to content

Commit

Permalink
Upgrade to 2.15.0 for prod env (#221)
Browse files Browse the repository at this point in the history
* upgrade to 2.15.0 for dev env

Signed-off-by: Cong Wang <conjwang@amazon.com>

* upgrade to 2.15.0 for prod env

Signed-off-by: Cong Wang <conjwang@amazon.com>

---------

Signed-off-by: Cong Wang <conjwang@amazon.com>
Co-authored-by: Cong Wang <conjwang@amazon.com>
  • Loading branch information
CCongWang and Cong Wang authored Jun 25, 2024
1 parent 6bdc2b1 commit 5d16418
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion config/playground/helm/prod/helm-machinelearning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ hostAliases: []
image:
repository: "opensearchproject/opensearch"
# override image tag, which is .Chart.AppVersion by default
tag: "2.14.0"
tag: "2.15.0"
# Always/Never/IfNotPresent
pullPolicy: "Always"

Expand Down
6 changes: 3 additions & 3 deletions config/playground/helm/prod/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: 3

image:
repository: "public.ecr.aws/y0r0d3v8/actionrunner"
repository: "opensearchproject/opensearch-dashboards"
# override image tag, which is .Chart.AppVersion by default
tag: "2.14.0-9084337273"
tag: "2.15.0"
# Always/Never/IfNotPresent
pullPolicy: "Always"

Expand Down Expand Up @@ -185,4 +185,4 @@ extraObjects: []
# specify the external plugins to install
plugins:
enabled: true
installList: ["https://github.com/BionIT/google-analytics-plugin/releases/download/2.14.0/googleAnalytics-2.14.0.zip"]
installList: ["https://github.com/BionIT/google-analytics-plugin/releases/download/2.15.0/googleAnalytics-2.15.0.zip"]
2 changes: 1 addition & 1 deletion config/playground/helm/prod/helm-opensearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ hostAliases: []
image:
repository: "opensearchproject/opensearch"
# override image tag, which is .Chart.AppVersion by default
tag: "2.14.0"
tag: "2.15.0"
# Always/Never/IfNotPresent
pullPolicy: "Always"

Expand Down

0 comments on commit 5d16418

Please sign in to comment.