From 0bb70ba8b49832164efc82b62d202ca5814bb05b Mon Sep 17 00:00:00 2001 From: Tao Liu Date: Wed, 6 Nov 2024 11:49:48 -0800 Subject: [PATCH] update to 2.18.0 Signed-off-by: Tao Liu --- config/playground/helm/preview/helm-opensearch-dashboards.yaml | 2 +- config/playground/helm/preview/helm-opensearch.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/config/playground/helm/preview/helm-opensearch-dashboards.yaml b/config/playground/helm/preview/helm-opensearch-dashboards.yaml index 9f1edc2..f2c24c9 100644 --- a/config/playground/helm/preview/helm-opensearch-dashboards.yaml +++ b/config/playground/helm/preview/helm-opensearch-dashboards.yaml @@ -11,7 +11,7 @@ replicaCount: 3 image: repository: "opensearchproject/opensearch-dashboards" # override image tag, which is .Chart.AppVersion by default - tag: "2.17.0" + tag: "2.18.0" pullPolicy: "Always" imagePullSecrets: [] diff --git a/config/playground/helm/preview/helm-opensearch.yaml b/config/playground/helm/preview/helm-opensearch.yaml index 04909ae..5c2d685 100644 --- a/config/playground/helm/preview/helm-opensearch.yaml +++ b/config/playground/helm/preview/helm-opensearch.yaml @@ -113,7 +113,7 @@ hostAliases: [] image: repository: "opensearchproject/opensearch" # override image tag, which is .Chart.AppVersion by default - tag: "2.17.0" + tag: "2.18.0" pullPolicy: "Always" podAnnotations: {}