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

Commit

Permalink
pipeline.yaml: bump ci-pipeline-client version
Browse files Browse the repository at this point in the history
  • Loading branch information
Őry, Máté authored and kozmagabor committed May 8, 2019
1 parent 35d5434 commit f17fdbb
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .banzaicloud/pipeline.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
pipeline:
create_cluster:
image: banzaicloud/ci-pipeline-client:0.10.1
image: banzaicloud/ci-pipeline-client:0.11
action: EnsureCluster

prepare_deployment_package:
Expand All @@ -18,7 +18,7 @@ pipeline:
when:
branch:
include: [master]
image: banzaicloud/ci-pipeline-client:0.10.1
image: banzaicloud/ci-pipeline-client:0.11
action: InstallSecret
clusterSecret:
# sourceSecretName:
Expand All @@ -36,7 +36,7 @@ pipeline:
when:
branch:
include: [master]
image: banzaicloud/ci-pipeline-client:0.10.1
image: banzaicloud/ci-pipeline-client:0.11
action: InstallSecret
clusterSecret:
name: '{{ .CICD_REPO_NAME }}-mysql'
Expand All @@ -55,7 +55,7 @@ pipeline:
when:
branch:
include: [master]
image: banzaicloud/ci-pipeline-client:0.10.1
image: banzaicloud/ci-pipeline-client:0.11
action: InstallSecret
clusterSecret:
# sourceSecretName:
Expand All @@ -74,7 +74,7 @@ pipeline:
when:
branch:
include: [master]
image: banzaicloud/ci-pipeline-client:0.10.1
image: banzaicloud/ci-pipeline-client:0.11
action: InstallSecret
clusterSecret:
# sourceSecretName:
Expand All @@ -90,7 +90,7 @@ pipeline:
when:
branch:
include: [master]
image: banzaicloud/ci-pipeline-client:0.10.1
image: banzaicloud/ci-pipeline-client:0.11
action: InstallSecret
clusterSecret:
# sourceSecretName:
Expand All @@ -112,7 +112,7 @@ pipeline:
when:
branch:
include: [master]
image: banzaicloud/ci-pipeline-client:0.10.1
image: banzaicloud/ci-pipeline-client:0.11
action: InstallSecret
clusterSecret:
# sourceSecretName:
Expand All @@ -130,7 +130,7 @@ pipeline:
when:
branch:
include: [master]
image: banzaicloud/ci-pipeline-client:0.10.1
image: banzaicloud/ci-pipeline-client:0.11
action: EnsureDeployment
deployment:
name: './mysql-operator-0.1.14.tgz'
Expand All @@ -148,7 +148,7 @@ pipeline:
when:
branch:
include: [master]
image: banzaicloud/ci-pipeline-client:0.10.1
image: banzaicloud/ci-pipeline-client:0.11
action: EnsureDeployment
deployment:
name: './mysql-spotguide-0.0.2.tgz'
Expand Down

0 comments on commit f17fdbb

Please sign in to comment.