Skip to content

Commit

Permalink
Replace references to stackhpc where possible
Browse files Browse the repository at this point in the history
  • Loading branch information
mkjpryor committed Aug 1, 2024
1 parent 4b0816b commit 482169f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-charts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion kubeflow-azimuth/to-helm-chart.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 482169f

Please sign in to comment.