From 4cd1ae57f0447bf2dcb269fc69c9d3ecdc87e4b2 Mon Sep 17 00:00:00 2001 From: Huy Nguyen <73027756+huyaboo@users.noreply.github.com> Date: Wed, 7 Aug 2024 17:02:31 -0700 Subject: [PATCH] Bump dashboards to 2.16 (#222) Signed-off-by: Huy Nguyen <73027756+huyaboo@users.noreply.github.com> --- config/playground/helm/dev/helm-machinelearning.yaml | 2 +- config/playground/helm/dev/helm-opensearch-dashboards.yaml | 4 ++-- config/playground/helm/dev/helm-opensearch.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/config/playground/helm/dev/helm-machinelearning.yaml b/config/playground/helm/dev/helm-machinelearning.yaml index ef37c9b..8b0bf7f 100644 --- a/config/playground/helm/dev/helm-machinelearning.yaml +++ b/config/playground/helm/dev/helm-machinelearning.yaml @@ -110,7 +110,7 @@ hostAliases: [] image: repository: "opensearchproject/opensearch" # override image tag, which is .Chart.AppVersion by default - tag: "2.15.0" + tag: "2.16.0" # Always/Never/IfNotPresent pullPolicy: "Always" diff --git a/config/playground/helm/dev/helm-opensearch-dashboards.yaml b/config/playground/helm/dev/helm-opensearch-dashboards.yaml index c59b4da..1d8c708 100644 --- a/config/playground/helm/dev/helm-opensearch-dashboards.yaml +++ b/config/playground/helm/dev/helm-opensearch-dashboards.yaml @@ -11,7 +11,7 @@ replicaCount: 2 image: repository: "opensearchproject/opensearch-dashboards" # override image tag, which is .Chart.AppVersion by default - tag: "2.15.0" + tag: "2.16.0" # 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.15.0/googleAnalytics-2.15.0.zip"] \ No newline at end of file + installList: ["https://github.com/BionIT/google-analytics-plugin/releases/download/2.16.0/googleAnalytics-2.16.0.zip"] \ No newline at end of file diff --git a/config/playground/helm/dev/helm-opensearch.yaml b/config/playground/helm/dev/helm-opensearch.yaml index 0ef7a42..0536133 100644 --- a/config/playground/helm/dev/helm-opensearch.yaml +++ b/config/playground/helm/dev/helm-opensearch.yaml @@ -113,7 +113,7 @@ hostAliases: [] image: repository: "opensearchproject/opensearch" # override image tag, which is .Chart.AppVersion by default - tag: "2.15.0" + tag: "2.16.0" # Always/Never/IfNotPresent pullPolicy: "Always"