Skip to content

Commit e79006e

Browse files
committed
bump v0.12.0-rc.5
1 parent 695e824 commit e79006e

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

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.1
6-
appVersion: "v0.12.0-rc.4"
5+
version: 0.6.2
6+
appVersion: "v0.12.0-rc.5"

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.4"
30+
tag: "v0.12.0-rc.5"
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.4"
85+
tag: "v0.12.0-rc.5"
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.4
11+
newTag: v0.12.0-rc.5

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.1'
23+
version: '>=0.6.2'
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.4
44+
tag: v0.12.0-rc.5
4545
runner:
4646
image:
47-
tag: v0.12.0-rc.4
47+
tag: v0.12.0-rc.5

0 commit comments

Comments
 (0)