Skip to content
This repository has been archived by the owner on Mar 17, 2020. It is now read-only.

Commit

Permalink
Merge pull request #23 from spotguides/latest_pip_client
Browse files Browse the repository at this point in the history
Use latest pipeline client & latest Helm 2
  • Loading branch information
sancyx committed Nov 15, 2019
2 parents 86a44f0 + dde1ed0 commit 82eb425
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .banzaicloud/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ pipeline:

{{{{- if .pipeline.deploy_application.deployment.values.historyServer.enabled }}}}
install_history_server_bucket_secrets:
image: banzaicloud/ci-pipeline-client:0.11
image: banzaicloud/ci-pipeline-client:0.12
action: InstallSecret
clusterSecret:
# sourceSecretName:
Expand All @@ -13,7 +13,7 @@ pipeline:
convertToPreferredFormat: true

install_history_server_auth_secrets:
image: banzaicloud/ci-pipeline-client:0.11
image: banzaicloud/ci-pipeline-client:0.12
action: InstallSecret
clusterSecret:
# sourceSecretName:
Expand All @@ -26,14 +26,14 @@ pipeline:
{{{{- end }}}}

package_application:
image: lachlanevenson/k8s-helm:latest
image: lachlanevenson/k8s-helm:v2.16.1
commands:
- helm init -c
- helm repo add banzaicloud-stable https://kubernetes-charts.banzaicloud.com
- helm package -u ./.banzaicloud/charts/spotguide-spark

deploy_application:
image: banzaicloud/ci-pipeline-client:0.11
image: banzaicloud/ci-pipeline-client:0.12
action: EnsureDeployment
deployment:
name: './spotguide-spark-1.0.0.tgz'
Expand Down

0 comments on commit 82eb425

Please sign in to comment.