From 65fa96cd421005b08ae738d24e8968c41c4e1e9a Mon Sep 17 00:00:00 2001 From: Artem Rys Date: Fri, 19 Jul 2024 17:42:23 +0200 Subject: [PATCH] fix: bump k8s-manifests branch to v3.0.3 (#301) This release of manifests doubles the CPU for `modinput_functional` tests. Ref: https://github.com/splunk/ta-automation-k8s-manifests/pull/96 --- .github/workflows/reusable-build-test-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-build-test-release.yml b/.github/workflows/reusable-build-test-release.yml index 9cb424f09..588ad467c 100644 --- a/.github/workflows/reusable-build-test-release.yml +++ b/.github/workflows/reusable-build-test-release.yml @@ -23,7 +23,7 @@ on: required: false description: "branch for k8s manifests to run the tests on" type: string - default: "v3.0.2" + default: "v3.0.3" secrets: GH_TOKEN_ADMIN: description: Github admin token