diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 746459d..3889b9c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ on: kubedb_version: description: 'KubeDB Version' required: true - default: 'v2024.6.4' #needs to be dynamic + default: 'v2024.7.11-rc.1' #needs to be dynamic type: string concurrency: group: ${{ github.workflow }}-${{ github.head_ref || github.ref }}-dashboard-check @@ -38,7 +38,7 @@ jobs: KUBEDB_VERSION: ${{ inputs.kubedb_version }} run: | echo "folders=${FOLDERS:-mongodb}" >> $GITHUB_OUTPUT - echo "kubedb_version=${KUBEDB_VERSION:-v2024.6.4}" >> $GITHUB_OUTPUT + echo "kubedb_version=${KUBEDB_VERSION:-v2024.7.11-rc.1}" >> $GITHUB_OUTPUT test: name: Test runs-on: ubuntu-latest @@ -173,7 +173,7 @@ jobs: cd .. git clone https://github.com/kubedb/samples.git cd samples - git checkout fr-web + git checkout mg-args - name: Check Dashboard Metrics env: diff --git a/hack/scripts/check-dashboard.sh b/hack/scripts/check-dashboard.sh index 14c4452..d309046 100644 --- a/hack/scripts/check-dashboard.sh +++ b/hack/scripts/check-dashboard.sh @@ -88,7 +88,6 @@ cleanup() { kubectl delete -f ../samples/kafka/connectcluster/monitoring/connect-cluster.yaml fi kubectl delete -f $path -# kubectl delete secret -n demo --all } check_dashboard_for_non_dbs() {