From 2bea7c16dd7d8ab289231996a0284becddc02474 Mon Sep 17 00:00:00 2001 From: dvarasani-crest <151819886+dvarasani-crest@users.noreply.github.com> Date: Wed, 18 Sep 2024 17:37:52 +0530 Subject: [PATCH] fix: bump k8s manifests branch version (#336) This PR bumps the version of k8s-manifests-branch to fix the issue with the diag generation. related PR: https://github.com/splunk/ta-automation-k8s-manifests/pull/106 test workflow run: - https://github.com/splunk/splunk-add-on-for-google-workspace/actions/runs/10631152841 - https://github.com/splunk/splunk-add-on-for-servicenow/actions/runs/10919108085 --- .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 e88c7ba7..be6e3875 100644 --- a/.github/workflows/reusable-build-test-release.yml +++ b/.github/workflows/reusable-build-test-release.yml @@ -33,7 +33,7 @@ on: required: false description: "branch for k8s manifests to run the tests on" type: string - default: "v3.0.8" + default: "v3.0.9" scripted-inputs-os-list: required: false description: "list of OS used for scripted input tests"