File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
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.9.8
5
+ version : 0.10.0
6
6
appVersion : " v0.13.1"
Original file line number Diff line number Diff line change 1
1
# Weave GitOps Terraform Controller
2
2
3
- ![ Version: 0.9.8 ] ( https://img.shields.io/badge/Version-0.9.8 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.13.1] ( https://img.shields.io/badge/AppVersion-v0.13.1-informational?style=flat-square )
3
+ ![ Version: 0.10.0 ] ( https://img.shields.io/badge/Version-0.10.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.13.1] ( https://img.shields.io/badge/AppVersion-v0.13.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 @@ -160,6 +160,9 @@ spec:
160
160
description : EnableInventory enables the object to store resource
161
161
entries as the inventory for external use.
162
162
type : boolean
163
+ enterprise :
164
+ description : Enterprise is the enterprise configuration placeholder.
165
+ x-kubernetes-preserve-unknown-fields : true
163
166
fileMappings :
164
167
description : List of all configuration files to be created in initialization.
165
168
items :
@@ -243,6 +246,12 @@ spec:
243
246
interval :
244
247
description : The interval at which to reconcile the Terraform.
245
248
type : string
249
+ parallelism :
250
+ default : 0
251
+ description : Parallelism limits the number of concurrent operations
252
+ of Terraform apply step. Zero (0) means using the default value.
253
+ format : int32
254
+ type : integer
246
255
path :
247
256
description : Path to the directory containing Terraform (.tf) files.
248
257
Defaults to 'None', which translates to the root path of the SourceRef.
You can’t perform that action at this time.
0 commit comments