Skip to content

Commit

Permalink
bump tforc to version 1.2.8
Browse files Browse the repository at this point in the history
  • Loading branch information
isaaguilar committed Sep 25, 2023
1 parent 7a47d43 commit ba48c4e
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-remote-controller/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions charts/terraform-operator-remote-controller/README.md
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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 | `{}` |
Expand Down
2 changes: 1 addition & 1 deletion charts/terraform-operator-remote-controller/values.yaml
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit ba48c4e

Please sign in to comment.