File tree Expand file tree Collapse file tree 3 files changed +29
-4
lines changed Expand file tree Collapse file tree 3 files changed +29
-4
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
2
2
name : tf-controller
3
3
description : The Helm chart for Weave GitOps Terraform Controller
4
4
type : application
5
- version : 0.6.6
5
+ version : 0.7.0
6
6
appVersion : " v0.13.0-rc.1"
Original file line number Diff line number Diff line change 1
1
# Weave GitOps Terraform Controller
2
2
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 )
4
4
5
5
The Helm chart for Weave GitOps Terraform Controller
6
6
Original file line number Diff line number Diff line change @@ -3239,8 +3239,8 @@ spec:
3239
3239
reconciliation failure.
3240
3240
type : boolean
3241
3241
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.
3244
3244
items :
3245
3245
type : string
3246
3246
type : array
@@ -3249,6 +3249,31 @@ spec:
3249
3249
- name
3250
3250
type : object
3251
3251
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
3252
3277
writeOutputsToSecret :
3253
3278
description : A list of target secrets for the outputs to be written
3254
3279
as.
You can’t perform that action at this time.
0 commit comments