Automatic Redeploy when the Dockerfile or Kubernetes Manifests Change #387
Labels
area/chart-deployment
Issues related to the deployment of charts with helm
area/dev
Issues related to devspace dev
kind/feature
New feature or feature request
Is your feature request related to a problem?
No
Which solution do you suggest?
Monitor the Dockerfile and Manifests for changes, on dockerfile changes, rebuild, tag and update the image in the manifest then apply.
Which alternative solutions exist?
Additional context
Currently dockerfile and manifest changes are not detected and we have to do a 'devspace down' and then 'devspace' to get the changes applied.
Google Skaffold detects the changes and applies them automatic.
/kind feature
The text was updated successfully, but these errors were encountered: