Skip to content

Commit 160d0da

Browse files
authored
[HELM] - Release v0.5.6 (#1673)
Bumping the values for the next release
1 parent cb40169 commit 160d0da

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

charts/terranetes-controller/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ apiVersion: v2
33
name: terranetes-controller
44
description: Controller used to provision a terraform workflow within kubernetes
55
type: application
6-
version: v0.8.4
7-
appVersion: v0.5.5
6+
version: v0.8.5
7+
appVersion: v0.5.6
88
sources:
99
- https://github.com/appvia/terranetes-controller
1010
- https://github.com/appvia/terranetes

charts/terranetes-controller/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ controller:
4343
# policy is image for policy
4444
policy: bridgecrew/checkov:3.2.298
4545
# preload is the image to use for preload data jobs
46-
preload: ghcr.io/appvia/terranetes-executor:v0.5.5
46+
preload: ghcr.io/appvia/terranetes-executor:v0.5.6
4747
# is the controller image
48-
controller: ghcr.io/appvia/terranetes-controller:v0.5.5
48+
controller: ghcr.io/appvia/terranetes-controller:v0.5.6
4949
# The terranetes image used when running jobs
50-
executor: ghcr.io/appvia/terranetes-executor:v0.5.5
50+
executor: ghcr.io/appvia/terranetes-executor:v0.5.6
5151
# Rate limting on configurations to prevent the controller from being overwhelmed. This
5252
# is the percentage of configurations which are permitted to run a plan at any one time.
5353
# Note, zero means no rate limiting is applied.

0 commit comments

Comments
 (0)