Skip to content

Commit 77f5867

Browse files
authored
[HELM] - Release v0.5.5 (#1643)
1 parent 9048e45 commit 77f5867

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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.3
7-
appVersion: v0.5.4
6+
version: v0.8.4
7+
appVersion: v0.5.5
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.4
46+
preload: ghcr.io/appvia/terranetes-executor:v0.5.5
4747
# is the controller image
48-
controller: ghcr.io/appvia/terranetes-controller:v0.5.4
48+
controller: ghcr.io/appvia/terranetes-controller:v0.5.5
4949
# The terranetes image used when running jobs
50-
executor: ghcr.io/appvia/terranetes-executor:v0.5.4
50+
executor: ghcr.io/appvia/terranetes-executor:v0.5.5
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)