Skip to content

Commit 147e3de

Browse files
committed
Parrot release
1 parent 1bd347e commit 147e3de

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

lib/charts/parrot/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: parrot
33
version: 0.1.0
4-
appVersion: "0.5.0" # TODO: Update this to the latest version
4+
appVersion: "0.6.1"
55
type: application
66
description: Parrot enables dynamic mocking of HTTP calls.
77
keywords:

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.5.1
5+
version: v0.6.1
66
imagePullPolicy: IfNotPresent
77

88
logLevel: trace

lib/k8s/pkg/helm/parrot/parrot.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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",

parrot/.changeset/v0.6.1.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
- Improve docker file mapping

0 commit comments

Comments
 (0)