Skip to content

Commit f07a890

Browse files
committed
bump version to v0.10.0-rc.8
Signed-off-by: Chanwit Kaewkasi <[email protected]>
1 parent d4ab4f4 commit f07a890

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

charts/tf-controller/values.yaml

+2-2
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.7"
11+
tag: "v0.10.0-rc.8"
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.7"
28+
tag: "v0.10.0-rc.8"
2929
serviceAccount:
3030
# Specifies whether a service account should be created
3131
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.10.0-rc.7
11+
newTag: v0.10.0-rc.8

0 commit comments

Comments
 (0)