Skip to content

Commit f04596f

Browse files
authored
Merge pull request #70 from SmartColumbusOS/helm-3-update
Update Jenkinsfile
2 parents 42f4903 + a526511 commit f04596f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Jenkinsfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ def deployTo(applicationName, environment, extraArgs = '') {
4747
scos.withEksCredentials(environment) {
4848
sh("""#!/bin/bash
4949
set -e
50-
helm init --client-only
5150
helm repo add scdp https://datastillery.github.io/charts
5251
helm repo update
5352
helm upgrade --install ${applicationName} \

0 commit comments

Comments
 (0)