diff --git a/index.yaml b/index.yaml index 4d016ea..c219e60 100644 --- a/index.yaml +++ b/index.yaml @@ -8,7 +8,7 @@ entries: digest: 151a4b365c18023a8fae0cb1eecba1f967e358866fcc6947f432f34afc65768d name: wiremock urls: - - https://gitkent.github.io/helm-charts/wiremock-0.1.3.tgz + - https://wiremock.github.io/helm-charts/wiremock-0.1.3.tgz version: 0.1.3 - apiVersion: v1 appVersion: 2.26.3 @@ -17,7 +17,7 @@ entries: digest: b2af1fa27466f3911eca2b7223d89c147853f54acb84c5cdd236a85fd3a696a5 name: wiremock urls: - - https://gitkent.github.io/helm-charts/wiremock-0.1.2.tgz + - https://wiremock.github.io/helm-charts/wiremock-0.1.2.tgz version: 0.1.2 - apiVersion: v1 appVersion: 2.26.3 @@ -26,7 +26,7 @@ entries: digest: b168baf9814cd2f2589dbba78bf0e66d21a1c81cd497dca6bedf26aefadd81d4 name: wiremock urls: - - https://gitkent.github.io/helm-charts/wiremock-0.1.1.tgz + - https://wiremock.github.io/helm-charts/wiremock-0.1.1.tgz version: 0.1.1 - apiVersion: v1 appVersion: "1.0" @@ -35,6 +35,6 @@ entries: digest: 5a489e52a09536aac1d89a29ced5e34bee95b9992e200c0c47085f6b76ba74fe name: wiremock urls: - - https://gitkent.github.io/helm-charts/wiremock-0.1.0.tgz + - https://wiremock.github.io/helm-charts/wiremock-0.1.0.tgz version: 0.1.0 generated: "2022-02-14T16:40:41.778584+11:00" 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