I would like to display docker container tags in kubernetes. Currently I deploy my services with helm. My images look like this:
spec:
containers:
- name: my-service
image: my-service:latest
The image my-service.latest has tags like git commit hash and branch name. In helm I do not know about the image tags, so it is not possible to set the tags over helm with "--set".
I hope, that there is a way in kubernetes to read the image tags?
Thanks for help,
best wishes
Joern
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…