-
Notifications
You must be signed in to change notification settings - Fork 403
Closed
Labels
kind/bugSomething isn't workingSomething isn't working
Description
What happened?
As part of this PR #2709 i introduced a regression bug where it now never attempts to git pull for cached dependencies.
I have created a PR #2766 to revert this with some refactoring.
What did you expect to happen instead?
Given the configuration
dependencies:
dependency-a:
git: https://www.somewhere.com/dependency-a
branch: master
disablePull: falseI expect devspace deploy to pull new commits to dependency-a that has happen since the last devspace deploy.
Local Environment:
- DevSpace Version: 6.3.5
- Operating System: windows
- ARCH of the OS: AMD64
Kubernetes Cluster: - Cloud Provider: kind
- Kubernetes Version: 1.27.2
Anything else we need to know?
Read #2766
Metadata
Metadata
Assignees
Labels
kind/bugSomething isn't workingSomething isn't working