Skip to content

Commit

Permalink
Change chart source and Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ssharmacs committed Jul 5, 2023
1 parent 894c8ba commit 729cb8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm-charts/falcon-kac/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ keywords:
home: https://crowdstrike.com

sources:
- https://artifactory.cicd.dc/artifactory/eng-xdr-crp-helm-dev-virtual
- https://github.com/CrowdStrike/falcon-helm

maintainers:
- name: CrowdStrike Deployment Engineering
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/falcon-kac/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ The Falcon KAC does not monitor these namespaces:
**Tip**: An AID is assigned to the Falcon KAC when it communicates with the Falcon cloud. If the Falcon KAC has an AID that is not all zeros, it is installed and running properly.

## Update Falcon KAC
When a new container image is available, you can update your Falcon KAC by passing the new container image to the Helm chart. Falcon KAC does not support auto-update. You must manually update the Falcon KAC on your cluster.
When a new container image is available, you can update your Falcon KAC by passing the new container image to the Helm chart and then running a `helm upgrade` command. In general, Helm charts do not support auto-updating running resources. Falcon KAC does not support auto-update. You must manually update the Falcon KAC on your cluster or update through a GitOps or CI/CD pipeline per Kubernetes Best Operational and Security practices.
- Set a new variable for the Falcon KAC container image tag:
```
export KAC_IMAGE_TAG=<KAC_version>.container.x86_64.Release.<cloud_region>
Expand Down

0 comments on commit 729cb8c

Please sign in to comment.