From aa524e0239243f5411108d52c7c9999db2da0015 Mon Sep 17 00:00:00 2001 From: Lu Yu Date: Tue, 17 Sep 2024 15:58:33 -0700 Subject: [PATCH] bump version (#224) Signed-off-by: LU YU --- 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 8b0bf7f..7d7001d 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.16.0" + tag: "2.17.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 1d8c708..f78df09 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.16.0" + tag: "2.17.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.16.0/googleAnalytics-2.16.0.zip"] \ No newline at end of file + installList: ["https://github.com/BionIT/google-analytics-plugin/releases/download/2.17.0/googleAnalytics-2.17.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 0536133..5d19e47 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.16.0" + tag: "2.17.0" # Always/Never/IfNotPresent pullPolicy: "Always"