diff --git a/.banzaicloud/pipeline.yaml b/.banzaicloud/pipeline.yaml index 4c32bde..007f54c 100644 --- a/.banzaicloud/pipeline.yaml +++ b/.banzaicloud/pipeline.yaml @@ -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: @@ -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: @@ -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'