Skip to content

Commit

Permalink
use new helm.libsonnet location from grafana jsonnet-libs
Browse files Browse the repository at this point in the history
  • Loading branch information
redradrat committed Nov 6, 2021
1 parent 1ab61b9 commit 6222385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/helm/import.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const jsonnetTpl = `local helm = (import "github.com/grafana/jsonnet-libs/helm-u
}
`

const helmConceptLibTpl = `local helm = (import "github.com/grafana/jsonnet-libs/helm-util/helm.libsonnet").new(std.thisFile);
const helmConceptLibTpl = `local helm = (import "github.com/grafana/jsonnet-libs/tanka-util/helm.libsonnet").new(std.thisFile);
{
_values:: {
Expand Down

0 comments on commit 6222385

Please sign in to comment.