From b79a156bdfefd14b936f7d874e6509725edfd5b4 Mon Sep 17 00:00:00 2001 From: Yu Jin <112784385+yujin-emma@users.noreply.github.com> Date: Tue, 14 May 2024 15:02:45 -0700 Subject: [PATCH] Playground Prod Build to 2.14 (#218) Signed-off-by: yujin-emma --- config/playground/helm/prod/helm-machinelearning.yaml | 2 +- config/playground/helm/prod/helm-opensearch-dashboards.yaml | 6 +++--- config/playground/helm/prod/helm-opensearch.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/config/playground/helm/prod/helm-machinelearning.yaml b/config/playground/helm/prod/helm-machinelearning.yaml index b1bc2d3..db53603 100644 --- a/config/playground/helm/prod/helm-machinelearning.yaml +++ b/config/playground/helm/prod/helm-machinelearning.yaml @@ -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" diff --git a/config/playground/helm/prod/helm-opensearch-dashboards.yaml b/config/playground/helm/prod/helm-opensearch-dashboards.yaml index 2b13b43..029d56a 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: "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" @@ -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"] \ No newline at end of file + installList: ["https://github.com/BionIT/google-analytics-plugin/releases/download/2.14.0/googleAnalytics-2.14.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 d405a39..a50245a 100644 --- a/config/playground/helm/prod/helm-opensearch.yaml +++ b/config/playground/helm/prod/helm-opensearch.yaml @@ -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"