> ## Documentation Index
> Fetch the complete documentation index at: https://docs.nuon.co/llms.txt
> Use this file to discover all available pages before exploring further.

# 010 - Approvals

> Workflows now support approvals, so you can verify the helm / terraform plan.

*June 16th, 2025*

<div className="badge badge--primary">v0.19.582</div>

## Approvals

You can now see a Helm or Terraform plan when updating an install. Each workflow will automatically prompt you to
approve the plan, and only proceed upon approval.

<img src="https://mintcdn.com/nuoninc/5DMv6qeYvbBezGcn/updates/assets/010_approve_sandbox.png?fit=max&auto=format&n=5DMv6qeYvbBezGcn&q=85&s=fc0078b260fd71f5a6ecf142e07b5568" alt="Approve Sandbox" width="1984" height="1018" data-path="updates/assets/010_approve_sandbox.png" />

## Auto Approve Install

You can auto approve all changes on an install.

<img src="https://mintcdn.com/nuoninc/5DMv6qeYvbBezGcn/updates/assets/010_auto_approve_enabled.png?fit=max&auto=format&n=5DMv6qeYvbBezGcn&q=85&s=5127c956eb8e2291b0cb60d6e48c848c" alt="Auto Approve Install" width="686" height="670" data-path="updates/assets/010_auto_approve_enabled.png" />

## Auto Approve Workflow

Sometimes, you just want to approve the first step in a workflow. You can approve all following steps on a workflow,
which means each step will automatically proceed.

<img src="https://mintcdn.com/nuoninc/5DMv6qeYvbBezGcn/updates/assets/010_approve_workflow.png?fit=max&auto=format&n=5DMv6qeYvbBezGcn&q=85&s=82ddd0b3b36ce81eecc12b99159f1b39" alt="Approve Workflow" width="1984" height="1114" data-path="updates/assets/010_approve_workflow.png" />

## Re Plan

When an approval has been waiting for an extended period of time, you can re-run the plan phase by pressing the **Retry
Plan** button.

<img src="https://mintcdn.com/nuoninc/5DMv6qeYvbBezGcn/updates/assets/010_retry_plan.png?fit=max&auto=format&n=5DMv6qeYvbBezGcn&q=85&s=ab146ce03cfa66f3d8e1bec38dd9370b" alt="Retry Plan" width="1984" height="818" data-path="updates/assets/010_retry_plan.png" />

<img src="https://mintcdn.com/nuoninc/5DMv6qeYvbBezGcn/updates/assets/010_retry_plan_two.png?fit=max&auto=format&n=5DMv6qeYvbBezGcn&q=85&s=40c5b75bf3ceff529aec038c8ba6f8cf" alt="Retry Plan Two" width="1984" height="816" data-path="updates/assets/010_retry_plan_two.png" />

This will re-run the plan step, and prompt the approval before continuing.

## Helm component config

You can now define the `TakeOwnership` flag in the helm component config.

```toml theme={null}
name           = "helm_chart_two"
type           = "helm_chart"
chart_name     = "acme-corporation"
take_ownership = true
```

We'll be exposing more helm install flags in the future releases.

## Bug Fixes and other

* `nuon apps sync-dir` has been deprecated in favor of `nuon apps sync`.
* Fixed an issue related to authentication for BYOC installs of Nuon.
* Fixed a bug where actions could not be deleted.
* Fixed a bug where some cron actions did not run.
* Fixed a bug where an empty permissions boundary errored out.
