Commit 1e041bc 1 parent a315d49 commit 1e041bc Copy full SHA for 1e041bc
File tree 2 files changed +5
-5
lines changed
charts/terranetes-controller
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.7.6
7
- appVersion : v0.4.4
6
+ version : v0.7.7
7
+ appVersion : v0.4.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 @@ -41,11 +41,11 @@ controller:
41
41
# policy is image for policy
42
42
policy : bridgecrew/checkov:2.4.59
43
43
# preload is the image to use for preload data jobs
44
- preload : ghcr.io/appvia/terranetes-executor:v0.4.4
44
+ preload : ghcr.io/appvia/terranetes-executor:v0.4.5
45
45
# is the controller image
46
- controller : ghcr.io/appvia/terranetes-controller:v0.4.4
46
+ controller : ghcr.io/appvia/terranetes-controller:v0.4.5
47
47
# The terranetes image used when running jobs
48
- executor : ghcr.io/appvia/terranetes-executor:v0.4.4
48
+ executor : ghcr.io/appvia/terranetes-executor:v0.4.5
49
49
# driftInterval is the minimum time to check for drift
50
50
driftInterval : 5h
51
51
# driftThreshold is the percentage of configurations which are permitted
You can’t perform that action at this time.
0 commit comments