Skip to content

Commit cafcbed

Browse files
committed
make helm-docs
1 parent 1b20460 commit cafcbed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

charts/tofu-controller/README.md

Lines changed: 2 additions & 2 deletions
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 |

0 commit comments

Comments
 (0)