Skip to content

Commit

Permalink
[HELM] - Release v0.4.4 (helm 0.7.6) (#1124)
Browse files Browse the repository at this point in the history
Bumping the numbers for the release
  • Loading branch information
gambol99 authored Nov 23, 2023
1 parent 4c6c55f commit 7f6c2c9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/terranetes-controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ apiVersion: v2
name: terranetes-controller
description: Controller used to provision a terraform workflow within kubernetes
type: application
version: v0.7.5
appVersion: v0.4.3
version: v0.7.6
appVersion: v0.4.4
sources:
- https://github.com/appvia/terranetes-controller
- https://github.com/appvia/terranetes
Expand Down
6 changes: 3 additions & 3 deletions charts/terranetes-controller/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ controller:
# policy is image for policy
policy: bridgecrew/checkov:2.4.59
# preload is the image to use for preload data jobs
preload: ghcr.io/appvia/terranetes-executor:v0.4.3
preload: ghcr.io/appvia/terranetes-executor:v0.4.4
# is the controller image
controller: ghcr.io/appvia/terranetes-controller:v0.4.3
controller: ghcr.io/appvia/terranetes-controller:v0.4.4
# The terranetes image used when running jobs
executor: ghcr.io/appvia/terranetes-executor:v0.4.3
executor: ghcr.io/appvia/terranetes-executor:v0.4.4
# driftInterval is the minimum time to check for drift
driftInterval: 5h
# driftThreshold is the percentage of configurations which are permitted
Expand Down

0 comments on commit 7f6c2c9

Please sign in to comment.