Skip to content

Commit

Permalink
bump version (#224)
Browse files Browse the repository at this point in the history
Signed-off-by: LU YU <nluyu@amazon.com>
  • Loading branch information
BionIT authored Sep 17, 2024
1 parent ae1f13a commit aa524e0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion config/playground/helm/dev/helm-machinelearning.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ hostAliases: []
image:
repository: "opensearchproject/opensearch"
# override image tag, which is .Chart.AppVersion by default
tag: "2.16.0"
tag: "2.17.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 @@ -11,7 +11,7 @@ replicaCount: 2
image:
repository: "opensearchproject/opensearch-dashboards"
# override image tag, which is .Chart.AppVersion by default
tag: "2.16.0"
tag: "2.17.0"
# Always/Never/IfNotPresent
pullPolicy: "Always"

Expand Down Expand Up @@ -185,4 +185,4 @@ extraObjects: []
# specify the external plugins to install.
plugins:
enabled: true
installList: ["https://github.com/BionIT/google-analytics-plugin/releases/download/2.16.0/googleAnalytics-2.16.0.zip"]
installList: ["https://github.com/BionIT/google-analytics-plugin/releases/download/2.17.0/googleAnalytics-2.17.0.zip"]
2 changes: 1 addition & 1 deletion config/playground/helm/dev/helm-opensearch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ hostAliases: []
image:
repository: "opensearchproject/opensearch"
# override image tag, which is .Chart.AppVersion by default
tag: "2.16.0"
tag: "2.17.0"
# Always/Never/IfNotPresent
pullPolicy: "Always"

Expand Down

0 comments on commit aa524e0

Please sign in to comment.