Skip to content

Commit

Permalink
Merge pull request #77 from SmartColumbusOS/helm-3-upgrade
Browse files Browse the repository at this point in the history
Helm 3 Update
  • Loading branch information
ksmith-accenture authored May 13, 2021
2 parents c338dc1 + b6779e5 commit 6959a50
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,10 @@ node('infrastructure') {

def deployStrimzi() {
sh "kubectl apply -f k8s/namespace.yaml"
sh "helm init --service-account tiller"
sh "helm repo add strimzi http://strimzi.io/charts/"
sh "helm upgrade --install strimzi-kafka-operator strimzi/strimzi-kafka-operator --version 0.15.0 -f strimzi-config.yml --namespace strimzi"
}

def deployKafka(environment) {
sh "helm upgrade --install streaming-service-kafka-prime chart/ --namespace streaming-prime --timeout 600 -f chart/${environment}-values.yaml"
sh "helm upgrade --install streaming-service-kafka-prime chart/ --namespace streaming-prime --timeout 600s -f chart/${environment}-values.yaml"
}

0 comments on commit 6959a50

Please sign in to comment.