mirror of
https://github.com/sourcebot-dev/sourcebot.git
synced 2025-12-11 20:05:25 +00:00
* feat: add helm chart Signed-off-by: Andre Nogueira <andre.nogueira@mollie.com> * feat: add sts support to use internal DB and improve values docs Signed-off-by: Andre Nogueira <andre.nogueira@mollie.com> * fix: include postgresql extra dependency Signed-off-by: Andre Nogueira <andre.nogueira@mollie.com> * fix: remove autoscaler Signed-off-by: Andre Nogueira <andre.nogueira@mollie.com> * fix: remove sts Signed-off-by: Andre Nogueira <andre.nogueira@mollie.com> * fix: add more suggestive env var example Signed-off-by: Andre Nogueira <andre.nogueira@mollie.com> * fix: add chart dependency lock Signed-off-by: Andre Nogueira <andre.nogueira@mollie.com> * fix: add host infer to the chart docs Signed-off-by: Andre Nogueira <andre.nogueira@mollie.com> --------- Signed-off-by: Andre Nogueira <andre.nogueira@mollie.com>
20 lines
741 B
YAML
20 lines
741 B
YAML
apiVersion: v2
|
|
type: application
|
|
name: sourcebot
|
|
version: 0.1.0
|
|
appVersion: v4.5.1
|
|
description: The open source Sourcegraph alternative. Sourcebot gives you a powerful interface to search though all your repos and branches across multiple code hosts.
|
|
icon: https://raw.githubusercontent.com/sourcebot-dev/sourcebot/ebf6721836b8f878d42bb8c1e844bdc7867a74fe/packages/web/public/logo_512.png
|
|
keywords:
|
|
- code-search
|
|
- code-intelligence
|
|
- sourcebot
|
|
home: https://sourcebot.dev/
|
|
sources:
|
|
- https://github.com/sourcebot-dev/sourcebot
|
|
- https://github.com/sourcebot-dev/sourcebot/kubernetes/chart
|
|
dependencies:
|
|
- name: postgresql
|
|
version: 16.7.27
|
|
repository: https://charts.bitnami.com/bitnami
|
|
condition: postgresql.enabled
|