Skip to content

Commit

Permalink
update chart (#2)
Browse files Browse the repository at this point in the history
* add chart

Signed-off-by: eliyahunoach77 <root@linux-eliyahun.iguaz.io>

* update chart

Signed-off-by: eliyahunoach77 <root@linux-eliyahun.iguaz.io>

Signed-off-by: eliyahunoach77 <root@linux-eliyahun.iguaz.io>
Co-authored-by: eliyahunoach77 <root@linux-eliyahun.iguaz.io>
  • Loading branch information
eliyahu77 and eliyahunoach77 authored Aug 16, 2022
1 parent 4de89b2 commit fa91857
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 8 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,24 @@ jobs:
with:
fetch-depth: 0

- uses: azure/setup-helm@v1
with:
version: "v3.9.1"

- name: Configure Git
run: |
git config user.name "$GITHUB_ACTOR"
git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
- name: Add Helm Repos
run: |
helm repo add stable https://charts.helm.sh/stable
helm repo add nuclio https://nuclio.github.io/nuclio/charts
helm repo add v3io-stable https://v3io.github.io/helm-charts/stable
helm repo add minio https://charts.min.io/
helm repo add spark-operator https://googlecloudplatform.github.io/spark-on-k8s-operator
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.1.0
env:
Expand Down
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# Helm Charts
Helm Charts for V3IO Components

# Helm Charts for MLRUN CE
# Usage

```
$ helm repo add mlrunce-stable https://mlrun.github.io/ce/helm-charts/stable
$ helm repo add mlrun https://mlrun.github.io/ce/charts
```
6 changes: 3 additions & 3 deletions charts/mlrun-ce/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MLRun CE: MLRun Open Source CE for MLOps
# MLRun Community Edition: MLRun Open Source Stack for MLOps

This Helm charts bundles open source software stack for advanced ML operations

Expand Down Expand Up @@ -33,9 +33,9 @@ Create a namespace for the deployed components:
kubectl create namespace mlrun
```

Add the v3io-stable helm chart repo
Add the mlrun ce helm chart repo
```bash
helm repo add v3io-stable https://v3io.github.io/helm-charts/stable
helm repo add mlrun https://mlrun.github.io/ce/charts
```

To work with the open source MLRun stack, you must an accessible docker-registry. The registry's URL and credentials
Expand Down

0 comments on commit fa91857

Please sign in to comment.