Skip to content

Commit

Permalink
fix(helm-cahrts): Fix repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
ppapla committed Mar 18, 2024
1 parent ac77400 commit a5a8970
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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"
Expand All @@ -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"
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 a5a8970

Please sign in to comment.