Skip to content

Commit aa524e0

Browse files
authored
bump version (#224)
Signed-off-by: LU YU <nluyu@amazon.com>
1 parent ae1f13a commit aa524e0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

config/playground/helm/dev/helm-machinelearning.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ hostAliases: []
110110
image:
111111
repository: "opensearchproject/opensearch"
112112
# override image tag, which is .Chart.AppVersion by default
113-
tag: "2.16.0"
113+
tag: "2.17.0"
114114
# Always/Never/IfNotPresent
115115
pullPolicy: "Always"
116116

config/playground/helm/dev/helm-opensearch-dashboards.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ replicaCount: 2
1111
image:
1212
repository: "opensearchproject/opensearch-dashboards"
1313
# override image tag, which is .Chart.AppVersion by default
14-
tag: "2.16.0"
14+
tag: "2.17.0"
1515
# Always/Never/IfNotPresent
1616
pullPolicy: "Always"
1717

@@ -185,4 +185,4 @@ extraObjects: []
185185
# specify the external plugins to install.
186186
plugins:
187187
enabled: true
188-
installList: ["https://github.com/BionIT/google-analytics-plugin/releases/download/2.16.0/googleAnalytics-2.16.0.zip"]
188+
installList: ["https://github.com/BionIT/google-analytics-plugin/releases/download/2.17.0/googleAnalytics-2.17.0.zip"]

config/playground/helm/dev/helm-opensearch.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ hostAliases: []
113113
image:
114114
repository: "opensearchproject/opensearch"
115115
# override image tag, which is .Chart.AppVersion by default
116-
tag: "2.16.0"
116+
tag: "2.17.0"
117117
# Always/Never/IfNotPresent
118118
pullPolicy: "Always"
119119

0 commit comments

Comments
 (0)