GoogleContainerTools / GoogleContainerTools/skaffold

helm: Add link or rationale to `[build.Tag] is not used. [build.ImageName] is used instead` message

Open
#3,690 4 comments 3 reactions 0 assignees View on GitHub
area/docs deploy/helm july-chill kind/documentation priority/p2
Dominant language
Go
Stars
15.9k
Forks
1.7k
Avg merge
3d 9h
Merged PRs (30d)
10

Description

My helm deploy works fine, but after helm dumps out the status of all generated pods that were deployed successfully, i get this message.

```
WARN[0079] image [dockerhub.mydomain.com/hhd/my-app:4f205e7-dirty@sha256:67285744c3d0e23e95bc318869f538794a73891cc0b4335b5a5ea6670b042fc5] is not used.
WARN[0079] image [dockerhub.mydomain.com/hhd/my-app] is used instead.
WARN[0079] See helm sample for how to replace image names with their actual tags: https://github.com/GoogleContainerTools/skaffold/blob/master/examples/helm-deployment/skaffold.yaml
```

If I describe my pod I see that it is indeed using the image `dockerhub.mydomain.com/hhd/my-app:4f205e7-dirty`..... so I don't get whats wrong.

Also this link provides no useful information:

```
WARN[0079] See helm sample for how to replace image names with their actual tags: https://github.com/GoogleContainerTools/skaffold/blob/master/examples/helm-deployment/skaffold.yaml
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.