diff --git a/charts/tf-controller/Chart.yaml b/charts/tf-controller/Chart.yaml index 8a4323801..f211f7497 100644 --- a/charts/tf-controller/Chart.yaml +++ b/charts/tf-controller/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: tf-controller description: The Helm chart for Weave GitOps Terraform Controller type: application -version: 0.16.0-rc.3 -appVersion: "v0.16.0-rc.3" +version: 0.16.0-rc.4 +appVersion: "v0.16.0-rc.4" diff --git a/charts/tf-controller/README.md b/charts/tf-controller/README.md index 5027cb33a..84b67107c 100644 --- a/charts/tf-controller/README.md +++ b/charts/tf-controller/README.md @@ -1,6 +1,6 @@ # Weave GitOps Terraform Controller -![Version: 0.16.0-rc.3](https://img.shields.io/badge/Version-0.16.0--rc.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.16.0-rc.3](https://img.shields.io/badge/AppVersion-v0.16.0--rc.3-informational?style=flat-square) +![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) The Helm chart for Weave GitOps Terraform Controller @@ -76,7 +76,7 @@ __Note__: If you need to use the `imagePullSecrets` it would be best to set `ser | rbac.create | bool | `true` | If `true`, create and use RBAC resources | | replicaCount | int | `1` | Number of TF-Controller pods to deploy | | resources | object | `{"limits":{"cpu":"1000m","memory":"1Gi"},"requests":{"cpu":"200m","memory":"64Mi"}}` | Resource limits and requests | -| runner | object | `{"creationTimeout":"5m0s","grpc":{"maxMessageSize":4},"image":{"repository":"ghcr.io/flux-iac/tf-runner","tag":"v0.16.0-rc.3"},"serviceAccount":{"allowedNamespaces":[],"annotations":{},"create":true,"name":""}}` | Runner-specific configurations | +| runner | object | `{"creationTimeout":"5m0s","grpc":{"maxMessageSize":4},"image":{"repository":"ghcr.io/flux-iac/tf-runner","tag":"v0.16.0-rc.4"},"serviceAccount":{"allowedNamespaces":[],"annotations":{},"create":true,"name":""}}` | Runner-specific configurations | | runner.creationTimeout | string | `"5m0s"` | Timeout for runner-creation (Controller) | | runner.grpc.maxMessageSize | int | `4` | Maximum GRPC message size (Controller) | | runner.image.repository | string | `"ghcr.io/flux-iac/tf-runner"` | Runner image repository | diff --git a/charts/tf-controller/values.yaml b/charts/tf-controller/values.yaml index c1e6ffc71..70d56f28f 100644 --- a/charts/tf-controller/values.yaml +++ b/charts/tf-controller/values.yaml @@ -29,7 +29,7 @@ image: pullPolicy: IfNotPresent # -- Overrides the image tag whose default is the chart appVersion. # @default -- `.Chart.AppVersion` - tag: "v0.16.0-rc.3" + tag: "v0.16.0-rc.4" # -- Controller image pull secret imagePullSecrets: [] # -- Resource limits and requests @@ -119,7 +119,7 @@ runner: repository: ghcr.io/flux-iac/tf-runner # -- Runner image tag # @default -- `.Chart.AppVersion` - tag: "v0.16.0-rc.3" + tag: "v0.16.0-rc.4" grpc: # -- Maximum GRPC message size (Controller) maxMessageSize: 4 diff --git a/config/branch-planner/kustomization.yaml b/config/branch-planner/kustomization.yaml index 8a016b24f..4cb62f6bb 100644 --- a/config/branch-planner/kustomization.yaml +++ b/config/branch-planner/kustomization.yaml @@ -8,4 +8,4 @@ generatorOptions: images: - name: flux-iac/branch-planner newName: ghcr.io/flux-iac/branch-planner - newTag: v0.16.0-rc.3 + newTag: v0.16.0-rc.4 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index b9857e6ae..23084b51f 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -8,4 +8,4 @@ generatorOptions: images: - name: flux-iac/tofu-controller newName: ghcr.io/flux-iac/tofu-controller - newTag: v0.16.0-rc.3 + newTag: v0.16.0-rc.4 diff --git a/docs/branch-planner/release.yaml b/docs/branch-planner/release.yaml index e4723c99a..d155d3e57 100644 --- a/docs/branch-planner/release.yaml +++ b/docs/branch-planner/release.yaml @@ -21,7 +21,7 @@ spec: sourceRef: kind: HelmRepository name: tf-controller - version: '>=0.16.0-rc.3' + version: '>=0.16.0-rc.4' interval: 1h0s releaseName: tf-controller targetNamespace: flux-system @@ -46,13 +46,13 @@ spec: caCertValidityDuration: 24h certRotationCheckFrequency: 30m image: - tag: v0.16.0-rc.3 + tag: v0.16.0-rc.4 runner: image: - tag: v0.16.0-rc.3 + tag: v0.16.0-rc.4 grpc: maxMessageSize: 30 branchPlanner: enabled: true image: - tag: v0.16.0-rc.3 + tag: v0.16.0-rc.4 diff --git a/docs/release.yaml b/docs/release.yaml index a06da03f2..bc7aa1083 100644 --- a/docs/release.yaml +++ b/docs/release.yaml @@ -21,7 +21,7 @@ spec: sourceRef: kind: HelmRepository name: tf-controller - version: '>=0.16.0-rc.3' + version: '>=0.16.0-rc.4' interval: 1h0s releaseName: tf-controller targetNamespace: flux-system @@ -46,9 +46,9 @@ spec: caCertValidityDuration: 24h certRotationCheckFrequency: 30m image: - tag: v0.16.0-rc.3 + tag: v0.16.0-rc.4 runner: image: - tag: v0.16.0-rc.3 + tag: v0.16.0-rc.4 grpc: maxMessageSize: 30