Skip to content

Commit

Permalink
Merge pull request #36 from ppapla/master
Browse files Browse the repository at this point in the history
fix(helm-charts): Fix repo url
  • Loading branch information
leeturner authored Mar 26, 2024
2 parents 3b72a1f + 7a186f1 commit a68cab6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion publish-helm-chart.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/bin/bash -e
helm package ./charts/*
helm repo index --url https://gitkent.github.io/helm-charts/ .
helm repo index --url https://wiremock.github.io/helm-charts/ .

0 comments on commit a68cab6

Please sign in to comment.