-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix config override, service port origination, bump to v1 (#107)
* Fix config override, service port origination, bump to v1 * Fix yeti values.yaml * Update README.md with readme-generator-for-helm Signed-off-by: wajihyassine <[email protected]> --------- Signed-off-by: wajihyassine <[email protected]> Co-authored-by: wajihyassine <[email protected]>
- Loading branch information
1 parent
9babdd7
commit de557cb
Showing
34 changed files
with
110 additions
and
296 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
apiVersion: v2 | ||
name: timesketch | ||
version: 0.3.5 | ||
version: 1.0.0 | ||
description: A Helm chart for Timesketch Kubernetes deployments. | ||
keywords: | ||
- timesketch | ||
- dfir | ||
- analysis | ||
home: "https://github.com/google/timesketch" | ||
- security | ||
home: "https://timesketch.org/" | ||
dependencies: | ||
- condition: postgresql.enabled | ||
name: postgresql | ||
|
@@ -21,15 +22,14 @@ dependencies: | |
version: 2.14.1 | ||
repository: https://opensearch-project.github.io/helm-charts/ | ||
maintainers: | ||
- name: Wajih Yassine | ||
url: https://github.com/wajihyassine | ||
- name: Johan Berggren | ||
url: https://github.com/berggren | ||
- name: Open Source DFIR | ||
email: [email protected] | ||
url: https://github.com/google/osdfir-infrastructure | ||
sources: | ||
- https://github.com/google/timesketch | ||
- https://timesketch.org/ | ||
- https://github.com/google/osdfir-infrastructure | ||
icon: https://raw.githubusercontent.com/google/timesketch/master/timesketch/frontend-ng/dist/timesketch-color.png | ||
appVersion: "20230913" | ||
appVersion: "latest" | ||
annotations: | ||
category: Security | ||
licenses: Apache-2.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.