From 767ab3c7094a280933e7319bbfcec8668d09bea4 Mon Sep 17 00:00:00 2001 From: Peeter Pratka <1741412+evilfurryone@users.noreply.github.com> Date: Wed, 13 Nov 2024 10:06:37 +0200 Subject: [PATCH 1/2] Update helping_with_silta_development.md removed pinned version --- docs/helping_with_silta_development.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/helping_with_silta_development.md b/docs/helping_with_silta_development.md index e391fe2..26f9516 100644 --- a/docs/helping_with_silta_development.md +++ b/docs/helping_with_silta_development.md @@ -12,7 +12,7 @@ Each chart (drupal, frontend, simple) has respective project that uses the chart Before making a pull request you should install the unittest helm plugin: ```bash -helm plugin install https://github.com/quintush/helm-unittest --version 0.2.4 +helm plugin install https://github.com/quintush/helm-unittest ``` and run in on your updated chart: From 4a290d5f35cc9f7f0556c5033185e7ae333b680f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C4=81nis=20Bebr=C4=ABtis?= Date: Wed, 13 Nov 2024 10:21:16 +0200 Subject: [PATCH 2/2] unittest plugin update --- docs/helping_with_silta_development.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/helping_with_silta_development.md b/docs/helping_with_silta_development.md index 26f9516..2682fe3 100644 --- a/docs/helping_with_silta_development.md +++ b/docs/helping_with_silta_development.md @@ -12,13 +12,13 @@ Each chart (drupal, frontend, simple) has respective project that uses the chart Before making a pull request you should install the unittest helm plugin: ```bash -helm plugin install https://github.com/quintush/helm-unittest +helm plugin install https://github.com/helm-unittest/helm-unittest --version 0.5.1 ``` and run in on your updated chart: ```bash -helm unittest ./charts/drupal --helm3 +helm unittest ./charts/drupal ``` To test charts locally You will need related helm repositories to be installed locally (see charts/chartname/Chart.yaml) and subcharts downloaded.