From e1f5ef224f69cb1360f6db63d49d5e894e83d650 Mon Sep 17 00:00:00 2001 From: Arthur Chaloin Date: Wed, 15 Jun 2022 13:30:23 +0200 Subject: [PATCH] fix(ci): add missing cr index command --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c9d9b59..622d69f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -166,3 +166,4 @@ chart: - cp -r ** $CHARTS_DIRECTORY/charts/x509-certificate-exporter - cr package $CHARTS_DIRECTORY/charts/x509-certificate-exporter - cr upload --skip-existing --owner enix --git-repo helm-charts + - cr index --push -i index.yaml --owner enix --git-repo helm-charts