From 7f6c2c9ea7a7a5632d9ec60c17ba0f01b31c6db2 Mon Sep 17 00:00:00 2001 From: Rohith Jayawardene Date: Thu, 23 Nov 2023 17:06:03 +0000 Subject: [PATCH] [HELM] - Release v0.4.4 (helm 0.7.6) (#1124) Bumping the numbers 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 e200d426e..1125d6236 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.5 -appVersion: v0.4.3 +version: v0.7.6 +appVersion: v0.4.4 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 d5a7a96ee..d6d509095 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.4.3 + preload: ghcr.io/appvia/terranetes-executor:v0.4.4 # is the controller image - controller: ghcr.io/appvia/terranetes-controller:v0.4.3 + controller: ghcr.io/appvia/terranetes-controller:v0.4.4 # The terranetes image used when running jobs - executor: ghcr.io/appvia/terranetes-executor:v0.4.3 + executor: ghcr.io/appvia/terranetes-executor:v0.4.4 # driftInterval is the minimum time to check for drift driftInterval: 5h # driftThreshold is the percentage of configurations which are permitted