Skip to content

Commit 78b3fdf

Browse files
authoredMay 14, 2024··
upgrade to 2.14.0 (#217)
Signed-off-by: yujin-emma <yujin.emma.work@gmail.com>
1 parent 72c77ed commit 78b3fdf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.13.0"
113+
tag: "2.14.0"
114114
# Always/Never/IfNotPresent
115115
pullPolicy: "Always"
116116

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ opensearchHosts: "https://opensearch-cluster-leader:9200"
99
replicaCount: 2
1010

1111
image:
12-
repository: "peterzhuamazon/opensearch-dashboards"
12+
repository: "public.ecr.aws/y0r0d3v8/actionrunner"
1313
# override image tag, which is .Chart.AppVersion by default
14-
tag: "2.13.0-special"
14+
tag: "2.14.0-9084337273"
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.13.0/googleAnalytics-2.13.0.zip"]
188+
installList: ["https://github.com/BionIT/google-analytics-plugin/releases/download/2.14.0/googleAnalytics-2.14.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.13.0"
116+
tag: "2.14.0"
117117
# Always/Never/IfNotPresent
118118
pullPolicy: "Always"
119119

0 commit comments

Comments
 (0)
Please sign in to comment.