forgot to save that file

This commit is contained in:
2025-05-28 10:26:46 +03:00
parent 8d289d207b
commit 6bf2b7aa2a
3 changed files with 5 additions and 4 deletions

View File

@@ -1,6 +1,6 @@
import com.example.DockerBuilder
def call(String appName, String helmChartPath, String helmRepoName,String helmChartVersion, Boolean useCustomDocker, Boolean useInsecureRegistry, Integer appPort) {
def call(String appName, String helmChartPath, String helmRepoName, String namespace, String helmChartVersion, Boolean useCustomDocker, Boolean useInsecureRegistry, Integer appPort) {
def dockerBuilder = new DockerBuilder()
def containerName = useCustomDocker ? 'custom-docker' : 'docker'
@@ -48,6 +48,7 @@ def call(String appName, String helmChartPath, String helmRepoName,String helmCh
appName,
helmRepoName,
appName,
namespace,
helmChartVersion,
env.KUBERNETES_API,
env.KUBERNETES_TOKEN,