diff --git a/config/playground/helm/prod/helm-machinelearning.yaml b/config/playground/helm/prod/helm-machinelearning.yaml index 6ec8066..da164c8 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.15.0" + tag: "2.16.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 6f8e62e..5434eeb 100644 --- a/config/playground/helm/prod/helm-opensearch-dashboards.yaml +++ b/config/playground/helm/prod/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.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/prod/helm-opensearch.yaml b/config/playground/helm/prod/helm-opensearch.yaml index 51e9b08..5820631 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.15.0" + tag: "2.16.0" # Always/Never/IfNotPresent pullPolicy: "Always"