File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 11apiVersion : v2
22name : parrot
33version : 0.1.0
4- appVersion : " 0.5.0 " # TODO: Update this to the latest version
4+ appVersion : " 0.6.1 "
55type : application
66description : Parrot enables dynamic mocking of HTTP calls.
77keywords :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ replicas: 1
22
33image :
44 repository : kalverra/parrot
5- version : v0.5 .1
5+ version : v0.6 .1
66 imagePullPolicy : IfNotPresent
77
88logLevel : trace
Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ func defaultProps() map[string]any {
9797 return map [string ]any {
9898 "image" : map [string ]any {
9999 "repository" : parrotRepo ,
100- "version" : "0.5.0" , //TODO: Update to latest version
100+ "version" : "0.6.1" ,
101101 "imagePullPolicy" : "IfNotPresent" ,
102102 },
103103 "logLevel" : "trace" ,
Original file line number Diff line number Diff line change 1+ - Improve docker file mapping
You can’t perform that action at this time.
0 commit comments