Skip to content

Commit 2664b41

Browse files
committed
bump version to v0.11.0-rc.3
1 parent 4b42d97 commit 2664b41

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

charts/tf-controller/Chart.yaml

+2-2
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.1
6-
appVersion: "v0.11.0-rc.2"
5+
version: 0.4.2
6+
appVersion: "v0.11.0-rc.3"

charts/tf-controller/values.yaml

+2-2
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-rc.2"
13+
tag: "v0.11.0-rc.3"
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-rc.2"
30+
tag: "v0.11.0-rc.3"
3131
serviceAccount:
3232
# Specifies whether a service account should be created
3333
create: true

config/manager/kustomization.yaml

+1-1
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-rc.2
11+
newTag: v0.11.0-rc.3

0 commit comments

Comments
 (0)