File tree 3 files changed +5
-5
lines changed
config/playground/helm/dev
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ hostAliases: []
110
110
image :
111
111
repository : " opensearchproject/opensearch"
112
112
# override image tag, which is .Chart.AppVersion by default
113
- tag : " 2.14 .0"
113
+ tag : " 2.15 .0"
114
114
# Always/Never/IfNotPresent
115
115
pullPolicy : " Always"
116
116
Original file line number Diff line number Diff line change @@ -9,9 +9,9 @@ opensearchHosts: "https://opensearch-cluster-leader:9200"
9
9
replicaCount : 2
10
10
11
11
image :
12
- repository : " public.ecr.aws/y0r0d3v8/actionrunner "
12
+ repository : " opensearchproject/opensearch-dashboards "
13
13
# override image tag, which is .Chart.AppVersion by default
14
- tag : " 2.14.0-9084337273 "
14
+ tag : " 2.15.0 "
15
15
# Always/Never/IfNotPresent
16
16
pullPolicy : " Always"
17
17
@@ -185,4 +185,4 @@ extraObjects: []
185
185
# specify the external plugins to install.
186
186
plugins :
187
187
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"]
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ hostAliases: []
113
113
image :
114
114
repository : " opensearchproject/opensearch"
115
115
# override image tag, which is .Chart.AppVersion by default
116
- tag : " 2.14 .0"
116
+ tag : " 2.15 .0"
117
117
# Always/Never/IfNotPresent
118
118
pullPolicy : " Always"
119
119
You can’t perform that action at this time.
0 commit comments