Skip to content

Commit

Permalink
test release-210 in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
himanshu1214 committed Sep 25, 2023
1 parent 9a55f63 commit cee3087
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/os-osd-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Deploy OpenSearch and OpenSearch Dashboards

on:
push:
branches: [ main ]
branches: [ release-210 ]
# adds workflow_dispatch for manually running a workflow
workflow_dispatch:

Expand All @@ -23,6 +23,7 @@ jobs:
- uses: dorny/paths-filter@v2
id: filter
with:
base: release-210
# creates filters to check if any dev or prod changes
filters: |
dev:
Expand Down
2 changes: 1 addition & 1 deletion config/playground/helm/dev/helm-opensearch-dashboards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -180,4 +180,4 @@ extraObjects: []
# specify the external plugins to install
plugins:
enabled: true
installList: ["https://github.com/BionIT/google-analytics-plugin/releases/download/2.9.0/googleAnalytics-2.9.0.zip"]
installList: ["https://github.com/BionIT/google-analytics-plugin/releases/download/2.10.0/googleAnalytics-2.10.0.zip"]

0 comments on commit cee3087

Please sign in to comment.