Skip to content

Commit

Permalink
Playground Prod Build to 2.14 (#218)
Browse files Browse the repository at this point in the history
Signed-off-by: yujin-emma <yujin.emma.work@gmail.com>
  • Loading branch information
yujin-emma authored May 14, 2024
1 parent 78b3fdf commit b79a156
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.13.0"
tag: "2.14.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: "peterzhuamazon/opensearch-dashboards"
repository: "public.ecr.aws/y0r0d3v8/actionrunner"
# override image tag, which is .Chart.AppVersion by default
tag: "2.13.0-special"
tag: "2.14.0-9084337273"
# 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.13.0/googleAnalytics-2.13.0.zip"]
installList: ["https://github.com/BionIT/google-analytics-plugin/releases/download/2.14.0/googleAnalytics-2.14.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.13.0"
tag: "2.14.0"
# Always/Never/IfNotPresent
pullPolicy: "Always"

Expand Down

0 comments on commit b79a156

Please sign in to comment.