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
215f62c9
Unverified
Commit
215f62c9
authored
3 years ago
by
torgiren
Browse files
Options
Download
Email Patches
Plain Diff
use helm:3.6.3 because 3.7.0 is broken
Signed-off-by:
Marcin Fabrykowski
<
git@fabrykowski.pl
>
parent
a445299c
master
1 merge request
!24
use helm:3.6.3 because 3.7.0 is broken
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
common/gitlab-ci.yml
+2
-2
common/gitlab-ci.yml
with
2 additions
and
2 deletions
+2
-2
common/gitlab-ci.yml
+
2
-
2
View file @
215f62c9
...
...
@@ -6,7 +6,7 @@ stages:
upload
:
stage
:
upload
image
:
name
:
alpine/helm:
latest
name
:
alpine/helm:
3.6.3
before_script
:
-
apk add --no-cache ca-certificates git curl yq
-
helm plugin install https://github.com/chartmuseum/helm-push.git
...
...
@@ -19,7 +19,7 @@ upload:
lint
:
stage
:
checks
image
:
alpine/helm:
latest
image
:
alpine/helm:
3.6.3
before_script
:
script
:
-
export VERSION=$(git describe --tags)
...
...
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