File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " venona" ,
3
- "version" : " 0.31.0 " ,
3
+ "version" : " 0.31.1 " ,
4
4
"description" : " Codefresh agent to run on Codefresh's runtime environment and execute pipeline" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
Original file line number Diff line number Diff line change 1
- 0.31.0
1
+ 0.31.1
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ func (s *Values) BuildValues() map[string]interface{} {
112
112
"AwsAccessKeyId" : "" ,
113
113
"AwsSecretAccessKey" : "" ,
114
114
"VolumeProvisioner" : map [string ]interface {}{
115
- "Image" : "codefresh/dind-volume-provisioner:v20 " ,
115
+ "Image" : "codefresh/dind-volume-provisioner:v21 " ,
116
116
"NodeSelector" : s .KubernetesAPI .NodeSelector ,
117
117
"Tolerations" : s .KubernetesAPI .Tolerations ,
118
118
},
You can’t perform that action at this time.
0 commit comments