Skip to content

Commit 7d17ec7

Browse files
kalverraskudasov
andauthored
Updates Parrot to latest image (#1678)
* Updates parrot to latest image * Go mod * dump ctf-ci results to a file * Changeset --------- Co-authored-by: skudasov <[email protected]>
1 parent 27d429a commit 7d17ec7

File tree

5 files changed

+6
-5
lines changed

5 files changed

+6
-5
lines changed

lib/.changeset/v1.52.3.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Updates Parrot to static binary

lib/charts/parrot/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ replicas: 1
22

33
image:
44
repository: kalverra/parrot
5-
version: v0.6.1
5+
version: v0.6.2
66
imagePullPolicy: IfNotPresent
77

88
logLevel: trace

lib/docker/test_env/parrot.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222

2323
const (
2424
defaultParrotImage = "kalverra/parrot"
25-
defaultParrotVersion = "v0.6.1"
25+
defaultParrotVersion = "v0.6.2"
2626
defaultParrotPort = "80"
2727
)
2828

lib/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ require (
3232
github.com/prometheus/common v0.62.0
3333
github.com/rs/zerolog v1.33.0
3434
github.com/slack-go/slack v0.15.0
35-
github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.1
35+
github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.2
3636
github.com/smartcontractkit/chainlink-testing-framework/seth v1.50.10
3737
github.com/spf13/cobra v1.8.1
3838
github.com/spf13/pflag v1.0.5

lib/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -463,8 +463,8 @@ github.com/sirupsen/logrus v1.9.3 h1:dueUQJ1C2q9oE3F7wvmSGAaVtTmUizReu6fjN8uqzbQ
463463
github.com/sirupsen/logrus v1.9.3/go.mod h1:naHLuLoDiP4jHNo9R0sCBMtWGeIprob74mVsIT4qYEQ=
464464
github.com/slack-go/slack v0.15.0 h1:LE2lj2y9vqqiOf+qIIy0GvEoxgF1N5yLGZffmEZykt0=
465465
github.com/slack-go/slack v0.15.0/go.mod h1:hlGi5oXA+Gt+yWTPP0plCdRKmjsDxecdHxYQdlMQKOw=
466-
github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.1 h1:yVALM0MlRNU/rMKUyEjg1LaW+hZmjdkrOvKeXLkU3JM=
467-
github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.1/go.mod h1:Z4K5VJLjsfqIIaBcZ1Sfccxu0xsCxBjPa6zF+5gtQaM=
466+
github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.2 h1:cWUHB6QETyKbmh0B988f5AKIKb3aBDWugfrZ04jAUUY=
467+
github.com/smartcontractkit/chainlink-testing-framework/parrot v0.6.2/go.mod h1:Z4K5VJLjsfqIIaBcZ1Sfccxu0xsCxBjPa6zF+5gtQaM=
468468
github.com/smartcontractkit/chainlink-testing-framework/seth v1.50.10 h1:Yf+n3T/fnUWcYyfe7bsygV4sWAkNo0QhN58APJFIKIc=
469469
github.com/smartcontractkit/chainlink-testing-framework/seth v1.50.10/go.mod h1:05duR85P8YHuIfIkA7sn2bvrhKo/pDpFKV2rliYHNOo=
470470
github.com/spf13/cobra v1.8.1 h1:e5/vxKd/rZsfSJMUX1agtjeTDf+qv1/JdBF8gg5k9ZM=

0 commit comments

Comments
 (0)