diff --git a/charts/terraform-operator-api/Chart.yaml b/charts/terraform-operator-api/Chart.yaml index 81936d9..03e544d 100644 --- a/charts/terraform-operator-api/Chart.yaml +++ b/charts/terraform-operator-api/Chart.yaml @@ -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 diff --git a/charts/terraform-operator-api/README.md b/charts/terraform-operator-api/README.md index 6edc74f..60f08c8 100644 --- a/charts/terraform-operator-api/README.md +++ b/charts/terraform-operator-api/README.md @@ -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 @@ -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` | diff --git a/charts/terraform-operator-api/values.yaml b/charts/terraform-operator-api/values.yaml index 423ed81..87f8377 100644 --- a/charts/terraform-operator-api/values.yaml +++ b/charts/terraform-operator-api/values.yaml @@ -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: