diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 65fc64af..5a818f1f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: diff --git a/README.md b/README.md index 2ab2d16a..1dc03c65 100644 --- a/README.md +++ b/README.md @@ -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 ``` diff --git a/charts/mlrun-ce/README.md b/charts/mlrun-ce/README.md index 00ea7549..ce0491ce 100644 --- a/charts/mlrun-ce/README.md +++ b/charts/mlrun-ce/README.md @@ -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 @@ -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