Skip to content

Commit edfdc27

Browse files
committed
2.13 private branch
Signed-off-by: Tao Liu <liutaoaz@amazon.com>
1 parent c1835f2 commit edfdc27

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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: "opensearchproject/opensearch-dashboards"
12+
repository: "opensearchplayground/opensearch-dashboards"
1313
# override image tag, which is .Chart.AppVersion by default
14-
tag: "2.13.0"
14+
tag: "playground-2.13.0"
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.13.0/googleAnalytics-2.13.0.zip", "https://github.com/Flyingliuhub/queryAssistHero/releases/download/2.13.0/queryAssistHero-2.13.0.zip"]
189+
installList: ["https://github.com/BionIT/google-analytics-plugin/releases/download/2.13.0/googleAnalytics-2.13.0.zip"]

0 commit comments

Comments
 (0)