diff --git a/.github/workflows/publish-charts.yaml b/.github/workflows/publish-charts.yaml index 9c41a002..bb8b4b92 100644 --- a/.github/workflows/publish-charts.yaml +++ b/.github/workflows/publish-charts.yaml @@ -16,13 +16,13 @@ jobs: - name: Get SemVer version for current commit id: semver - uses: stackhpc/github-actions/semver@master + uses: azimuth-cloud/github-actions/semver@master - name: Build Helm chart from kustomize manifests run: cd kubeflow-azimuth/ && ./build-chart.sh - name: Publish Helm charts - uses: stackhpc/github-actions/helm-publish@master + uses: azimuth-cloud/github-actions/helm-publish@master with: token: ${{ secrets.GITHUB_TOKEN }} version: ${{ steps.semver.outputs.version }} diff --git a/kubeflow-azimuth/to-helm-chart.py b/kubeflow-azimuth/to-helm-chart.py index 58f769c8..989c8205 100644 --- a/kubeflow-azimuth/to-helm-chart.py +++ b/kubeflow-azimuth/to-helm-chart.py @@ -36,7 +36,7 @@ def make_helm_chart_template(chart_path, chart_yml, values_yml): apiVersion: v1 name: kubeflow-azimuth version: 0.0.2 -icon: https://raw.githubusercontent.com/stackhpc/azimuth-charts/main/kubeflow-azimuth/logo.svg +icon: https://raw.githubusercontent.com/azimuth-cloud/azimuth-charts/main/kubeflow-azimuth/logo.svg description: \"A KubeFlow machine learning environment (requires a cluster with 12+ CPUs and 16GB+ of RAM).\" dependencies: - name: kubeflow-crds