-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Conflicts: # .github/workflows/release.yml # charts/rudderstack-helm/Chart.yaml # charts/rudderstack-helm/templates/statefulset.yaml # charts/rudderstack-helm/values.yaml
- Loading branch information
Showing
11 changed files
with
106 additions
and
67 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,19 @@ | ||
## Usage | ||
|
||
[Helm](https://helm.sh) must be installed to use the charts. Please refer to | ||
Helm's [documentation](https://helm.sh/docs) to get started. | ||
``` | ||
# to build a new helm charts package (tarball) | ||
$ helm package charts/rudderstack-helm/ | ||
$ mv rudderstack-<version>.tgz docs | ||
Once Helm has been set up correctly, add the repo as follows: | ||
# add to the index | ||
$ helm repo index docs --url https://luxorlabs.github.io/helm-charts | ||
helm repo add <alias> https://<orgname>.github.io/helm-charts | ||
# add the repo if it is not added yet | ||
$ helm repo add luxor-helm https://luxorlabs.github.io/helm-charts/ | ||
If you had already added this repo earlier, run `helm repo update` to retrieve | ||
the latest versions of the packages. You can then run `helm search repo | ||
<alias>` to see the charts. | ||
# pull helm repo update | ||
$ helm repo update | ||
To install the <chart-name> chart: | ||
|
||
helm install my-<chart-name> <alias>/<chart-name> | ||
|
||
To uninstall the chart: | ||
|
||
helm delete my-<chart-name> | ||
# check the desired version exists | ||
$ helm search repo rudder -l | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
apiVersion: v1 | ||
entries: | ||
rudderstack: | ||
- apiVersion: v2 | ||
appVersion: 1.4.3 | ||
created: "2023-04-25T12:46:25.207157-07:00" | ||
description: Privacy and Security focused Segment-alternative, in Golang and React | ||
digest: 8e4c8eeba30525170a01ffd14d95018d86bcbe391cfb40e367255b7ba77e6e85 | ||
name: rudderstack | ||
type: application | ||
urls: | ||
- https://luxorlabs.github.io/helm-charts/rudderstack-0.5.0.tgz | ||
version: 0.5.0 | ||
- apiVersion: v2 | ||
appVersion: 1.16.0 | ||
created: "2023-04-25T12:46:25.204487-07:00" | ||
description: A Helm chart for Kubernetes | ||
digest: c8dfb21fabd0ee5b17eaeaeaf125a7206580eb23d19288b019dad15e349d9451 | ||
name: rudderstack | ||
type: application | ||
urls: | ||
- https://luxorlabs.github.io/helm-charts/rudderstack-0.4.1.tgz | ||
version: 0.4.1 | ||
- apiVersion: v2 | ||
appVersion: 1.16.0 | ||
created: "2023-04-25T12:46:25.201903-07:00" | ||
description: A Helm chart for Kubernetes | ||
digest: 743c20a4014dc15039059852aa76ba4cbb2d60e11c53a30ed34333aac2edda8a | ||
name: rudderstack | ||
type: application | ||
urls: | ||
- https://luxorlabs.github.io/helm-charts/rudderstack-0.3.0.tgz | ||
version: 0.3.0 | ||
generated: "2023-04-25T12:46:25.199424-07:00" |
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
apiVersion: v1 | ||
entries: | ||
rudderstack: | ||
- apiVersion: v2 | ||
appVersion: 1.16.0 | ||
created: "2022-05-13T17:25:03.045198459Z" | ||
description: A Helm chart for Kubernetes | ||
digest: eb51b3649ee2dab9121792ef9135186f53f991ed6b0b6bda40abe00642ed9f50 | ||
name: rudderstack | ||
type: application | ||
urls: | ||
- https://github.com/LuxorLabs/helm-charts/releases/download/rudderstack-0.4.1/rudderstack-0.4.1.tgz | ||
version: 0.4.1 | ||
generated: "2022-05-13T17:25:03.045239759Z" |