Skip to content

Commit

Permalink
Bump Dashboards to 2.16 for prod env (#223)
Browse files Browse the repository at this point in the history
Signed-off-by: Huy Nguyen <73027756+huyaboo@users.noreply.github.com>
  • Loading branch information
huyaboo authored Aug 8, 2024
1 parent 4cd1ae5 commit ae1f13a
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/prod/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.15.0"
tag: "2.16.0"
# Always/Never/IfNotPresent
pullPolicy: "Always"

Expand Down
4 changes: 2 additions & 2 deletions config/playground/helm/prod/helm-opensearch-dashboards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ replicaCount: 3
image:
repository: "opensearchproject/opensearch-dashboards"
# override image tag, which is .Chart.AppVersion by default
tag: "2.15.0"
tag: "2.16.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.15.0/googleAnalytics-2.15.0.zip"]
installList: ["https://github.com/BionIT/google-analytics-plugin/releases/download/2.16.0/googleAnalytics-2.16.0.zip"]
2 changes: 1 addition & 1 deletion config/playground/helm/prod/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.15.0"
tag: "2.16.0"
# Always/Never/IfNotPresent
pullPolicy: "Always"

Expand Down

0 comments on commit ae1f13a

Please sign in to comment.