Skip to content

Commit 885a0b5

Browse files
committed
Updates parrot to latest image
1 parent 2331852 commit 885a0b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

0 commit comments

Comments
 (0)