Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
helm-charts
Shibboleth SP
Helm Chart
Commits
53560d9f
Commit
53560d9f
authored
Sep 20, 2021
by
Sandro Mathys
Browse files
switch to Helm 3.7.0
parent
c6c5f9e8
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
53560d9f
...
...
@@ -2,7 +2,7 @@ default:
tags
:
-
docker-host-linux
image
:
name
:
"
cr.gitlab.switch.ch/helm-charts/shibboleth-sp/pipeline-images/helm:v3.
6
.0"
name
:
"
cr.gitlab.switch.ch/helm-charts/shibboleth-sp/pipeline-images/helm:v3.
7
.0"
variables
:
NAMESPACE
:
"
shibboleth-sp-helm-chart"
...
...
@@ -153,8 +153,7 @@ upload:
.set-helm-version
script
:
-
echo "${CI_REGISTRY_PASSWORD}" | helm registry login "${CI_REGISTRY_IMAGE}" -u "${CI_REGISTRY_USER}" --password-stdin
-
helm chart save "${CI_PROJECT_DIR}" "${CI_REGISTRY_IMAGE}/shibboleth-sp"
-
helm chart push "${CI_REGISTRY_IMAGE}/shibboleth-sp:${CI_COMMIT_TAG}"
-
helm push "${CI_PROJECT_DIR}" "${CI_REGISTRY_IMAGE}/shibboleth-sp:${CI_COMMIT_TAG}"
release
:
image
:
registry.gitlab.com/gitlab-org/release-cli:latest
...
...
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