From 3bc244b1a842f7c9c25304f47b7bba1910e8e79f Mon Sep 17 00:00:00 2001 From: Javier Beas Date: Tue, 17 Mar 2026 10:01:33 +0100 Subject: [PATCH 1/3] Remove description from plugin.yaml as it is not suppoted in Helm V4 --- plugin.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/plugin.yaml b/plugin.yaml index c9d4aa1..cec1fc2 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -2,7 +2,6 @@ apiVersion: v1 type: postrenderer/v1 name: helm-kustomize version: 0.1.0 -description: A Helm post-renderer plugin that applies Kustomize transformations runtime: subprocess runtimeConfig: platformCommand: From eb83e9aadb64fd285cdf617c70b603c2396add6d Mon Sep 17 00:00:00 2001 From: Javier Beas Date: Tue, 17 Mar 2026 10:20:23 +0100 Subject: [PATCH 2/3] Run on this branch --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 27796e9..865dce6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,6 +4,7 @@ on: push: branches: - main + - fix-helm-v4.1.1 pull_request: jobs: From a4a2b7401cc66cffae2c05d36419fd0c9539ff3d Mon Sep 17 00:00:00 2001 From: Javier Beas Date: Tue, 17 Mar 2026 10:28:47 +0100 Subject: [PATCH 3/3] Remove description from plugin.yaml as it is not suppoted in Helm V4 --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 865dce6..27796e9 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -4,7 +4,6 @@ on: push: branches: - main - - fix-helm-v4.1.1 pull_request: jobs: