Skip to content

Commit

Permalink
bump tfo image
Browse files Browse the repository at this point in the history
  • Loading branch information
isaaguilar committed Dec 22, 2022
1 parent e53d130 commit 4aab3af
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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-alpha2
appVersion: v0.9.0-alpha4
description: A Helm chart to deploy the terraform-operator Controller and CRD.
name: terraform-operator
version: 0.3.0
version: 0.3.1
6 changes: 3 additions & 3 deletions charts/terraform-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# terraform-operator

![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![AppVersion: v0.9.0-alpha2](https://img.shields.io/badge/AppVersion-v0.9.0--alpha2-informational?style=flat-square)
![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![AppVersion: v0.9.0-alpha4](https://img.shields.io/badge/AppVersion-v0.9.0--alpha4-informational?style=flat-square)

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

Expand Down Expand Up @@ -30,7 +30,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` image without the tag. | `"isaaguilar/terraform-operator"` |
| controller.image.tag | `string` tag of the image | `"v0.9.0-alpha2"` |
| controller.image.tag | `string` tag of the image | `"v0.9.0-alpha4"` |
| 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#L31-L37">values.yaml</a> |
Expand All @@ -44,7 +44,7 @@ kubectl apply -f crds/terraform.yaml
| webhook.environmentVars | `object` key/value envs | `{}` |
| webhook.image.pullPolicy | `string` Set how kubernetes determines when to pull the docker image. | `"IfNotPresent"` |
| webhook.image.repository | `string` image without the tag. Usually the same as the controller | `"isaaguilar/terraform-operator"` |
| webhook.image.tag | `string` tag of the image | `"v0.9.0-alpha2"` |
| webhook.image.tag | `string` tag of the image | `"v0.9.0-alpha4"` |
| webhook.nodeSelector | `object` node labels for pod assignment | `{}` |
| webhook.replicaCount | `int` number of replicas for the webhook | `2` |
| webhook.resources | `object` CPU/Memory request and limit configuration | <a href="values.yaml#L85">values.yaml</a> |
Expand Down
4 changes: 2 additions & 2 deletions charts/terraform-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ controller:
# controller.image.repository -- image without the tag.
repository: isaaguilar/terraform-operator
# controller.image.tag -- tag of the image
tag: v0.9.0-alpha2
tag: v0.9.0-alpha4
# controller.image.pullPolicy -- Set how kubernetes determines when
# to pull the docker image.
pullPolicy: IfNotPresent
Expand Down Expand Up @@ -70,7 +70,7 @@ webhook:
# -- image without the tag. Usually the same as the controller
repository: isaaguilar/terraform-operator
# -- tag of the image
tag: v0.9.0-alpha2
tag: v0.9.0-alpha4
# -- Set how kubernetes determines when to pull the docker image.
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 4aab3af

Please sign in to comment.