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.4.3
6- appVersion : " v0.11.0 "
5+ version : 0.5.0
6+ appVersion : " v0.12.0-rc.1 "
Original file line number Diff line number Diff line change 6464 properties :
6565 configPath :
6666 type : string
67+ customConfiguration :
68+ type : string
6769 disable :
6870 description : Disable is to completely disable the backend configuration.
6971 type : boolean
7678 secretSuffix :
7779 type : string
7880 type : object
81+ backendConfigsFrom :
82+ items :
83+ properties :
84+ keys :
85+ description : Keys is the data key where a specific value can
86+ be found at. Defaults to all keys.
87+ items :
88+ type : string
89+ type : array
90+ kind :
91+ description : Kind of the values referent, valid values are ('Secret',
92+ ' ConfigMap' ).
93+ enum :
94+ - Secret
95+ - ConfigMap
96+ type : string
97+ name :
98+ description : Name of the configs referent. Should reside in
99+ the same namespace as the referring resource.
100+ maxLength : 253
101+ minLength : 1
102+ type : string
103+ optional :
104+ description : Optional marks this BackendConfigsReference as
105+ optional. When set, a not found error for the values reference
106+ is ignored, but any Key or transient error will still result
107+ in a reconciliation failure.
108+ type : boolean
109+ required :
110+ - kind
111+ - name
112+ type : object
113+ type : array
79114 cliConfigSecretRef :
80115 description : SecretReference represents a Secret Reference. It has
81116 enough information to retrieve secret in any namespace
Original file line number Diff line number Diff line change 1010 repository : ghcr.io/weaveworks/tf-controller
1111 pullPolicy : IfNotPresent
1212 # Overrides the image tag whose default is the chart appVersion.
13- tag : " v0.11.0 "
13+ tag : " v0.12.0-rc.1 "
1414# extraEnv -- Additional container environment variables.
1515extraEnv : {}
1616imagePullSecrets : []
@@ -27,7 +27,7 @@ serviceAccount:
2727runner :
2828 image :
2929 repository : ghcr.io/weaveworks/tf-runner
30- tag : " v0.11.0 "
30+ tag : " v0.12.0-rc.1 "
3131 serviceAccount :
3232 # Specifies whether a service account should be created
3333 create : true
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ generatorOptions:
88images :
99 - name : weaveworks/tf-controller
1010 newName : ghcr.io/weaveworks/tf-controller
11- newTag : v0.11.0
11+ newTag : v0.12.0-rc.1
You can’t perform that action at this time.
0 commit comments