diff --git a/.github/workflows/os-osd-deployment.yml b/.github/workflows/os-osd-deployment.yml index 4c1e7cb..6b9c2ec 100644 --- a/.github/workflows/os-osd-deployment.yml +++ b/.github/workflows/os-osd-deployment.yml @@ -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: @@ -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: diff --git a/config/playground/helm/dev/helm-opensearch-dashboards.yaml b/config/playground/helm/dev/helm-opensearch-dashboards.yaml index ef4321b..caf5a3c 100644 --- a/config/playground/helm/dev/helm-opensearch-dashboards.yaml +++ b/config/playground/helm/dev/helm-opensearch-dashboards.yaml @@ -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"] \ No newline at end of file + installList: ["https://github.com/BionIT/google-analytics-plugin/releases/download/2.10.0/googleAnalytics-2.10.0.zip"] \ No newline at end of file