Skip to content

Commit

Permalink
update system indices
Browse files Browse the repository at this point in the history
Signed-off-by: Tao Liu <[email protected]>
  • Loading branch information
Flyingliuhub committed Oct 5, 2023
1 parent 5281a92 commit e3aafa4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,10 @@ opensearchHosts: "https://opensearch-cluster-leader:9200"
replicaCount: 3

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

imagePullSecrets: []
Expand Down Expand Up @@ -196,4 +197,4 @@ extraObjects: []
# specify the plugin to install
plugins:
enabled: false
installList: ["https://github.com/BionIT/google-analytics-plugin/releases/download/2.7.0/googleAnalytics-2.7.0.zip"]
installList: ["https://github.com/BionIT/google-analytics-plugin/releases/download/2.10.0/googleAnalytics-2.10.0.zip"]
5 changes: 3 additions & 2 deletions config/playground/helm/searchapps/helm-opensearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,9 +98,10 @@ secretMounts: []
hostAliases: []

image:
repository: "opensearchstaging/opensearch"
repository: "opensearchproject/opensearch"
# override image tag, which is .Chart.AppVersion by default
tag: "2.8.0"
tag: ""
# Always/Never/IfNotPresent
pullPolicy: "Always"

podAnnotations: {}
Expand Down

0 comments on commit e3aafa4

Please sign in to comment.