Unverified Commit d90e86cf authored by torgiren's avatar torgiren
Browse files

use default helm push instead of chartmuseum plugin

Signed-off-by: torgiren's avatarMarcin Fabrykowski <git@fabrykowski.pl>
parent 58499df6
No related merge requests found
Showing with 2 additions and 2 deletions
+2 -2
......@@ -23,7 +23,7 @@
name: alpine/helm
before_script:
- apk add --no-cache ca-certificates git curl yq
- helm plugin install https://github.com/chartmuseum/helm-push.git
# - helm plugin install https://github.com/chartmuseum/helm-push.git
- helm repo add --username ${CI_REGISTRY_USER} --password ${CI_REGISTRY_PASSWORD} my-repo "${CI_API_V4_URL}/projects/6/packages/helm/stable"
- helm repo update
script:
......@@ -32,7 +32,7 @@
- 'sed -i "s/^version\: 0.0.0-placeholder$/version\: $VERSION/" chart/Chart.yaml'
- helm lint chart
- helm dependencies build chart
- helm cm-push chart my-repo
- helm push chart my-repo
.deploy-to-git:
image: alpine
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment