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"