Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
H
helmcharts
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
varac-projects
helmcharts
Commits
cdd2e1e4
Commit
cdd2e1e4
authored
2 months ago
by
Renovate Bot
Browse files
Options
Downloads
Plain Diff
Merge branch 'renovate/alpine-helm-3.x' into 'master'
Update alpine/helm Docker tag to v3.18.2 See merge request
!56
parents
c84216c0
92684aa1
Branches
Branches containing commit
No related tags found
1 merge request
!56
Update alpine/helm Docker tag to v3.18.2
Pipeline
#286889
passed
2 months ago
Stage: test
Stage: package
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+2
-2
2 additions, 2 deletions
.gitlab-ci.yml
with
2 additions
and
2 deletions
.gitlab-ci.yml
+
2
−
2
View file @
cdd2e1e4
...
@@ -16,7 +16,7 @@ stages:
...
@@ -16,7 +16,7 @@ stages:
lint
:
lint
:
stage
:
test
stage
:
test
image
:
image
:
name
:
alpine/helm:3.18.
1
name
:
alpine/helm:3.18.
2
entrypoint
:
[
"
/bin/sh"
,
"
-c"
]
entrypoint
:
[
"
/bin/sh"
,
"
-c"
]
script
:
script
:
-
helm lint $CHART
-
helm lint $CHART
...
@@ -29,7 +29,7 @@ lint:
...
@@ -29,7 +29,7 @@ lint:
package_charts
:
package_charts
:
stage
:
package
stage
:
package
image
:
image
:
name
:
alpine/helm:3.18.
1
name
:
alpine/helm:3.18.
2
entrypoint
:
[
"
/bin/sh"
,
"
-c"
]
entrypoint
:
[
"
/bin/sh"
,
"
-c"
]
script
:
script
:
# The helm-push command is broken in Helm 3.7. For more information,
# The helm-push command is broken in Helm 3.7. For more information,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment