Skip to content

Commit f19e47f

Browse files
authored
Merge pull request #330 from mcrowson/shra-chart-name-fix
fixing the SHRA chart name
2 parents 65fe13c + 677720f commit f19e47f

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

helm-charts/falcon-self-hosted-registry-assessment/Chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
apiVersion: v2
2-
name: registry-scanner
2+
name: falcon-self-hosted-registry-assessment
33
description: CrowdStrike Self-hosted Registry Assessment
44

55
# A chart can be either an 'application' or a 'library' chart.
@@ -15,10 +15,10 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.0
18+
version: 0.2.0
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "0.1.0"
24+
appVersion: "0.2.0"

helm-charts/falcon-self-hosted-registry-assessment/README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -959,16 +959,16 @@ To verify that the Connector is receiving data:
959959
1. In the list, find the connector you created and check its status. If it's receiving data, the status is **Active**.
960960

961961
To view the logs from this connector:
962-
1. Go to [**Next-Gen SEIM** > **Log management ** > **Advanced event search**](https://falcon.crowdstrike.com/investigate/search?end=&query=kubernetes.namespace%20%3D%20%22registry-scanner%22&repo=all&start=30m).
962+
1. Go to [**Next-Gen SEIM** > **Log management ** > **Advanced event search**](https://falcon.crowdstrike.com/investigate/search?end=&query=kubernetes.namespace%20%3D%20%22falcon-self-hosted-registry-assessment%22&repo=all&start=30m).
963963
1. Filter by the Kubernetes namespace by adding the following to the query box (adjust if you chose a different namespace)
964-
`kubernetes.namespace = "registry-scanner"`.
964+
`kubernetes.namespace = "falcon-self-hosted-registry-assessment"`.
965965
1. Keep this window open to monitor for results. Click **Run** once SHRA is installed.
966966

967967
### Configure saved searches to monitor SHRA
968968

969969
Now that your SHRA logs are ingested by LogScale, you can configure scheduled searches to be notified of any issues your SHRA may have in connecting to registries or performing assessment.
970970

971-
1. Go to [**Next-Gen SEIM** > **Log management ** > **Advanced event search**](https://falcon.crowdstrike.com/investigate/search?end=&query=kubernetes.namespace%20%3D%20%22registry-scanner%22&repo=all&start=30m).
971+
1. Go to [**Next-Gen SEIM** > **Log management ** > **Advanced event search**](https://falcon.crowdstrike.com/investigate/search?end=&query=kubernetes.namespace%20%3D%20%22falcon-self-hosted-registry-assessment%22&repo=all&start=30m).
972972

973973
1. Modify the query to search for errors. We recommend the following broad search filter:
974974

@@ -1011,7 +1011,7 @@ Before you install, follow the configuration steps above to prepare your account
10111011
1. Verify your installation.
10121012

10131013
```sh
1014-
helm show values crowdstrike/registry-scanner
1014+
helm show values crowdstrike/falcon-self-hosted-registry-assessment
10151015
```
10161016

10171017
The job controller and executor are now live, and the first registry scans will begin according to your configured cron schedules associated with each registry.

0 commit comments

Comments
 (0)