Skip to content

Commit

Permalink
[HELM] - Release v0.4.16 (#1530)
Browse files Browse the repository at this point in the history
Bumping the versions for the release
  • Loading branch information
gambol99 authored Oct 18, 2024
1 parent df39b0a commit 107a53a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.20
appVersion: v0.4.15
version: v0.7.21
appVersion: v0.4.16
sources:
- https://github.com/appvia/terranetes-controller
- https://github.com/appvia/terranetes
Expand Down
10 changes: 5 additions & 5 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:3.2.55
# preload is the image to use for preload data jobs
preload: ghcr.io/appvia/terranetes-executor:v0.4.15
preload: ghcr.io/appvia/terranetes-executor:v0.4.16
# is the controller image
controller: ghcr.io/appvia/terranetes-controller:v0.4.15
controller: ghcr.io/appvia/terranetes-controller:v0.4.16
# The terranetes image used when running jobs
executor: ghcr.io/appvia/terranetes-executor:v0.4.15
executor: ghcr.io/appvia/terranetes-executor:v0.4.16
# Rate limting on configurations to prevent the controller from being overwhelmed. This
# is the percentage of configurations which are permitted to run a plan at any one time.
# Note, zero means no rate limiting is applied.
Expand Down Expand Up @@ -73,10 +73,10 @@ controller:
enableWatchers: true
## Indicates we should forgo the controller registering it's own webhooks and allowing
## helm to manage the webhooks for us
enableHelmWebhookRegistration: true
enableHelmWebhookRegistration: false
## indicates if the controller should register the validation and mutation webhooks
## for the Configuration, Revision and CloudResource resources
enableControllerWebhookRegistration: false
enableControllerWebhookRegistration: true
# indicates if namespace deletion should be blocked if the namespace contains one
# or more Configuration resources, forcing the user to delete correctly
enableNamespaceProtection: false
Expand Down

0 comments on commit 107a53a

Please sign in to comment.