Skip to content

Commit

Permalink
use specific linkerd dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianliechti committed Oct 26, 2022
1 parent 14d8aac commit 6c55997
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion extension/linkerd/linkerd.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ const (
linkerdRepo = "https://helm.linkerd.io/stable"
grafanaRepo = "https://grafana.github.io/helm-charts"

version = "2.12.2"

crds = "linkerd-crds"
crdsChart = "linkerd-crds"
crdsVersion = "1.4.0"
Expand Down Expand Up @@ -245,7 +247,7 @@ func installGrafana(ctx context.Context, kubeconfig string) error {
"--set", "rbac.create=false",
"--set", "service.port=3000",
"--set", "serviceAccount.create=false",
"-f", "https://raw.githubusercontent.com/linkerd/linkerd2/main/grafana/values.yaml",
"-f", "https://raw.githubusercontent.com/linkerd/linkerd2/stable-" + version + "/grafana/values.yaml",
}

if err := h.Invoke(ctx, args...); err != nil {
Expand Down

0 comments on commit 6c55997

Please sign in to comment.