Skip to content

Commit 806a10c

Browse files
committed
bump version to v0.10.0
1 parent af3fd57 commit 806a10c

File tree

4 files changed

+17
-7
lines changed

4 files changed

+17
-7
lines changed

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.3.7
6-
appVersion: "v0.10.0-rc.8"
5+
version: 0.3.8
6+
appVersion: "v0.10.0"

charts/tf-controller/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ image:
88
repository: ghcr.io/weaveworks/tf-controller
99
pullPolicy: IfNotPresent
1010
# Overrides the image tag whose default is the chart appVersion.
11-
tag: "v0.10.0-rc.8"
11+
tag: "v0.10.0"
1212
# extraEnv -- Additional container environment variables.
1313
extraEnv: {}
1414
imagePullSecrets: []
@@ -25,7 +25,7 @@ serviceAccount:
2525
runner:
2626
image:
2727
repository: ghcr.io/weaveworks/tf-runner
28-
tag: "v0.10.0-rc.8"
28+
tag: "v0.10.0"
2929
serviceAccount:
3030
# Specifies whether a service account should be created
3131
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.10.0-rc.8
11+
newTag: v0.10.0

docs/release.yaml

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,18 @@ spec:
3030
crds: CreateReplace
3131
values:
3232
replicaCount: 1
33+
concurrency: 100
34+
resources:
35+
limits:
36+
cpu: 1000m
37+
memory: 2Gi
38+
requests:
39+
cpu: 400m
40+
memory: 64Mi
41+
caCertValidityDuration: 24h
42+
certRotationCheckFrequency: 30m
3343
image:
34-
tag: v0.9.5
44+
tag: v0.10.0
3545
runner:
3646
image:
37-
tag: v0.9.5
47+
tag: v0.10.0

0 commit comments

Comments
 (0)