Skip to content

Commit

Permalink
update ob cluster to 2.5 (#146)
Browse files Browse the repository at this point in the history
Signed-off-by: Tao Liu <liutaoaz@amazon.com>
  • Loading branch information
Flyingliuhub authored Feb 2, 2023
1 parent b3b958f commit c129dde
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
11 changes: 8 additions & 3 deletions config/playground/helm/preview/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: 3

image:
repository: "opensearchplayground/opensearch-dashboards"
repository: "opensearchproject/opensearch-dashboards"
# override image tag, which is .Chart.AppVersion by default
tag: "2.4.0-11282022"
tag: "latest"
pullPolicy: "Always"

imagePullSecrets: []
Expand Down Expand Up @@ -98,7 +98,7 @@ config:
opensearch_security.openid.logout_url: ${OPENID_LOGOUT_URL}

# Content security policy(csp) settings
csp.rules: ["connect-src 'self' www.google-analytics.com maps.opensearch.org;"]
csp.rules: [ "connect-src 'self' www.google-analytics.com vectors.maps.opensearch.org tiles.maps.opensearch.org maps.opensearch.org;" ]
csp.warnLegacyBrowsers: false
google_analytics_plugin.trackingID: ${GA_TRACKING_ID}

Expand Down Expand Up @@ -168,3 +168,8 @@ affinity: {}

# -- Array of extra K8s manifests to deploy
extraObjects: []

# specify the external plugins to install
plugins:
enabled: true
installList: ["https://github.com/BionIT/google-analytics-plugin/releases/download/2.5.0/googleAnalytics-2.5.0.zip"]
5 changes: 3 additions & 2 deletions config/playground/helm/preview/helm-opensearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ secretMounts: []
hostAliases: []

image:
repository: "opensearchplayground/opensearch"
repository: "opensearchproject/opensearch"
# override image tag, which is .Chart.AppVersion by default
tag: "latest"
pullPolicy: "Always"
Expand Down Expand Up @@ -1112,7 +1112,8 @@ masterTerminationFix: false

lifecycle: {}

keystore: []
keystore:
- secretName: opensearch-dashboards-ob

networkPolicy:
## Enable creation of NetworkPolicy resources. Only Ingress traffic is filtered for now.
Expand Down

0 comments on commit c129dde

Please sign in to comment.