File tree Expand file tree Collapse file tree 2 files changed +17
-20
lines changed Expand file tree Collapse file tree 2 files changed +17
-20
lines changed Original file line number Diff line number Diff line change 11# Sourcebot Helm Chart
22
3- ![ Version: 0.1.0 ] ( https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square ) ![ Type: application ] ( https://img.shields. io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v4.7.3 ] ( https://img.shields. io/badge/AppVersion-v4.7.3-informational?style=flat-square )
3+ [ ![ Artifact Hub ] ( https://img.shields.io/endpoint?url= https://artifacthub. io/badge/repository/sourcebot ) ]( https://artifacthub. io/packages/search?repo=sourcebot )
44
5- The open source Sourcegraph alternative. Sourcebot gives you a powerful interface to search through all your repos and branches across multiple code hosts .
5+ Sourcebot is a self-hosted tool that helps you understand your codebase. This repository contains the official helm chart for deploying Sourcebot onto a Kubernetes cluster .
66
77** Homepage:** < https://sourcebot.dev/ >
88
9- ## TL;DR
10-
11- ``` bash
12- # Create a secret with your credentials
13- kubectl create secret generic sourcebot \
14- --from-literal=postgresql-password=your-secure-password \
15- --from-literal=redis-password=your-secure-password
16-
17- # Add the Helm repository
18- helm repo add sourcebot https://sourcebot-dev.github.io/sourcebot-helm-chart
19- helm repo update
20-
21- # Install Sourcebot
22- helm install sourcebot sourcebot/sourcebot \
23- --set postgresql.auth.existingSecret=sourcebot \
24- --set redis.auth.existingSecret=sourcebot
25- ```
26-
279## Introduction
2810
2911This chart bootstraps a Sourcebot deployment on a Kubernetes cluster using the Helm package manager.
Original file line number Diff line number Diff line change 1+ # Artifact Hub repository metadata file
2+ #
3+ # Some settings like the verified publisher flag or the ignored packages won't
4+ # be applied until the next time the repository is processed. Please keep in
5+ # mind that the repository won't be processed if it has not changed since the
6+ # last time it was processed. Depending on the repository kind, this is checked
7+ # in a different way. For Helm http based repositories, we consider it has
8+ # changed if the `index.yaml` file changes. For git based repositories, it does
9+ # when the hash of the last commit in the branch you set up changes. This does
10+ # NOT apply to ownership claim operations, which are processed immediately.
11+ #
12+ repositoryID : 23a8a2e2-5519-4f02-98ba-76d6befeff58
13+ owners : # (optional, used to claim repository ownership)
14+ - name : Brendan
15+ email : bshizzle1234@gmail.com
You can’t perform that action at this time.
0 commit comments