File tree Expand file tree Collapse file tree 4 files changed +17
-7
lines changed Expand file tree Collapse file tree 4 files changed +17
-7
lines changed Original file line number Diff line number Diff line change @@ -2,5 +2,5 @@ apiVersion: v2
2
2
name : tf-controller
3
3
description : The Helm chart for Weave GitOps Terraform Controller
4
4
type : application
5
- version : 0.3.7
6
- appVersion : " v0.10.0-rc.8 "
5
+ version : 0.3.8
6
+ appVersion : " v0.10.0"
Original file line number Diff line number Diff line change 8
8
repository : ghcr.io/weaveworks/tf-controller
9
9
pullPolicy : IfNotPresent
10
10
# Overrides the image tag whose default is the chart appVersion.
11
- tag : " v0.10.0-rc.8 "
11
+ tag : " v0.10.0"
12
12
# extraEnv -- Additional container environment variables.
13
13
extraEnv : {}
14
14
imagePullSecrets : []
@@ -25,7 +25,7 @@ serviceAccount:
25
25
runner :
26
26
image :
27
27
repository : ghcr.io/weaveworks/tf-runner
28
- tag : " v0.10.0-rc.8 "
28
+ tag : " v0.10.0"
29
29
serviceAccount :
30
30
# Specifies whether a service account should be created
31
31
create : true
Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ generatorOptions:
8
8
images :
9
9
- name : weaveworks/tf-controller
10
10
newName : ghcr.io/weaveworks/tf-controller
11
- newTag : v0.10.0-rc.8
11
+ newTag : v0.10.0
Original file line number Diff line number Diff line change 30
30
crds : CreateReplace
31
31
values :
32
32
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
33
43
image :
34
- tag : v0.9.5
44
+ tag : v0.10.0
35
45
runner :
36
46
image :
37
- tag : v0.9.5
47
+ tag : v0.10.0
You can’t perform that action at this time.
0 commit comments