Skip to content

Commit 1e041bc

Browse files
authored
[HELM] - Release 0.4.5 (#1181)
Bumping the helm values for a maintenace release
1 parent a315d49 commit 1e041bc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

charts/terranetes-controller/Chart.yaml

+2-2
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.7.6
7-
appVersion: v0.4.4
6+
version: v0.7.7
7+
appVersion: v0.4.5
88
sources:
99
- https://github.com/appvia/terranetes-controller
1010
- https://github.com/appvia/terranetes

charts/terranetes-controller/values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ controller:
4141
# policy is image for policy
4242
policy: bridgecrew/checkov:2.4.59
4343
# preload is the image to use for preload data jobs
44-
preload: ghcr.io/appvia/terranetes-executor:v0.4.4
44+
preload: ghcr.io/appvia/terranetes-executor:v0.4.5
4545
# is the controller image
46-
controller: ghcr.io/appvia/terranetes-controller:v0.4.4
46+
controller: ghcr.io/appvia/terranetes-controller:v0.4.5
4747
# The terranetes image used when running jobs
48-
executor: ghcr.io/appvia/terranetes-executor:v0.4.4
48+
executor: ghcr.io/appvia/terranetes-executor:v0.4.5
4949
# driftInterval is the minimum time to check for drift
5050
driftInterval: 5h
5151
# driftThreshold is the percentage of configurations which are permitted

0 commit comments

Comments
 (0)