From 49b334e4fecfbe86e361aeab46cbd125c333dffc Mon Sep 17 00:00:00 2001 From: isaaguilar Date: Fri, 4 Aug 2023 13:34:09 -0400 Subject: [PATCH] bump tfo version --- charts/terraform-operator/Chart.yaml | 4 ++-- charts/terraform-operator/README.md | 4 ++-- charts/terraform-operator/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/terraform-operator/Chart.yaml b/charts/terraform-operator/Chart.yaml index 2cc54f1..8497711 100644 --- a/charts/terraform-operator/Chart.yaml +++ b/charts/terraform-operator/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: v0.13.0 +appVersion: v0.13.1 description: A Helm chart to deploy the terraform-operator Controller and CRD. name: terraform-operator -version: 0.4.5 +version: 0.4.6 diff --git a/charts/terraform-operator/README.md b/charts/terraform-operator/README.md index 7998413..7c83f81 100644 --- a/charts/terraform-operator/README.md +++ b/charts/terraform-operator/README.md @@ -1,6 +1,6 @@ # terraform-operator -![Version: 0.4.5](https://img.shields.io/badge/Version-0.4.5-informational?style=flat-square) ![AppVersion: v0.13.0](https://img.shields.io/badge/AppVersion-v0.13.0-informational?style=flat-square) +![Version: 0.4.6](https://img.shields.io/badge/Version-0.4.6-informational?style=flat-square) ![AppVersion: v0.13.1](https://img.shields.io/badge/AppVersion-v0.13.1-informational?style=flat-square) A Helm chart to deploy the terraform-operator Controller and CRD. @@ -26,7 +26,7 @@ kubectl apply -f crds/terraform.yaml | controller.enabled | `bool` deploy the terraform-operator controller | `true` | | controller.replicaCount | `int` number of replicas | `1` | | controller.image.repository | `string` image without the tag. | `"ghcr.io/galleybytes/terraform-operator"` | -| controller.image.tag | `string` tag of the image | `"v0.13.0"` | +| controller.image.tag | `string` tag of the image | `"v0.13.1"` | | controller.image.pullPolicy | `string` Set how kubernetes determines when to pull the docker image. | `"IfNotPresent"` | | controller.args | `list` additional arguments for the command | values.yaml | | controller.resources | `object` CPU/Memory request and limit configuration | values.yaml | diff --git a/charts/terraform-operator/values.yaml b/charts/terraform-operator/values.yaml index 3ce6b67..0ac4a8e 100644 --- a/charts/terraform-operator/values.yaml +++ b/charts/terraform-operator/values.yaml @@ -12,7 +12,7 @@ controller: # controller.image.repository -- image without the tag. repository: ghcr.io/galleybytes/terraform-operator # controller.image.tag -- tag of the image - tag: v0.13.0 + tag: v0.13.1 # controller.image.pullPolicy -- Set how kubernetes determines when # to pull the docker image. pullPolicy: IfNotPresent