From 306c643c3ee553c2d2786e6a35792260abfc34e7 Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Thu, 4 Jun 2020 12:34:59 +0200 Subject: [PATCH] fixed wrong package type for helm, use k8s instead of helm --- scm-packaging/helm/src/main/build/packageYaml.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scm-packaging/helm/src/main/build/packageYaml.groovy b/scm-packaging/helm/src/main/build/packageYaml.groovy index 8338e52926..0bdc102a79 100644 --- a/scm-packaging/helm/src/main/build/packageYaml.groovy +++ b/scm-packaging/helm/src/main/build/packageYaml.groovy @@ -23,4 +23,4 @@ */ def file = new File(project.build.directory, "package.yml") -file << "type: helm\n" +file << "type: k8s\n"