Skip to content

Commit

Permalink
2.13 private branch
Browse files Browse the repository at this point in the history
Signed-off-by: Tao Liu <liutaoaz@amazon.com>
  • Loading branch information
Flyingliuhub committed Apr 3, 2024
1 parent c1835f2 commit edfdc27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/playground/helm/dev/helm-opensearch-dashboards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ opensearchHosts: "https://opensearch-cluster-leader:9200"
replicaCount: 2

image:
repository: "opensearchproject/opensearch-dashboards"
repository: "opensearchplayground/opensearch-dashboards"
# override image tag, which is .Chart.AppVersion by default
tag: "2.13.0"
tag: "playground-2.13.0"
# Always/Never/IfNotPresent
pullPolicy: "Always"

Expand Down Expand Up @@ -186,4 +186,4 @@ extraObjects: []
# specify the external plugins to install.
plugins:
enabled: true
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"]
installList: ["https://github.com/BionIT/google-analytics-plugin/releases/download/2.13.0/googleAnalytics-2.13.0.zip"]

0 comments on commit edfdc27

Please sign in to comment.