Skip to content

Commit 2e2a1f5

Browse files
committed
bump version to v0.12.0-rc.1
Signed-off-by: Chanwit Kaewkasi <chanwit@gmail.com>
1 parent fd0dcd3 commit 2e2a1f5

4 files changed

Lines changed: 40 additions & 5 deletions

File tree

charts/tf-controller/Chart.yaml

Lines changed: 2 additions & 2 deletions
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.4.3
6-
appVersion: "v0.11.0"
5+
version: 0.5.0
6+
appVersion: "v0.12.0-rc.1"

charts/tf-controller/templates/crds.yaml

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,8 @@ spec:
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
@@ -76,6 +78,39 @@ spec:
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

charts/tf-controller/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ image:
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.
1515
extraEnv: {}
1616
imagePullSecrets: []
@@ -27,7 +27,7 @@ serviceAccount:
2727
runner:
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

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ generatorOptions:
88
images:
99
- name: weaveworks/tf-controller
1010
newName: ghcr.io/weaveworks/tf-controller
11-
newTag: v0.11.0
11+
newTag: v0.12.0-rc.1

0 commit comments

Comments
 (0)