jvm GitLab CI Kotlin DSL • opensavvy.gitlab.ci.plugins • Helm • deploy deploy¶ fun deploy(release: String, chart: String, values: List<String> = emptyList(), namespace: String? = null, createNamespace: Boolean = namespace != null, wait: Boolean = true, atomic: Boolean = true): Deploys the chart as release. script { helm.deploy("community-operator", "mongodb/community-operator") } External resources¶ Official documentation