Skip to content

Commit

Permalink
Update readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Jan 31, 2024
1 parent e68af39 commit 3f8d09d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
12 changes: 9 additions & 3 deletions charts/thehive/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v2
name: thehive
description: TheHive official Helm chart for Kubernetes
description: The official Helm chart of TheHive for Kubernetes.
maintainers:
- name: TheHive Project
url: https://thehive-project.org/
- name: StrangeBee
url: https://strangebee.com/

# A chart can be either an 'application' or a 'library' chart.
#
Expand All @@ -24,11 +24,17 @@ version: 0.1.0
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.

## appVersion is the tag of the docker image of TheHive
appVersion: "5.2"

icon: https://www.strangebee.com/images/logos/strangebee.svg

dependencies:
- name: elasticsearch
version: 7.17.3
repository: https://helm.elastic.co
condition: elasticsearch.enabled


## For reference: https://helm.sh/docs/topics/charts/#the-chartyaml-file
2 changes: 1 addition & 1 deletion charts/thehive/README.md.gotmpl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{ template "chart.header" . }}
# TheHive Chart

{{ template "chart.deprecationWarning" . }}

Expand Down

0 comments on commit 3f8d09d

Please sign in to comment.