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

remove dots

parent 7febe90d
No related branches found
No related tags found
No related merge requests found
......@@ -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:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment