Skip to content

Commit

Permalink
fix for chart tags with a +
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Martin <[email protected]>
  • Loading branch information
amartin120 committed Dec 15, 2023
1 parent 7751b12 commit e229c2a
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 e229c2a

Please sign in to comment.