Weave GitOps provides insights into your application deployments, and makes continuous delivery with GitOps easier to adopt and scale across your teams.
FIxes an issues where dependencies will get upgraded unintentionally in container builds.
We originally had a package-lock.json that was being used to ensure consistent builds, but #3592 converted to yarn which has a separate yarn.lock file that needs to be copied.
FIxes an issues where dependencies will get upgraded unintentionally in container builds.
We originally had a
package-lock.json
that was being used to ensure consistent builds, but #3592 converted toyarn
which has a separateyarn.lock
file that needs to be copied.