From dd795e4e1fbb106db6dcec322f77c270f9a5c6ba Mon Sep 17 00:00:00 2001 From: Maarten de Waard <maarten@greenhost.nl> Date: Wed, 8 Dec 2021 15:24:41 +0100 Subject: [PATCH] remove dots --- .gitlab/ci_templates/helm_package.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab/ci_templates/helm_package.yml b/.gitlab/ci_templates/helm_package.yml index 9882b65a4..79ad89a04 100644 --- a/.gitlab/ci_templates/helm_package.yml +++ b/.gitlab/ci_templates/helm_package.yml @@ -14,7 +14,7 @@ variables: - changes: - ${CHART_DIR}/Chart.yaml -.lint-helm: +lint-helm: stage: lint-helm-chart image: name: alpine/helm:3.7.1 @@ -34,7 +34,7 @@ variables: - '${CHART_DIR}/*.yaml' - ${CHART_DIR}/templates/*.yaml -.package-chart: +package-chart: stage: package-helm-chart image: name: alpine/helm:3.7.1 @@ -51,7 +51,7 @@ variables: # Push helm chart. Charts on the `main` branch are pushed to `stable`, others # are pushed to the `unstable` channel. -.release-helm: +release-helm: image: "rancher/curlimages-curl:7.73.0" stage: release-helm-chart script: -- GitLab