diff --git a/publish-helm-chart.sh b/publish-helm-chart.sh index 9297df3..c505ccd 100644 --- a/publish-helm-chart.sh +++ b/publish-helm-chart.sh @@ -1,3 +1,3 @@ #!/bin/bash -e helm package ./charts/* -helm repo index --url https://gitkent.github.io/helm-charts/ . \ No newline at end of file +helm repo index --url https://wiremock.github.io/helm-charts/ . \ No newline at end of file