As documented in Tanzu Build Service Dependencies, users can configure automatic dependency updates out of band with Tanzu Application Platform releases.
You can either use include_packages to enable and use exclude_packages to disable auto updates for particular buildpacks:
buildservice:
dependency_updates:
allow: true
scope: SCOPE
include_packages: [""]
exclude_packages: [""]
For instance, you can enable auto updates for java buildpack with the following configuration in tap-values.yaml.
buildservice:
dependency_updates:
allow: true
scope: custom
include_packages:
- java.buildpacks.tanzu.vmware.com
So what values can be accepted in the include_packages / exclude_packages field?
Here is a full list for accepted values in the include_packages / exclude_packages field?
Full deps:
Lite deps:
Please open a support ticket if you need further help in configuring the feature.