Skip to content

Commit

Permalink
Merge pull request #1242 from flux-iac/bump-v0.16.0-rc.4
Browse files Browse the repository at this point in the history
bump chart and doc yamls to v0.16.0-rc.4
  • Loading branch information
chanwit committed Mar 13, 2024
2 parents e48c105 + 2bce19f commit adcf570
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions charts/tf-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions charts/tf-controller/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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 |
Expand Down
4 changes: 2 additions & 2 deletions charts/tf-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/branch-planner/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions docs/branch-planner/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
6 changes: 3 additions & 3 deletions docs/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit adcf570

Please sign in to comment.