From a4505ae4f4b90c154dc06c672552676e29693c15 Mon Sep 17 00:00:00 2001 From: Rohith Jayawardene Date: Fri, 6 Oct 2023 14:22:05 +0100 Subject: [PATCH] [HELM] - Helm Release v0.4.0 Bumping the charts for the helm 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 98ad8955a..2168cc4bb 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.6.8 -appVersion: v0.3.31 +version: v0.7.0 +appVersion: v0.4.0 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 47bf11847..62db8c2e2 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:2.4.59 # preload is the image to use for preload data jobs - preload: ghcr.io/appvia/terranetes-executor:v0.3.31 + preload: ghcr.io/appvia/terranetes-executor:v0.4.0 # is the controller image - controller: ghcr.io/appvia/terranetes-controller:v0.3.31 + controller: ghcr.io/appvia/terranetes-controller:v0.4.0 # The terranetes image used when running jobs - executor: ghcr.io/appvia/terranetes-executor:v0.3.31 + executor: ghcr.io/appvia/terranetes-executor:v0.4.0 # driftInterval is the minimum time to check for drift driftInterval: 5h # driftThreshold is the percentage of configurations which are permitted