Skip to content

Commit 810d806

Browse files
authored
Merge pull request #1503 from flux-iac/release-v0.16.0-rc.5
Release v0.16.0-rc.5
2 parents 2943551 + cafcbed commit 810d806

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

charts/tofu-controller/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ apiVersion: v2
22
name: tofu-controller
33
description: The Helm chart for Weave GitOps Terraform Controller
44
type: application
5-
version: 0.16.0-rc.4
6-
appVersion: "v0.16.0-rc.4"
5+
version: 0.16.0-rc.5
6+
appVersion: "v0.16.0-rc.5"

charts/tofu-controller/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Tofu Controller
22

3-
![Version: 0.16.0-rc.4](https://img.shields.io/badge/Version-0.16.0--rc.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.16.0-rc.4](https://img.shields.io/badge/AppVersion-v0.16.0--rc.4-informational?style=flat-square)
3+
![Version: 0.16.0-rc.5](https://img.shields.io/badge/Version-0.16.0--rc.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.16.0-rc.5](https://img.shields.io/badge/AppVersion-v0.16.0--rc.5-informational?style=flat-square)
44

55
This is the Helm chart for the [Tofu Controller](https://github.com/flux-iac/tofu-controller), an IAC controller for Flux [Flux](https://fluxcd.io) to reconcile OpenTofu and Terraform resources in the GitOps way.
66

@@ -80,7 +80,7 @@ __Note__: If you need to use the `imagePullSecrets` it would be best to set `ser
8080
| rbac.create | bool | `true` | If `true`, create and use RBAC resources |
8181
| replicaCount | int | `1` | Number of tofu-controller pods to deploy |
8282
| resources | object | `{"limits":{"cpu":"1000m","memory":"1Gi"},"requests":{"cpu":"200m","memory":"64Mi"}}` | Resource limits and requests |
83-
| runner | object | `{"creationTimeout":"5m0s","grpc":{"maxMessageSize":4},"image":{"repository":"ghcr.io/flux-iac/tf-runner","tag":"v0.16.0-rc.4"},"serviceAccount":{"allowedNamespaces":["flux-system"],"annotations":{},"create":true,"name":""}}` | Runner-specific configurations |
83+
| runner | object | `{"creationTimeout":"5m0s","grpc":{"maxMessageSize":4},"image":{"repository":"ghcr.io/flux-iac/tf-runner","tag":"v0.16.0-rc.5"},"serviceAccount":{"allowedNamespaces":["flux-system"],"annotations":{},"create":true,"name":""}}` | Runner-specific configurations |
8484
| runner.creationTimeout | string | `"5m0s"` | Timeout for runner-creation (Controller) |
8585
| runner.grpc.maxMessageSize | int | `4` | Maximum GRPC message size (Controller) |
8686
| runner.image.repository | string | `"ghcr.io/flux-iac/tf-runner"` | Runner image repository |

charts/tofu-controller/values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ image:
3131
pullPolicy: IfNotPresent
3232
# -- Overrides the image tag whose default is the chart appVersion.
3333
# @default -- `.Chart.AppVersion`
34-
tag: "v0.16.0-rc.4"
34+
tag: "v0.16.0-rc.5"
3535
# -- Controller image pull secret
3636
imagePullSecrets: []
3737
# -- Resource limits and requests
@@ -121,7 +121,7 @@ runner:
121121
repository: ghcr.io/flux-iac/tf-runner
122122
# -- Runner image tag
123123
# @default -- `.Chart.AppVersion`
124-
tag: "v0.16.0-rc.4"
124+
tag: "v0.16.0-rc.5"
125125
grpc:
126126
# -- Maximum GRPC message size (Controller)
127127
maxMessageSize: 4
@@ -136,7 +136,7 @@ runner:
136136
name: ""
137137
# -- List of namespaces that the runner may run within (in addition to namespace of the controller itself)
138138
allowedNamespaces:
139-
- flux-system
139+
- flux-system
140140
# EKS-specific configurations
141141
# -- Create an AWS EKS Security Group Policy with the supplied Security Group IDs [See](https://docs.aws.amazon.com/eks/latest/userguide/security-groups-for-pods.html#deploy-securitygrouppolicy)
142142
eksSecurityGroupPolicy:

config/branch-planner/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ generatorOptions:
88
images:
99
- name: flux-iac/branch-planner
1010
newName: ghcr.io/flux-iac/branch-planner
11-
newTag: v0.16.0-rc.4
11+
newTag: v0.16.0-rc.5

config/manager/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ generatorOptions:
88
images:
99
- name: flux-iac/tofu-controller
1010
newName: ghcr.io/flux-iac/tofu-controller
11-
newTag: v0.16.0-rc.4
11+
newTag: v0.16.0-rc.5

docs/branch-planner/release.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
sourceRef:
2222
kind: HelmRepository
2323
name: tf-controller
24-
version: '>=0.16.0-rc.4'
24+
version: '>=0.16.0-rc.5'
2525
interval: 1h0s
2626
releaseName: tf-controller
2727
targetNamespace: flux-system
@@ -46,13 +46,13 @@ spec:
4646
caCertValidityDuration: 24h
4747
certRotationCheckFrequency: 30m
4848
image:
49-
tag: v0.16.0-rc.4
49+
tag: v0.16.0-rc.5
5050
runner:
5151
image:
52-
tag: v0.16.0-rc.4
52+
tag: v0.16.0-rc.5
5353
grpc:
5454
maxMessageSize: 30
5555
branchPlanner:
5656
enabled: true
5757
image:
58-
tag: v0.16.0-rc.4
58+
tag: v0.16.0-rc.5

docs/release.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
sourceRef:
2222
kind: HelmRepository
2323
name: tf-controller
24-
version: '0.16.0-rc.4'
24+
version: '>=0.16.0-rc.5'
2525
interval: 1h0s
2626
releaseName: tf-controller
2727
targetNamespace: flux-system
@@ -46,9 +46,9 @@ spec:
4646
caCertValidityDuration: 24h
4747
certRotationCheckFrequency: 30m
4848
image:
49-
tag: v0.16.0-rc.4
49+
tag: v0.16.0-rc.5
5050
runner:
5151
image:
52-
tag: v0.16.0-rc.4
52+
tag: v0.16.0-rc.5
5353
grpc:
5454
maxMessageSize: 30

0 commit comments

Comments
 (0)