Skip to content

Commit

Permalink
Merge pull request #148 from amartin120/fix-chart-tags
Browse files Browse the repository at this point in the history
fix for charts with a + in the version
  • Loading branch information
amartin120 committed Dec 18, 2023
2 parents 2a93e74 + e229c2a commit f129484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/reference/reference.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ func NewTagged(n string, tag string) (gname.Reference, error) {
if err != nil {
return nil, err
}

tag = strings.Replace(tag, "+", "-", -1)
return repo.Context().Tag(tag), nil
}

Expand Down

0 comments on commit f129484

Please sign in to comment.