Skip to content

Commit

Permalink
bump tfoapi 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
isaaguilar committed May 23, 2024
1 parent 5b312c0 commit 68fd1ed
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-api/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: 0.9.0
appVersion: 0.9.1
description: A Helm chart to deploy the terraform-operator-api
name: terraform-operator-api
version: 1.1.3
version: 1.1.4
4 changes: 2 additions & 2 deletions charts/terraform-operator-api/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# terraform-operator-api

![Version: 1.1.3](https://img.shields.io/badge/Version-1.1.3-informational?style=flat-square) ![AppVersion: 0.9.0](https://img.shields.io/badge/AppVersion-0.9.0-informational?style=flat-square)
![Version: 1.1.4](https://img.shields.io/badge/Version-1.1.4-informational?style=flat-square) ![AppVersion: 0.9.1](https://img.shields.io/badge/AppVersion-0.9.1-informational?style=flat-square)

A Helm chart to deploy the terraform-operator-api

Expand All @@ -19,7 +19,7 @@ $ helm install galleybytes/terraform-operator-api --namespace tf-system
| env | `list` Env defined like k8s EnvVar https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#envvar-v1-core. | `[]` |
| replicas | `int` The desired number of identical pods the deployment maintains | `3` |
| envFrom | `list` List of sources to populate environment variables in the container. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.29/#envfromsource-v1-core | `[]` |
| image.tag | `string` | `"0.9.0"` |
| image.tag | `string` | `"0.9.1"` |
| server.port | `int` The port the runtime exposes to connect to the webserver | `5555` |
| service.annotations | `object` Service annotations key/values for the service resource | `{}` |
| service.port | `int` the http or https port clients will use to access the `server.port` | `80` |
Expand Down
2 changes: 1 addition & 1 deletion charts/terraform-operator-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ envFrom: []
# Image options
image:
# The container image tag
tag: 0.9.0
tag: 0.9.1

# - Options for the api-webserver
server:
Expand Down

0 comments on commit 68fd1ed

Please sign in to comment.