Skip to content

Commit

Permalink
Merge branch 'release/0.1.5'
Browse files Browse the repository at this point in the history
  • Loading branch information
nadouani committed Jan 31, 2024
2 parents 3c1055f + 27351f7 commit a62ff07
Showing 1 changed file with 21 additions and 26 deletions.
47 changes: 21 additions & 26 deletions charts/thehive/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
version: 0.1.5
apiVersion: v2
appVersion: "5.2"
name: thehive
description: The official Helm chart of TheHive for Kubernetes.
type: application

maintainers:
- name: StrangeBee
url: https://strangebee.com/
Expand All @@ -12,29 +16,6 @@ keywords:
- case-management
- strangebee

# A chart can be either an 'application' or a 'library' chart.
#
# Application charts are a collection of templates that can be packaged into versioned archives
# to be deployed.
#
# Library charts provide useful utilities or functions for the chart developer. They're included as
# a dependency of application charts to inject those utilities and functions into the rendering
# pipeline. Library charts do not define any templates and therefore cannot be deployed.
type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.4

# This is the version number of the application being deployed. This version number should be
# 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://strangebeecorp.github.io/helm-charts/assets/thehive-icon.svg
home: https://github.com/StrangeBeeCorp/helm-charts
sources:
Expand All @@ -48,6 +29,20 @@ dependencies:

annotations:
artifacthub.io/license: AGPL-3.0


## For reference: https://helm.sh/docs/topics/charts/#the-chartyaml-file
artifacthub.io/links: |
- name: Community
url: https://chat.thehive-project.org
artifacthub.io/images: |
- name: busybox
image: busybox:1.28
whitelisted: true
- name: cassandra
image: cassandra:4.1
whitelisted: true
- name: thehive
image: strangebee/thehive:5.2
whitelisted: true
## For reference:
## https://helm.sh/docs/topics/charts/#the-chartyaml-file
## https://artifacthub.io/docs/topics/annotations/helm/

0 comments on commit a62ff07

Please sign in to comment.