File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
22name : tf-controller
33description : The Helm chart for Weave GitOps Terraform Controller
44type : application
5- version : 0.6.6
5+ version : 0.7.0
66appVersion : " v0.13.0-rc.1"
Original file line number Diff line number Diff line change 11# Weave GitOps Terraform Controller
22
3- ![ Version: 0.6.6 ] ( https://img.shields.io/badge/Version-0.6.6 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.13.0-rc.1] ( https://img.shields.io/badge/AppVersion-v0.13.0--rc.1-informational?style=flat-square )
3+ ![ Version: 0.7.0 ] ( https://img.shields.io/badge/Version-0.7.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.13.0-rc.1] ( https://img.shields.io/badge/AppVersion-v0.13.0--rc.1-informational?style=flat-square )
44
55The Helm chart for Weave GitOps Terraform Controller
66
Original file line number Diff line number Diff line change @@ -3239,8 +3239,8 @@ spec:
32393239 reconciliation failure.
32403240 type : boolean
32413241 varsKeys :
3242- description : VarsKeys is the data key where the values.yaml
3243- or a specific value can be found at . Defaults to all keys.
3242+ description : VarsKeys is the data key at which a specific value
3243+ can be found. Defaults to all keys.
32443244 items :
32453245 type : string
32463246 type : array
@@ -3249,6 +3249,31 @@ spec:
32493249 - name
32503250 type : object
32513251 type : array
3252+ webhooks :
3253+ items :
3254+ properties :
3255+ enabled :
3256+ default : true
3257+ type : boolean
3258+ errorMessageTemplate :
3259+ type : string
3260+ payloadType :
3261+ default : SpecAndPlan
3262+ type : string
3263+ stage :
3264+ default : post-planning
3265+ enum :
3266+ - post-planning
3267+ type : string
3268+ testExpression :
3269+ type : string
3270+ url :
3271+ type : string
3272+ required :
3273+ - stage
3274+ - url
3275+ type : object
3276+ type : array
32523277 writeOutputsToSecret :
32533278 description : A list of target secrets for the outputs to be written
32543279 as.
You can’t perform that action at this time.
0 commit comments