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 : " opensearchstaging/opensearch"
112
112
# override image tag, which is .Chart.AppVersion by default
113
- tag : " 2.15 .0"
113
+ tag : " 2.16 .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.15.0-9606842751 "
14
+ tag : " 2.16.0 "
15
15
# Always/Never/IfNotPresent
16
16
pullPolicy : " Always"
17
17
@@ -186,4 +186,4 @@ extraObjects: []
186
186
# specify the external plugins to install.
187
187
plugins :
188
188
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"]
Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ hostAliases: []
114
114
image :
115
115
repository : " opensearchstaging/opensearch"
116
116
# override image tag, which is .Chart.AppVersion by default
117
- tag : " 2.15 .0"
117
+ tag : " 2.16 .0"
118
118
# Always/Never/IfNotPresent
119
119
pullPolicy : " Always"
120
120
You can’t perform that action at this time.
0 commit comments