From 651ea7f42fd506e316cca5fdb2579821b9af0816 Mon Sep 17 00:00:00 2001 From: Rohith Jayawardene Date: Wed, 6 Mar 2024 14:44:07 +0000 Subject: [PATCH] [HELM] - Release v0.4.7 Updating the versions to cut the latest 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 1eec3a303..efea9f03c 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.8 -appVersion: v0.4.6 +version: v0.7.9 +appVersion: v0.4.7 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 8e95ababb..39c3a511d 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.10 # preload is the image to use for preload data jobs - preload: ghcr.io/appvia/terranetes-executor:v0.4.6 + preload: ghcr.io/appvia/terranetes-executor:v0.4.7 # is the controller image - controller: ghcr.io/appvia/terranetes-controller:v0.4.6 + controller: ghcr.io/appvia/terranetes-controller:v0.4.7 # The terranetes image used when running jobs - executor: ghcr.io/appvia/terranetes-executor:v0.4.6 + executor: ghcr.io/appvia/terranetes-executor:v0.4.7 # driftInterval is the minimum time to check for drift driftInterval: 5h # driftThreshold is the percentage of configurations which are permitted