From 03d20b1373880f41f8999b2f2d3ce4665acee41d Mon Sep 17 00:00:00 2001 From: Markus Pesch Date: Mon, 25 Nov 2024 17:56:51 +0100 Subject: [PATCH] core(ci): use helm unittest instead of helm lint --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9ae6079..f5d131c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,9 +32,9 @@ steps: cpu: 150 memory: 150M -- name: helm template +- name: helm unittest commands: - - helm template . + - helm unittest --strict --file 'unittests/**/*.yaml' ./ image: git.cryptic.systems/volker.raschek/helm:3.16.1 resources: limits: