Skip to content

Commit 5ea6ae9

Browse files
author
Chanwit Kaewkasi
authored
Merge pull request #353 from weaveworks/helm-chart-v0.13.0-rc.1
update helm chart to v0.13.0-rc.1
2 parents 7fe8502 + 2ef4ff4 commit 5ea6ae9

File tree

3 files changed

+29
-4
lines changed

3 files changed

+29
-4
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.6.6
5+
version: 0.7.0
66
appVersion: "v0.13.0-rc.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.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

55
The Helm chart for Weave GitOps Terraform Controller
66

charts/tf-controller/templates/crds.yaml

Lines changed: 27 additions & 2 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)