Skip to content

Commit

Permalink
Update user-agent
Browse files Browse the repository at this point in the history
  • Loading branch information
halvards committed Aug 22, 2024
1 parent 5209975 commit b7a7531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resolve/resolve.go
Original file line number Diff line number Diff line change
Expand Up @@ -121,5 +121,5 @@ func (f *ImageTagFilter) filterImage(n *yaml.RNode) error {
func resolveTag(image string, keychain authn.Keychain) (string, error) {
return crane.Digest(image,
crane.WithAuthFromKeychain(keychain),
crane.WithUserAgent(fmt.Sprintf("%s/%s", "digester", version.Version)))
crane.WithUserAgent(fmt.Sprintf("cloud-solutions/%s-%s", "k8s-digester", version.Version)))
}

0 comments on commit b7a7531

Please sign in to comment.