Skip to content

Commit 20223ba

Browse files
committed
bump chart for v0.15.0-rc.5
Signed-off-by: Chanwit Kaewkasi <[email protected]>
1 parent cdbe63c commit 20223ba

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

charts/tf-controller/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ __Note__: If you need to use the `imagePullSecrets` it would be best to set `ser
7272
| rbac.create | bool | `true` | If `true`, create and use RBAC resources |
7373
| replicaCount | int | `1` | Number of TF-Controller pods to deploy |
7474
| resources | object | `{"limits":{"cpu":"1000m","memory":"1Gi"},"requests":{"cpu":"200m","memory":"64Mi"}}` | Resource limits and requests |
75-
| runner | object | `{"creationTimeout":"5m0s","grpc":{"maxMessageSize":4},"image":{"repository":"ghcr.io/weaveworks/tf-runner","tag":"v0.15.0-rc.4"},"serviceAccount":{"allowedNamespaces":[],"annotations":{},"create":true,"name":""}}` | Runner-specific configurations |
75+
| runner | object | `{"creationTimeout":"5m0s","grpc":{"maxMessageSize":4},"image":{"repository":"ghcr.io/weaveworks/tf-runner","tag":"v0.15.0-rc.5"},"serviceAccount":{"allowedNamespaces":[],"annotations":{},"create":true,"name":""}}` | Runner-specific configurations |
7676
| runner.creationTimeout | string | `"5m0s"` | Timeout for runner-creation (Controller) |
7777
| runner.grpc.maxMessageSize | int | `4` | Maximum GRPC message size (Controller) |
7878
| runner.image.repository | string | `"ghcr.io/weaveworks/tf-runner"` | Runner image repository |

charts/tf-controller/values.yaml

+2-3
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ image:
2727
pullPolicy: IfNotPresent
2828
# -- Overrides the image tag whose default is the chart appVersion.
2929
# @default -- `.Chart.AppVersion`
30-
tag: "v0.15.0-rc.4"
30+
tag: "v0.15.0-rc.5"
3131
# -- Controller image pull secret
3232
imagePullSecrets: []
3333
# -- Resource limits and requests
@@ -114,7 +114,7 @@ runner:
114114
repository: ghcr.io/weaveworks/tf-runner
115115
# -- Runner image tag
116116
# @default -- `.Chart.AppVersion`
117-
tag: "v0.15.0-rc.4"
117+
tag: "v0.15.0-rc.5"
118118
grpc:
119119
# -- Maximum GRPC message size (Controller)
120120
maxMessageSize: 4
@@ -168,7 +168,6 @@ metrics:
168168
metricRelabelings: []
169169
# -- Set relabelings for the endpoint of the serviceMonitor
170170
relabelings: []
171-
172171
# -- Branch Based Planner-specific configurations
173172
branchBasedPlanner:
174173
enabled: false

config/manager/kustomization.yaml

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

0 commit comments

Comments
 (0)