Class HelmBuildDependencies

  • All Implemented Interfaces:
    io.github.build.extensions.oss.gradle.plugins.helm.command.GlobalHelmOptions , io.github.build.extensions.oss.gradle.plugins.helm.command.HelmOptions , kotlin.Comparable , org.gradle.api.Named , org.gradle.api.Task , org.gradle.api.internal.DynamicObjectAware , org.gradle.api.internal.TaskInternal , org.gradle.api.plugins.ExtensionAware , org.gradle.util.Configurable

    
    public class HelmBuildDependencies
    extends AbstractHelmDependenciesTask
                        

    Reconstructs the chart dependencies from the lock file, or mirrors the behavior of HelmUpdateDependencies if the lock file does not exist.

    Corresponds to the helm dependency build CLI command.