From 5ef5f76d01c21aaea0987f7384c02e47c459bcb0 Mon Sep 17 00:00:00 2001 From: Martin Weise <martin.weise@tuwien.ac.at> Date: Wed, 3 Jul 2024 21:58:17 +0200 Subject: [PATCH] Lonhh --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2041e0e16f..a62e8d6458 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -200,7 +200,7 @@ lint-helm-readme: - helm plugin install https://github.com/losisin/helm-values-schema-json.git script: - helm schema -input ./helm/dbrepo/values.yaml -output ./helm/dbrepo/values.schema.json - - readme-generator --readme ./helm/dbrepo/README.md --values ./helm/dbrepo/values.yaml + - readme-generator-for-helm --readme ./helm/dbrepo/README.md --values ./helm/dbrepo/values.yaml test-metadata-service: image: maven:3-openjdk-17 -- GitLab