From 5bf6cfd64998d514566a073f9d284d5d296ce85c Mon Sep 17 00:00:00 2001 From: Artem Rys Date: Fri, 19 Jul 2024 17:01:26 +0200 Subject: [PATCH] fix: bump k8s-manifests branch to v3.0.3 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 d90f13dbe..66366d3fe 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