Commit 92d2bd8e authored by torgiren's avatar torgiren
Browse files

ci

parent 656b7cf7
1 merge request!9Ci
Pipeline #107 failed with stages
in 27 seconds
Showing with 2 additions and 2 deletions
+2 -2
......@@ -11,7 +11,7 @@ upload_all:
name: alpine/helm:3.2.1
script:
#- HELM_EXPERIMENTAL_OCI=1 helm registry login -u $CI_REGISTRY_USER -p $CI_REGISTRY_PASSWORD "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/api/stable/charts"
- helm repo add --username --password my-repo
- helm repo add --username $CI_REGISTRY_USER --password $CI_REGISTRY_PASSWORD my-repo $CI_REGISTRY
#- export HELM_EXPERIMENTAL_OCI=1; sh -ec 'for i in $(ls */Chart.yaml); do # chart=$(dirname $i); # export; # echo "publishing ${chart}"; # helm chart save ${chart} "${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/api/stable/charts"; # helm chart push ${CI_API_V4_URL}/projects/${CI_PROJECT_ID}/packages/helm/api/stable/charts; # done'
#- helm chart save helloworld /gitlabUser/helloworld:
#- helm chart push /gitlabUser/helloworld:
......
......@@ -13,7 +13,7 @@ upload_all:
name: alpine/helm:3.2.1
script:
#- HELM_EXPERIMENTAL_OCI=1 helm registry login -u \$CI_REGISTRY_USER -p \$CI_REGISTRY_PASSWORD "\${CI_API_V4_URL}/projects/\${CI_PROJECT_ID}/packages/helm/api/stable/charts"
- helm repo add --username $CI_REGISTRY_USER --password $CI_REGISTRY_PASSWORD my-repo $CI_REGISTRY
- helm repo add --username \$CI_REGISTRY_USER --password \$CI_REGISTRY_PASSWORD my-repo \$CI_REGISTRY
#- export HELM_EXPERIMENTAL_OCI=1; sh -ec 'for i in \$(ls */Chart.yaml); do \
# chart=\$(dirname \$i); \
# export; \
......
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