Skip to content

Commit

Permalink
Fix Nginx ingress chart prefix to show correct version in metadata (#400
Browse files Browse the repository at this point in the history
)
  • Loading branch information
stylianosrigas authored Jan 19, 2021
1 parent 00e2317 commit beaa557
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/provisioner/nginx_internal.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ func (n *nginxInternal) ActualVersion() *model.HelmUtilityVersion {
}

return &model.HelmUtilityVersion{
Chart: strings.TrimPrefix(n.actualVersion.Version(), "ingress-nginx-internal"),
Chart: strings.TrimPrefix(n.actualVersion.Version(), "ingress-nginx-"),
ValuesPath: n.actualVersion.Values(),
}
}
Expand Down

0 comments on commit beaa557

Please sign in to comment.