From 71fdb4a3aa8be52d5564bb87f60105018e223a55 Mon Sep 17 00:00:00 2001 From: "Jorge Y. C. Rodriguez" Date: Thu, 7 Mar 2024 12:58:32 +0100 Subject: [PATCH] fix: kustomize version --- action.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yaml b/action.yaml index 3a7c3d0..02d9e4c 100644 --- a/action.yaml +++ b/action.yaml @@ -16,11 +16,11 @@ inputs: kustomize: description: 'The version of kustomize to use' required: true - default: '5.5.3' + default: '5.3.0' kubectl: description: 'The version of kubectl to use' required: true - default: '1.29.2' + default: '1.23.6' namesuffix: description: 'Add suffix to all resources' required: false