diff --git a/charts/terranetes-controller/Chart.yaml b/charts/terranetes-controller/Chart.yaml index 8838ac942..bef38d969 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.19 -appVersion: v0.4.14 +version: v0.7.20 +appVersion: v0.4.15 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 ad9eefc6e..934ffd530 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.55 # preload is the image to use for preload data jobs - preload: ghcr.io/appvia/terranetes-executor:v0.4.14 + preload: ghcr.io/appvia/terranetes-executor:v0.4.15 # is the controller image - controller: ghcr.io/appvia/terranetes-controller:v0.4.14 + controller: ghcr.io/appvia/terranetes-controller:v0.4.15 # The terranetes image used when running jobs - executor: ghcr.io/appvia/terranetes-executor:v0.4.14 + executor: ghcr.io/appvia/terranetes-executor:v0.4.15 # Rate limting on configurations to prevent the controller from being overwhelmed. This # is the percentage of configurations which are permitted to run a plan at any one time. # Note, zero means no rate limiting is applied.