diff --git a/.github/workflows/cypress-e2e-sql-workbench-test.yml b/.github/workflows/cypress-e2e-sql-workbench-test.yml index 5434568..248734c 100644 --- a/.github/workflows/cypress-e2e-sql-workbench-test.yml +++ b/.github/workflows/cypress-e2e-sql-workbench-test.yml @@ -7,7 +7,7 @@ env: # avoid warnings like "tput: No value for $TERM and no -T specified" TERM: xterm OPENSEARCH_DASHBOARDS_VERSION: 'main' - OPENSEARCH_VERSION: '3.0.0-beta1' + OPENSEARCH_VERSION: '3.0.0' OPENSEARCH_PLUGIN_VERSION: '3.0.0.0-beta1' jobs: diff --git a/.github/workflows/ftr-e2e-sql-workbench-test.yml b/.github/workflows/ftr-e2e-sql-workbench-test.yml index 5d8e57c..46f6579 100644 --- a/.github/workflows/ftr-e2e-sql-workbench-test.yml +++ b/.github/workflows/ftr-e2e-sql-workbench-test.yml @@ -7,7 +7,7 @@ env: # avoid warnings like "tput: No value for $TERM and no -T specified" TERM: xterm OPENSEARCH_DASHBOARDS_VERSION: 'main' - OPENSEARCH_VERSION: '3.0.0-beta1' + OPENSEARCH_VERSION: '3.0.0' OPENSEARCH_PLUGIN_VERSION: '3.0.0.0-beta1' jobs: diff --git a/.github/workflows/verify-binary-installation.yml b/.github/workflows/verify-binary-installation.yml index 63dc975..2e2e3ea 100644 --- a/.github/workflows/verify-binary-installation.yml +++ b/.github/workflows/verify-binary-installation.yml @@ -2,7 +2,7 @@ name: 'Install Dashboards with Plugin via Binary' on: [push, pull_request] env: - OPENSEARCH_VERSION: '3.0.0-beta1' + OPENSEARCH_VERSION: '3.0.0' CI: 1 # avoid warnings like "tput: No value for $TERM and no -T specified" TERM: xterm