Skip to content

Commit

Permalink
bump tforc 1.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
isaaguilar committed Oct 3, 2023
1 parent cc2e12c commit 2414a49
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.8
appVersion: 1.2.9
description: A Helm chart to deploy the terraform-operator-remote-controller
name: terraform-operator-remote-controller
version: 1.0.12
version: 1.0.13
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.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)
![Version: 1.0.13](https://img.shields.io/badge/Version-1.0.13-informational?style=flat-square) ![AppVersion: 1.2.9](https://img.shields.io/badge/AppVersion-1.2.9-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.8"}` |
| image | `object` image repository and tag | `{"repository":"ghcr.io/galleybytes/terraform-operator-remote-controller","tag":"1.2.9"}` |
| 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
4 changes: 2 additions & 2 deletions 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.8
tag: 1.2.9

# -- 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 Expand Up @@ -46,4 +46,4 @@ data:
# -- Run the manifest thru a helm-template before applying using the values from the current helm release
prerender: false
# -- The fully defined vCluster configuration
manifest: ""
manifest: ""

0 comments on commit 2414a49

Please sign in to comment.