Skip to content

Commit

Permalink
Merge pull request flux-iac#652 from weaveworks/bump-chart-for-v0.15.…
Browse files Browse the repository at this point in the history
…0-rc.5

bump chart for v0.15.0-rc.5
  • Loading branch information
Chanwit Kaewkasi authored Jun 6, 2023
2 parents cdbe63c + 20223ba commit af985d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/tf-controller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,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/weaveworks/tf-runner","tag":"v0.15.0-rc.4"},"serviceAccount":{"allowedNamespaces":[],"annotations":{},"create":true,"name":""}}` | Runner-specific configurations |
| 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 |
| 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/weaveworks/tf-runner"` | Runner image repository |
Expand Down
5 changes: 2 additions & 3 deletions charts/tf-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ image:
pullPolicy: IfNotPresent
# -- Overrides the image tag whose default is the chart appVersion.
# @default -- `.Chart.AppVersion`
tag: "v0.15.0-rc.4"
tag: "v0.15.0-rc.5"
# -- Controller image pull secret
imagePullSecrets: []
# -- Resource limits and requests
Expand Down Expand Up @@ -114,7 +114,7 @@ runner:
repository: ghcr.io/weaveworks/tf-runner
# -- Runner image tag
# @default -- `.Chart.AppVersion`
tag: "v0.15.0-rc.4"
tag: "v0.15.0-rc.5"
grpc:
# -- Maximum GRPC message size (Controller)
maxMessageSize: 4
Expand Down Expand Up @@ -168,7 +168,6 @@ metrics:
metricRelabelings: []
# -- Set relabelings for the endpoint of the serviceMonitor
relabelings: []

# -- Branch Based Planner-specific configurations
branchBasedPlanner:
enabled: false
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: weaveworks/tf-controller
newName: ghcr.io/weaveworks/tf-controller
newTag: v0.15.0-rc.4
newTag: v0.15.0-rc.5

0 comments on commit af985d8

Please sign in to comment.