Skip to content

Commit

Permalink
[IMAGES] - Infracosts Version ci-0.10.39 (#1558)
Browse files Browse the repository at this point in the history
* [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
  • Loading branch information
gambol99 authored Nov 18, 2024
1 parent 4d08afd commit 3a23827
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion charts/terranetes-controller/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion charts/terranetes-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a23827

Please sign in to comment.