What happened?
When using fox publish after a dependency in go.mod has been updated no new image is created or deployed to the K8s cluster.
What should have happened?
A change in dependencies should create a new image of the application code in order to be deployed to K8s.
Steps to reproduce the issue.
- Use the kubefox quickstart
- Deploy the image/application code to the k8s cluster
- Update a dependency in go.mod
- Use
fox publish which produces no new images
Version
0.9.2
Relevant log output
No response
Code of Conduct