Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
exphost
exphost-helms
Commits
92d2bd8e
Commit
92d2bd8e
authored
3 years ago
by
torgiren
Browse files
Options
Download
Email Patches
Plain Diff
ci
parent
656b7cf7
1 merge request
!9
Ci
Pipeline
#107
failed with stages
in 27 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitlab-ci.yml
+1
-1
.gitlab-ci.yml
make_ci.sh
+1
-1
make_ci.sh
with
2 additions
and
2 deletions
+2
-2
.gitlab-ci.yml
+
1
-
1
View file @
92d2bd8e
...
...
@@ -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:
...
...
This diff is collapsed.
Click to expand it.
make_ci.sh
+
1
-
1
View file @
92d2bd8e
...
...
@@ -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;
\
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help