Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump chart and doc yamls to v0.16.0-rc.4 #1242

Merged
merged 2 commits into from
Mar 13, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
bump chart and doc yamls to v0.16.0-rc.4
Signed-off-by: Chanwit Kaewkasi <chanwit@gmail.com>
chanwit committed Mar 13, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit e106a09216cd009e09b27f9924aa83cffb1bc30d
4 changes: 2 additions & 2 deletions charts/tf-controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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/values.yaml
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion config/branch-planner/kustomization.yaml
Original file line number Diff line number Diff line change
@@ -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
@@ -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
@@ -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
6 changes: 3 additions & 3 deletions docs/release.yaml
Original file line number Diff line number Diff line change
@@ -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