> For the complete documentation index, see [llms.txt](https://docs.prismacloud.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.prismacloud.io/admin-guide/upgrade/upgrade-defender-helm.md).

# Manually upgrade Defender DaemonSets (Helm)

Generate an updated Helm chart for the Defender DaemonSet, and then upgrade to it.

1. Create an updated Defender DaemonSet Helm chart.

   ```
   $ ./twistcli defender export kubernetes \
     --address <PATH_TO_CONSOLE> \
     --user <ADMIN_USER> \
     --cluster-address <REGION_CODE>.cloud.twistlock.com \
     --helm
   ```

   Get the value for "--address" from "Compute > Manage > System > Utilities > Path to Console".

   The value for "--cluster-address" will be only the region, with .cloud.twistlock.com appended.

   Example command for the app4, us-west1 stack:

   ```
   ./twistcli defender export kubernetes \
       --address https://us-west1.cloud.twistlock.com/us-4-xxxxxx \
       --user serviceAccountUsername \
       --cluster-address us-west1.cloud.twistlock.com \
       --helm
   ```

   For Prisma Cloud Enterprise Edition, the user is either an access key, or a service account username.
2. Install the updated chart.

   ```
   $ helm upgrade twistlock-defender-ds \
     --namespace twistlock \
     --recreate-pods
     ./twistlock-defender-helm.tar.gz
   ```


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.prismacloud.io/admin-guide/upgrade/upgrade-defender-helm.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
