Skip to content

Commit b9b83c6

Browse files
author
Chanwit Kaewkasi
authored
Merge pull request #499 from weaveworks/update-helm-chart-v0.10
update crd fields and bump helm chart
2 parents b36e777 + 571885b commit b9b83c6

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

charts/tf-controller/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: tf-controller
33
description: The Helm chart for Weave GitOps Terraform Controller
44
type: application
5-
version: 0.9.8
5+
version: 0.10.0
66
appVersion: "v0.13.1"

charts/tf-controller/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Weave GitOps Terraform Controller
22

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)
44

55
The Helm chart for Weave GitOps Terraform Controller
66

charts/tf-controller/templates/crds.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,9 @@ spec:
160160
description: EnableInventory enables the object to store resource
161161
entries as the inventory for external use.
162162
type: boolean
163+
enterprise:
164+
description: Enterprise is the enterprise configuration placeholder.
165+
x-kubernetes-preserve-unknown-fields: true
163166
fileMappings:
164167
description: List of all configuration files to be created in initialization.
165168
items:
@@ -243,6 +246,12 @@ spec:
243246
interval:
244247
description: The interval at which to reconcile the Terraform.
245248
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
246255
path:
247256
description: Path to the directory containing Terraform (.tf) files.
248257
Defaults to 'None', which translates to the root path of the SourceRef.

0 commit comments

Comments
 (0)