Skip to content

Commit

Permalink
use //charts.helm.sh/stable (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
odp committed Nov 4, 2020
1 parent 5c342c6 commit 04b573f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_helm.yaml
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
export ADAPTDL_VERSION=${GITHUB_REF#"refs/tags/v"}
mkdir -p helm/repo
helm repo add stable https://kubernetes-charts.storage.googleapis.com/
helm repo add stable https://charts.helm.sh/stable
helm dependency update helm/adaptdl-sched
helm package helm/adaptdl-sched --destination . --version $ADAPTDL_VERSION --app-version $ADAPTDL_VERSION
git add adaptdl-sched-$ADAPTDL_VERSION.tgz
Expand Down

0 comments on commit 04b573f

Please sign in to comment.