Skip to content

Commit 6bdc2b1

Browse files
CCongWangCong Wang
and
Cong Wang
authored
upgrade to 2.15.0 for dev env (#220)
Signed-off-by: Cong Wang <conjwang@amazon.com> Co-authored-by: Cong Wang <conjwang@amazon.com>
1 parent b79a156 commit 6bdc2b1

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.14.0"
113+
tag: "2.15.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.14.0-9084337273"
14+
tag: "2.15.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.14.0/googleAnalytics-2.14.0.zip"]
188+
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
@@ -113,7 +113,7 @@ hostAliases: []
113113
image:
114114
repository: "opensearchproject/opensearch"
115115
# override image tag, which is .Chart.AppVersion by default
116-
tag: "2.14.0"
116+
tag: "2.15.0"
117117
# Always/Never/IfNotPresent
118118
pullPolicy: "Always"
119119

0 commit comments

Comments
 (0)