From dacb9ebc772e21919dda549e5546ea119c4d4c8a Mon Sep 17 00:00:00 2001 From: Techassi Date: Thu, 18 Jun 2026 15:54:02 +0200 Subject: [PATCH 1/2] chore(publish-helm-chart): Bump default Helm version to 3.21.1 --- publish-helm-chart/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/publish-helm-chart/action.yaml b/publish-helm-chart/action.yaml index 0b1462c..bdcc689 100644 --- a/publish-helm-chart/action.yaml +++ b/publish-helm-chart/action.yaml @@ -17,7 +17,7 @@ inputs: helm-version: description: Version of helm # See https://github.com/helm/helm/releases for latest version - default: v3.19.0 + default: v3.21.1 chart-version: description: The Helm Chart version required: true From 37a88803171fbaa4831bce9011d1dca559c99eac Mon Sep 17 00:00:00 2001 From: Techassi Date: Thu, 18 Jun 2026 16:24:49 +0200 Subject: [PATCH 2/2] ci: Relax subject line length restriction --- committed.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/committed.toml b/committed.toml index 6f85da0..d6c3ede 100644 --- a/committed.toml +++ b/committed.toml @@ -1,3 +1,4 @@ +subject_length = 65 style = "conventional" allowed_types = ["refactor", "chore", "feat", "docs", "fix", "ci"] # Generated using `cargo boil image list --pretty never | jq 'keys'` + boil, patchable