Skip to content

Commit

Permalink
remove deprecated config file (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
wajihyassine authored Sep 29, 2023
1 parent 0fff20e commit 55360a4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/timesketch/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: timesketch
version: 0.3.0
version: 0.3.1
description: A Helm chart for Timesketch Kubernetes deployments.
keywords:
- timesketch
Expand Down
1 change: 0 additions & 1 deletion charts/timesketch/templates/init-configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ data:
wget $GITHUB_BASE_URL/data/generic.mappings -O generic.mappings
wget $GITHUB_BASE_URL/data/features.yaml -O features.yaml
wget $GITHUB_BASE_URL/data/ontology.yaml -O ontology.yaml
wget $GITHUB_BASE_URL/data/sigma_rule_status.csv -O sigma_rule_status.csv
wget $GITHUB_BASE_URL/data/intelligence_tag_metadata.yaml -O intelligence_tag_metadata.yaml
wget $GITHUB_BASE_URL/data/sigma_config.yaml -O sigma_config.yaml
wget $GITHUB_BASE_URL/data/sigma/rules/lnx_susp_zmap.yml -O lnx_susp_zmap.yml
Expand Down
2 changes: 1 addition & 1 deletion charts/timesketch/tools/download-timesketch-configs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ GITHUB_BASE_URL="https://raw.githubusercontent.com/google/timesketch/master"
wget $GITHUB_BASE_URL/data/timesketch.conf -O configs/timesketch.conf
wget $GITHUB_BASE_URL/data/tags.yaml -O configs/tags.yaml
wget $GITHUB_BASE_URL/data/plaso.mappings -O configs/plaso.mappings
wget $GITHUB_BASE_URL/data/plaso_formatters.yaml -O configs/plaso_formatters.yaml
wget $GITHUB_BASE_URL/data/generic.mappings -O configs/generic.mappings
wget $GITHUB_BASE_URL/data/features.yaml -O configs/features.yaml
wget $GITHUB_BASE_URL/data/ontology.yaml -O configs/ontology.yaml
wget $GITHUB_BASE_URL/data/sigma_rule_status.csv -O configs/sigma_rule_status.csv
wget $GITHUB_BASE_URL/data/intelligence_tag_metadata.yaml -O configs/intelligence_tag_metadata.yaml
wget $GITHUB_BASE_URL/data/sigma_config.yaml -O configs/sigma_config.yaml
wget $GITHUB_BASE_URL/data/sigma/rules/lnx_susp_zmap.yml -O configs/lnx_susp_zmap.yml
Expand Down

0 comments on commit 55360a4

Please sign in to comment.