Skip to content

Commit

Permalink
update image version for terraform-operator v0.9.0-pre4
Browse files Browse the repository at this point in the history
  • Loading branch information
isaaguilar committed Oct 10, 2022
1 parent 52dba77 commit 834503a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.9.0-pre3
appVersion: v0.9.0-pre4
description: A Helm chart to deploy the terraform-operator Controller and CRD.
name: terraform-operator
version: 0.2.15
version: 0.2.16
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.2.15](https://img.shields.io/badge/Version-0.2.15-informational?style=flat-square) ![AppVersion: v0.9.0-pre3](https://img.shields.io/badge/AppVersion-v0.9.0--pre3-informational?style=flat-square)
![Version: 0.2.16](https://img.shields.io/badge/Version-0.2.16-informational?style=flat-square) ![AppVersion: v0.9.0-pre4](https://img.shields.io/badge/AppVersion-v0.9.0--pre4-informational?style=flat-square)

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

Expand Down Expand Up @@ -29,7 +29,7 @@ kubectl apply -f crds/terraform.yaml
| controller.environmentVars | `object` key/value envs | `{}` |
| controller.image.pullPolicy | `string` Set how kubernetes determines when to pull the docker image. | `"IfNotPresent"` |
| controller.image.repository | `string` repo name without the tag. The init container shares the name and appends `-gencert`. | `"isaaguilar/terraform-operator"` |
| controller.image.tag | `string` tag of the image | `"v0.9.0-pre3"` |
| controller.image.tag | `string` tag of the image | `"v0.9.0-pre4"` |
| controller.nodeSelector | `object` node labels for pod assignment | `{}` |
| controller.replicaCount | `int` number of replicas | `1` |
| controller.resources | `object` CPU/Memory request and limit configuration | <a href="values.yaml#L32-L38">values.yaml</a> |
Expand Down
2 changes: 1 addition & 1 deletion charts/terraform-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ controller:
# and appends `-gencert`.
repository: isaaguilar/terraform-operator
# controller.image.tag -- tag of the image
tag: v0.9.0-pre3
tag: v0.9.0-pre4
# controller.image.pullPolicy -- Set how kubernetes determines when
# to pull the docker image.
pullPolicy: IfNotPresent
Expand Down

0 comments on commit 834503a

Please sign in to comment.