Skip to content

Commit a68cab6

Browse files
authored
Merge pull request #36 from ppapla/master
fix(helm-charts): Fix repo url
2 parents 3b72a1f + 7a186f1 commit a68cab6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

publish-helm-chart.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash -e
22
helm package ./charts/*
3-
helm repo index --url https://gitkent.github.io/helm-charts/ .
3+
helm repo index --url https://wiremock.github.io/helm-charts/ .

0 commit comments

Comments
 (0)