Skip to content

Commit 7e2557b

Browse files
committed
test215
1 parent 19ca868 commit 7e2557b

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: "opensearchstaging/opensearch"
112112
# override image tag, which is .Chart.AppVersion by default
113-
tag: "2.14.0"
113+
tag: "2.15.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: "public.ecr.aws/y0r0d3v8/actionrunner"
1313
# override image tag, which is .Chart.AppVersion by default
14-
tag: "2.14.0-9084337273"
14+
tag: "2.15.0-9606842751"
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.14.0/googleAnalytics-2.14.0.zip"]
189+
installList: ["https://github.com/BionIT/google-analytics-plugin/releases/download/2.15.0/googleAnalytics-2.15.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.14.0"
117+
tag: "2.15.0"
118118
# Always/Never/IfNotPresent
119119
pullPolicy: "Always"
120120

0 commit comments

Comments
 (0)