Skip to content
Snippets Groups Projects
Verified Commit 7febe90d authored by Maarten de Waard's avatar Maarten de Waard :angel:
Browse files

add images to helm_package commands

parent b4098a37
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,9 @@ variables:
.lint-helm:
stage: lint-helm-chart
image:
name: alpine/helm:3.7.1
entrypoint: ["/bin/sh", "-c"]
script:
- cd ${CHART_DIR}
- helm dep update
......@@ -33,6 +36,9 @@ variables:
.package-chart:
stage: package-helm-chart
image:
name: alpine/helm:3.7.1
entrypoint: ["/bin/sh", "-c"]
script:
- cd ${CHART_DIR}
- helm package .
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment