Skip to content

Commit dc9daf2

Browse files
committedAug 7, 2024·
test 216
Signed-off-by: Tao Liu <liutaoaz@amazon.com>
1 parent 7e2557b commit dc9daf2

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: "opensearchstaging/opensearch"
112112
# override image tag, which is .Chart.AppVersion by default
113-
tag: "2.15.0"
113+
tag: "2.16.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: "public.ecr.aws/y0r0d3v8/actionrunner"
12+
repository: "opensearchproject/opensearch-dashboards"
1313
# override image tag, which is .Chart.AppVersion by default
14-
tag: "2.15.0-9606842751"
14+
tag: "2.16.0"
1515
# Always/Never/IfNotPresent
1616
pullPolicy: "Always"
1717

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

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ hostAliases: []
114114
image:
115115
repository: "opensearchstaging/opensearch"
116116
# override image tag, which is .Chart.AppVersion by default
117-
tag: "2.15.0"
117+
tag: "2.16.0"
118118
# Always/Never/IfNotPresent
119119
pullPolicy: "Always"
120120

0 commit comments

Comments
 (0)
Please sign in to comment.