// https://docs.crossplane.io/v1.15/software/install/#installed-deployments local appDef = import './app-definitions.libsonnet'; appDef.helmApplication( name="crossplane", sourceRepoUrl="https://charts.crossplane.io/stable", sourceChart="crossplane", sourceTargetRevision="1.15.0", namespace="crossplane-system" )