Skip to content

Commit

Permalink
bump tfo to v0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
isaaguilar committed Oct 3, 2023
1 parent c7bb073 commit 2b30f47
Show file tree
Hide file tree
Showing 4 changed files with 1,729 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/terraform-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: v0.13.3
appVersion: v0.14.0
description: A Helm chart to deploy the terraform-operator Controller and CRD.
name: terraform-operator
version: 0.4.7
version: 0.5.0
4 changes: 2 additions & 2 deletions charts/terraform-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# terraform-operator

![Version: 0.4.7](https://img.shields.io/badge/Version-0.4.7-informational?style=flat-square) ![AppVersion: v0.13.3](https://img.shields.io/badge/AppVersion-v0.13.3-informational?style=flat-square)
![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![AppVersion: v0.14.0](https://img.shields.io/badge/AppVersion-v0.14.0-informational?style=flat-square)

A Helm chart to deploy the terraform-operator Controller and CRD.

Expand All @@ -26,7 +26,7 @@ kubectl apply -f crds/terraform.yaml
| controller.enabled | `bool` deploy the terraform-operator controller | `true` |
| controller.replicaCount | `int` number of replicas | `1` |
| controller.image.repository | `string` image without the tag. | `"ghcr.io/galleybytes/terraform-operator"` |
| controller.image.tag | `string` tag of the image | `"v0.13.3"` |
| controller.image.tag | `string` tag of the image | `"v0.14.0"` |
| controller.image.pullPolicy | `string` Set how kubernetes determines when to pull the docker image. | `"IfNotPresent"` |
| controller.args | `list` additional arguments for the command | <a href="values.yaml#L22-L24">values.yaml</a> |
| controller.resources | `object` CPU/Memory request and limit configuration | <a href="values.yaml#L31-L37">values.yaml</a> |
Expand Down
Loading

0 comments on commit 2b30f47

Please sign in to comment.