Skip to content

Commit

Permalink
Adds observability change (#106)
Browse files Browse the repository at this point in the history
Signed-off-by: Tao Liu <liutaoaz@amazon.com>

Signed-off-by: Tao Liu <liutaoaz@amazon.com>
  • Loading branch information
Flyingliuhub authored Nov 18, 2022
1 parent 69ef07f commit ae97ec1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions config/playground/helm/preview/helm-opensearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,10 +96,10 @@ secretMounts: []
hostAliases: []

image:
repository: "opensearchproject/opensearch"
# override image tag, which is .Chart.AppVersion by default
imageTag: ""
imagePullPolicy: "IfNotPresent"
repository: "opensearchplayground/opensearch"
# override image tag, which is .Chart.AppVersion by default
tag: "latest"
pullPolicy: "Always"

podAnnotations: {}

Expand Down

0 comments on commit ae97ec1

Please sign in to comment.