Skip to content

Commit

Permalink
Move helm repo from ACR to GH Page (#468)
Browse files Browse the repository at this point in the history
Move helm repo from ACR to GH Page
  • Loading branch information
youngbupark authored Sep 24, 2020
1 parent b00983e commit 3f8ebf8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/kubernetes/kubernetes.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import (

const (
daprReleaseName = "dapr"
daprHelmRepo = "https://daprio.azurecr.io/helm/v1/repo"
daprHelmRepo = "https://dapr.github.io/helm-charts"
daprLatestVersion = "latest"
)

Expand Down

0 comments on commit 3f8ebf8

Please sign in to comment.