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
3357ba36
Commit
3357ba36
authored
Apr 18, 2024
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.14.4 See merge request
!42
parents
e4814552
8c83818f
Branches
Branches containing commit
Tags
Tags containing commit
1 merge request
!42
Update alpine/helm Docker tag to v3.14.4
Pipeline
#214194
passed
Apr 18, 2024
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 @
3357ba36
...
@@ -16,7 +16,7 @@ stages:
...
@@ -16,7 +16,7 @@ stages:
lint
:
lint
:
stage
:
test
stage
:
test
image
:
image
:
name
:
alpine/helm:3.14.
3
name
:
alpine/helm:3.14.
4
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.14.
3
name
:
alpine/helm:3.14.
4
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