Skip to content

Commit 4aa42e6

Browse files
committed
bump version to v0.12.0-rc.6
1 parent d599c05 commit 4aa42e6

4 files changed

Lines changed: 8 additions & 8 deletions

File tree

charts/tf-controller/Chart.yaml

Lines changed: 2 additions & 2 deletions
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.6.2
6-
appVersion: "v0.12.0-rc.5"
5+
version: 0.6.3
6+
appVersion: "v0.12.0-rc.6"

charts/tf-controller/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ image:
2727
pullPolicy: IfNotPresent
2828
# -- Overrides the image tag whose default is the chart appVersion.
2929
# @default -- `.Chart.AppVersion`
30-
tag: "v0.12.0-rc.5"
30+
tag: "v0.12.0-rc.6"
3131
# -- Controller image pull secret
3232
imagePullSecrets: []
3333
# -- Resource limits and requests
@@ -82,7 +82,7 @@ runner:
8282
repository: ghcr.io/weaveworks/tf-runner
8383
# -- Runner image tag
8484
# @default -- `.Chart.AppVersion`
85-
tag: "v0.12.0-rc.5"
85+
tag: "v0.12.0-rc.6"
8686
grpc:
8787
# -- Maximum GRPC message size (Controller)
8888
maxMessageSize: 4

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
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.12.0-rc.5
11+
newTag: v0.12.0-rc.6

docs/rc.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
sourceRef:
2121
kind: HelmRepository
2222
name: tf-controller
23-
version: '>=0.6.2'
23+
version: '>=0.6.3'
2424
interval: 1h0s
2525
releaseName: tf-controller
2626
targetNamespace: flux-system
@@ -41,7 +41,7 @@ spec:
4141
caCertValidityDuration: 24h
4242
certRotationCheckFrequency: 30m
4343
image:
44-
tag: v0.12.0-rc.5
44+
tag: v0.12.0-rc.6
4545
runner:
4646
image:
47-
tag: v0.12.0-rc.5
47+
tag: v0.12.0-rc.6

0 commit comments

Comments
 (0)