File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
charts/terranetes-controller Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ apiVersion: v2
3
3
name : terranetes-controller
4
4
description : Controller used to provision a terraform workflow within kubernetes
5
5
type : application
6
- version : v0.8.3
7
- appVersion : v0.5.4
6
+ version : v0.8.4
7
+ appVersion : v0.5.5
8
8
sources :
9
9
- https://github.com/appvia/terranetes-controller
10
10
- https://github.com/appvia/terranetes
Original file line number Diff line number Diff line change @@ -43,11 +43,11 @@ controller:
43
43
# policy is image for policy
44
44
policy : bridgecrew/checkov:3.2.298
45
45
# preload is the image to use for preload data jobs
46
- preload : ghcr.io/appvia/terranetes-executor:v0.5.4
46
+ preload : ghcr.io/appvia/terranetes-executor:v0.5.5
47
47
# is the controller image
48
- controller : ghcr.io/appvia/terranetes-controller:v0.5.4
48
+ controller : ghcr.io/appvia/terranetes-controller:v0.5.5
49
49
# The terranetes image used when running jobs
50
- executor : ghcr.io/appvia/terranetes-executor:v0.5.4
50
+ executor : ghcr.io/appvia/terranetes-executor:v0.5.5
51
51
# Rate limting on configurations to prevent the controller from being overwhelmed. This
52
52
# is the percentage of configurations which are permitted to run a plan at any one time.
53
53
# Note, zero means no rate limiting is applied.
You can’t perform that action at this time.
0 commit comments