Skip to content

Commit 2a00adf

Browse files
authored
[HELM] - Release v0.5.3 (#1590)
Bumping the numbers to release the v0.5.3 application version
1 parent cbcfbec commit 2a00adf

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.1
7-
appVersion: v0.5.1
6+
version: v0.8.2
7+
appVersion: v0.5.3
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.0
46+
preload: ghcr.io/appvia/terranetes-executor:v0.5.3
4747
# is the controller image
48-
controller: ghcr.io/appvia/terranetes-controller:v0.5.0
48+
controller: ghcr.io/appvia/terranetes-controller:v0.5.3
4949
# The terranetes image used when running jobs
50-
executor: ghcr.io/appvia/terranetes-executor:v0.5.0
50+
executor: ghcr.io/appvia/terranetes-executor:v0.5.3
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)