Commit 2664b41 1 parent 4b42d97 commit 2664b41 Copy full SHA for 2664b41
File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
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.4.1
6
- appVersion : " v0.11.0-rc.2 "
5
+ version : 0.4.2
6
+ appVersion : " v0.11.0-rc.3 "
Original file line number Diff line number Diff line change 10
10
repository : ghcr.io/weaveworks/tf-controller
11
11
pullPolicy : IfNotPresent
12
12
# Overrides the image tag whose default is the chart appVersion.
13
- tag : " v0.11.0-rc.2 "
13
+ tag : " v0.11.0-rc.3 "
14
14
# extraEnv -- Additional container environment variables.
15
15
extraEnv : {}
16
16
imagePullSecrets : []
@@ -27,7 +27,7 @@ serviceAccount:
27
27
runner :
28
28
image :
29
29
repository : ghcr.io/weaveworks/tf-runner
30
- tag : " v0.11.0-rc.2 "
30
+ tag : " v0.11.0-rc.3 "
31
31
serviceAccount :
32
32
# Specifies whether a service account should be created
33
33
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.11.0-rc.2
11
+ newTag : v0.11.0-rc.3
You can’t perform that action at this time.
0 commit comments