From eb8090b1566bb37c5a176e21aabb21b7b6582cbb Mon Sep 17 00:00:00 2001 From: Rohith Jayawardene Date: Thu, 29 Aug 2024 10:58:49 +0100 Subject: [PATCH] [HELM] - Release 0.4.12 (#1494) Bumping the values for the release --- charts/terranetes-controller/Chart.yaml | 4 ++-- charts/terranetes-controller/values.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/terranetes-controller/Chart.yaml b/charts/terranetes-controller/Chart.yaml index 2e18f63c1..2bea9f455 100644 --- a/charts/terranetes-controller/Chart.yaml +++ b/charts/terranetes-controller/Chart.yaml @@ -3,8 +3,8 @@ apiVersion: v2 name: terranetes-controller description: Controller used to provision a terraform workflow within kubernetes type: application -version: v0.7.16 -appVersion: v0.4.11 +version: v0.7.17 +appVersion: v0.4.12 sources: - https://github.com/appvia/terranetes-controller - https://github.com/appvia/terranetes diff --git a/charts/terranetes-controller/values.yaml b/charts/terranetes-controller/values.yaml index f9c09cad4..2e377c7de 100644 --- a/charts/terranetes-controller/values.yaml +++ b/charts/terranetes-controller/values.yaml @@ -41,11 +41,11 @@ controller: # policy is image for policy policy: bridgecrew/checkov:3.2.55 # preload is the image to use for preload data jobs - preload: ghcr.io/appvia/terranetes-executor:v0.4.11 + preload: ghcr.io/appvia/terranetes-executor:v0.4.12 # is the controller image - controller: ghcr.io/appvia/terranetes-controller:v0.4.11 + controller: ghcr.io/appvia/terranetes-controller:v0.4.12 # The terranetes image used when running jobs - executor: ghcr.io/appvia/terranetes-executor:v0.4.11 + executor: ghcr.io/appvia/terranetes-executor:v0.4.12 # Rate limting on configurations to prevent the controller from being overwhelmed. This # is the percentage of configurations which are permitted to run a plan at any one time. # Note, zero means no rate limiting is applied.