Skip to content

Commit

Permalink
test 2.14.0
Browse files Browse the repository at this point in the history
Signed-off-by: Tao Liu <liutaoaz@amazon.com>
  • Loading branch information
Flyingliuhub committed May 14, 2024
1 parent 3a75759 commit 7244f4f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions config/playground/helm/dev/helm-machinelearning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ secretMounts: []
hostAliases: []

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

Expand Down
4 changes: 2 additions & 2 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: "opensearchstaging/opensearch-dashboards"
# override image tag, which is .Chart.AppVersion by default
tag: "2.13.0"
tag: "2.14.0"
# Always/Never/IfNotPresent
pullPolicy: "Always"

Expand Down
4 changes: 2 additions & 2 deletions config/playground/helm/dev/helm-opensearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ secretMounts: []
hostAliases: []

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

Expand Down

0 comments on commit 7244f4f

Please sign in to comment.