diff --git a/charts/terraform-operator-remote-controller/Chart.yaml b/charts/terraform-operator-remote-controller/Chart.yaml index 52a4d68..1cd7cda 100644 --- a/charts/terraform-operator-remote-controller/Chart.yaml +++ b/charts/terraform-operator-remote-controller/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: 1.2.7 +appVersion: 1.2.8 description: A Helm chart to deploy the terraform-operator-remote-controller name: terraform-operator-remote-controller -version: 1.0.11 +version: 1.0.12 diff --git a/charts/terraform-operator-remote-controller/README.md b/charts/terraform-operator-remote-controller/README.md index 0560e77..1e2d1ca 100644 --- a/charts/terraform-operator-remote-controller/README.md +++ b/charts/terraform-operator-remote-controller/README.md @@ -1,6 +1,6 @@ # terraform-operator-remote-controller -![Version: 1.0.11](https://img.shields.io/badge/Version-1.0.11-informational?style=flat-square) ![AppVersion: 1.2.7](https://img.shields.io/badge/AppVersion-1.2.7-informational?style=flat-square) +![Version: 1.0.12](https://img.shields.io/badge/Version-1.0.12-informational?style=flat-square) ![AppVersion: 1.2.8](https://img.shields.io/badge/AppVersion-1.2.8-informational?style=flat-square) A Helm chart to deploy the terraform-operator-remote-controller @@ -15,7 +15,7 @@ $ helm install terraform-operator-remote-controller galleybytes/terraform-operat | Key | Description | Default | |---|---|---| -| image | `object` image repository and tag | `{"repository":"ghcr.io/galleybytes/terraform-operator-remote-controller","tag":"1.2.7"}` | +| image | `object` image repository and tag | `{"repository":"ghcr.io/galleybytes/terraform-operator-remote-controller","tag":"1.2.8"}` | | env | `list` Env defined like k8s EnvVar https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.21/#envvar-v1-core. Values can be tpl ie `{{ .Values.CLIENT_NAME }}` where `CLIENT_NAME` can be defined elsewhere. | `[]` | | resources | `object` CPU/Memory request and limit configuration | `{"limits":{"cpu":"50m","memory":"32M"},"requests":{"cpu":"5m","memory":"32M"}}` | | nodeSelector | `object` node labels for pod assignment | `{}` | diff --git a/charts/terraform-operator-remote-controller/values.yaml b/charts/terraform-operator-remote-controller/values.yaml index 8b4cbeb..57ad242 100644 --- a/charts/terraform-operator-remote-controller/values.yaml +++ b/charts/terraform-operator-remote-controller/values.yaml @@ -1,7 +1,7 @@ # -- image repository and tag image: repository: ghcr.io/galleybytes/terraform-operator-remote-controller - tag: 1.2.7 + tag: 1.2.8 # -- Env defined like k8s EnvVar https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.21/#envvar-v1-core. # Values can be tpl ie `{{ .Values.CLIENT_NAME }}` where `CLIENT_NAME` can be defined elsewhere.