Skip to content

Commit 7244f4f

Browse files
committed
test 2.14.0
Signed-off-by: Tao Liu <liutaoaz@amazon.com>
1 parent 3a75759 commit 7244f4f

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,9 @@ secretMounts: []
108108
hostAliases: []
109109

110110
image:
111-
repository: "opensearchproject/opensearch"
111+
repository: "opensearchstaging/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

+2-2
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: "opensearchproject/opensearch-dashboards"
12+
repository: "opensearchstaging/opensearch-dashboards"
1313
# override image tag, which is .Chart.AppVersion by default
14-
tag: "2.13.0"
14+
tag: "2.14.0"
1515
# Always/Never/IfNotPresent
1616
pullPolicy: "Always"
1717

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ secretMounts: []
112112
hostAliases: []
113113

114114
image:
115-
repository: "opensearchproject/opensearch"
115+
repository: "opensearchstaging/opensearch"
116116
# override image tag, which is .Chart.AppVersion by default
117-
tag: "2.13.0"
117+
tag: "2.14.0"
118118
# Always/Never/IfNotPresent
119119
pullPolicy: "Always"
120120

0 commit comments

Comments
 (0)