Skip to content

Commit

Permalink
update volume provisioner (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
oren-codefresh authored Apr 14, 2020
1 parent 25bdde1 commit ff683eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "venona",
"version": "0.31.0",
"version": "0.31.1",
"description": "Codefresh agent to run on Codefresh's runtime environment and execute pipeline",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion venonactl/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.31.0
0.31.1
2 changes: 1 addition & 1 deletion venonactl/pkg/store/store.go
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ func (s *Values) BuildValues() map[string]interface{} {
"AwsAccessKeyId": "",
"AwsSecretAccessKey": "",
"VolumeProvisioner": map[string]interface{}{
"Image": "codefresh/dind-volume-provisioner:v20",
"Image": "codefresh/dind-volume-provisioner:v21",
"NodeSelector": s.KubernetesAPI.NodeSelector,
"Tolerations": s.KubernetesAPI.Tolerations,
},
Expand Down

0 comments on commit ff683eb

Please sign in to comment.