File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
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.6.1
6
- appVersion : " v0.12.0-rc.4 "
5
+ version : 0.6.2
6
+ appVersion : " v0.12.0-rc.5 "
Original file line number Diff line number Diff line change 27
27
pullPolicy : IfNotPresent
28
28
# -- Overrides the image tag whose default is the chart appVersion.
29
29
# @default -- `.Chart.AppVersion`
30
- tag : " v0.12.0-rc.4 "
30
+ tag : " v0.12.0-rc.5 "
31
31
# -- Controller image pull secret
32
32
imagePullSecrets : []
33
33
# -- Resource limits and requests
@@ -82,7 +82,7 @@ runner:
82
82
repository : ghcr.io/weaveworks/tf-runner
83
83
# -- Runner image tag
84
84
# @default -- `.Chart.AppVersion`
85
- tag : " v0.12.0-rc.4 "
85
+ tag : " v0.12.0-rc.5 "
86
86
grpc :
87
87
# -- Maximum GRPC message size (Controller)
88
88
maxMessageSize : 4
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.12.0-rc.4
11
+ newTag : v0.12.0-rc.5
Original file line number Diff line number Diff line change 20
20
sourceRef :
21
21
kind : HelmRepository
22
22
name : tf-controller
23
- version : ' >=0.6.1 '
23
+ version : ' >=0.6.2 '
24
24
interval : 1h0s
25
25
releaseName : tf-controller
26
26
targetNamespace : flux-system
41
41
caCertValidityDuration : 24h
42
42
certRotationCheckFrequency : 30m
43
43
image :
44
- tag : v0.12.0-rc.4
44
+ tag : v0.12.0-rc.5
45
45
runner :
46
46
image :
47
- tag : v0.12.0-rc.4
47
+ tag : v0.12.0-rc.5
You can’t perform that action at this time.
0 commit comments