Skip to content

Commit

Permalink
chore: bump k8s manifest version
Browse files Browse the repository at this point in the history
  • Loading branch information
dvarasani-crest committed Sep 2, 2024
1 parent f8b586f commit 81d980d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reusable-build-test-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ on:
required: false
description: "branch for k8s manifests to run the tests on"
type: string
default: "v3.0.3"
default: "v3.1.0"
scripted-inputs-os-list:
required: false
description: "list of OS used for scripted input tests"
Expand Down Expand Up @@ -1025,7 +1025,7 @@ jobs:
timeout-minutes: 10
env:
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }}
uses: splunk/wfe-test-runner-action@fix/add-input-addon-folder-name
uses: splunk/wfe-test-runner-action@v5.0
with:
splunk: ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }}
test-type: ${{ env.TEST_TYPE }}
Expand Down Expand Up @@ -1232,7 +1232,7 @@ jobs:
continue-on-error: true
env:
ARGO_TOKEN: ${{ steps.get-argo-token.outputs.argo-token }}
uses: splunk/wfe-test-runner-action@fix/add-input-addon-folder-name
uses: splunk/wfe-test-runner-action@v5.0
with:
splunk: ${{ matrix.splunk.version }}${{ secrets.OTHER_TA_REQUIRED_CONFIGS }}
test-type: ${{ env.TEST_TYPE }}
Expand Down

0 comments on commit 81d980d

Please sign in to comment.