-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathChart.yaml
More file actions
40 lines (40 loc) · 1.22 KB
/
Chart.yaml
File metadata and controls
40 lines (40 loc) · 1.22 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
apiVersion: v2
name: typesense
description: >-
Deploy Typesense search engine on Kubernetes with Raft-based HA clustering, Prometheus metrics, and Gateway API support. This chart is not officially maintained by or affiliated with the Typesense project.
type: application
version: 1.1.0
appVersion: "30.1"
icon: https://typesense.org/typesense-logo.svg
home: https://github.com/hackthebox/typesense-helm
sources:
- https://github.com/hackthebox/typesense-helm
- https://typesense.org
keywords:
- typesense
- search
- search-engine
- full-text-search
- statefulset
- raft
maintainers:
- name: Hack The Box SRE
email: oss@hackthebox.com
url: https://github.com/hackthebox
kubeVersion: ">=1.26.0-0"
annotations:
artifacthub.io/category: database
artifacthub.io/license: MIT
artifacthub.io/links: |
- name: Typesense Documentation
url: https://typesense.org/docs/
- name: support
url: https://github.com/hackthebox/typesense-helm/issues
artifacthub.io/images: |
- name: typesense
image: typesense/typesense:30.1
- name: metrics-exporter
image: imatefx/typesense-prometheus-exporter:v0.1.5
artifacthub.io/changes: |
- kind: added
description: Initial open-source release