Class HelmUpdateDependencies

  • 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 HelmUpdateDependencies
    extends AbstractHelmDependenciesTask
                        

    Updates the chart dependencies from the Chart.yaml file, and creates a Chart.lock file that fixes the versions of chart dependencies.

    Corresponds to the helm dependency update CLI command.