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: ...@@ -14,7 +14,7 @@ variables:
- changes: - changes:
- ${CHART_DIR}/Chart.yaml - ${CHART_DIR}/Chart.yaml
.lint-helm: lint-helm:
stage: lint-helm-chart stage: lint-helm-chart
image: image:
name: alpine/helm:3.7.1 name: alpine/helm:3.7.1
...@@ -34,7 +34,7 @@ variables: ...@@ -34,7 +34,7 @@ variables:
- '${CHART_DIR}/*.yaml' - '${CHART_DIR}/*.yaml'
- ${CHART_DIR}/templates/*.yaml - ${CHART_DIR}/templates/*.yaml
.package-chart: package-chart:
stage: package-helm-chart stage: package-helm-chart
image: image:
name: alpine/helm:3.7.1 name: alpine/helm:3.7.1
...@@ -51,7 +51,7 @@ variables: ...@@ -51,7 +51,7 @@ variables:
# Push helm chart. Charts on the `main` branch are pushed to `stable`, others # Push helm chart. Charts on the `main` branch are pushed to `stable`, others
# are pushed to the `unstable` channel. # are pushed to the `unstable` channel.
.release-helm: release-helm:
image: "rancher/curlimages-curl:7.73.0" image: "rancher/curlimages-curl:7.73.0"
stage: release-helm-chart stage: release-helm-chart
script: 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