From 3a238270dd0473c1b545c9556daf29ea1abbf7f6 Mon Sep 17 00:00:00 2001 From: Rohith Jayawardene Date: Mon, 18 Nov 2024 08:37:05 +0000 Subject: [PATCH] [IMAGES] - Infracosts Version ci-0.10.39 (#1558) * [IMAGES] - Infracosts Version ci-0.10.39 Bumping the version of the infracost image to infracost/infracost:ci-0.10.39 * fix: we somehow managed to add an extra if statement, no doubt copoliot --- charts/terranetes-controller/templates/deployment.yaml | 1 - charts/terranetes-controller/values.yaml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/charts/terranetes-controller/templates/deployment.yaml b/charts/terranetes-controller/templates/deployment.yaml index 3922f6b30..06973b68f 100644 --- a/charts/terranetes-controller/templates/deployment.yaml +++ b/charts/terranetes-controller/templates/deployment.yaml @@ -62,7 +62,6 @@ spec: {{- if .Values.controller.binaryPath }} - --binary-path={{ .Values.controller.binaryPath }} {{- end }} - {{- if .Values.controller.enableHelmWebhookRegistration }} - --configurations-threshold={{ .Values.controller.configuration_rate_threshold }} - --drift-controller-interval={{ .Values.controller.driftControllerInterval }} - --drift-interval={{ .Values.controller.driftInterval }} diff --git a/charts/terranetes-controller/values.yaml b/charts/terranetes-controller/values.yaml index b96143a86..54b3e3b94 100644 --- a/charts/terranetes-controller/values.yaml +++ b/charts/terranetes-controller/values.yaml @@ -39,7 +39,7 @@ controller: # is the default image to use for terraform operations terraform: ghcr.io/opentofu/opentofu:1.8.5 # image to use for infracost - infracost: infracost/infracost:ci-0.10.35 + infracost: infracost/infracost:ci-0.10.39 # policy is image for policy policy: bridgecrew/checkov:3.2.298 # preload is the image to use for preload data jobs