diff --git a/README.md b/README.md index 7bc6f92..4e57654 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,16 @@ in particular [holomekc/wiremock](https://github.com/holomekc/wiremock) with emb ## Install WireMock +Once Helm is installed, you can either add this repository with `helm repo add`: + +```bash +helm repo add wiremock https://wiremock.github.io/helm-charts +``` + +You can then run `helm upgrade --install wiremock/wiremock` to install it through the repository. + +Alternatively, you can clone the helm repo and then install it with a local reference: + ```bash helm upgrade --install ./charts/ ``` diff --git a/index.yaml b/index.yaml index 4d016ea..76f809b 100644 --- a/index.yaml +++ b/index.yaml @@ -3,38 +3,65 @@ entries: wiremock: - apiVersion: v1 appVersion: 2.32.0.2 - created: "2022-02-14T16:40:41.782464+11:00" + created: "2024-02-02T14:54:11.64609+01:00" + description: A Helm chart for WireMock deployment on Kubernetes + digest: d2735089833c647cb95692b1dcfcca8a09a83e409addd07296e1fa5307e9f01d + home: https://wiremock.org + icon: https://wiremock.org/images/logos/wiremock/logo_square.svg + keywords: + - wiremock + - api + - openapi + - api-testing + - rest-api + - api-mocking + maintainers: + - name: gitkent + url: https://github.com/gitkent + - name: oleg-nenashev + url: https://github.com/oleg-nenashev + name: wiremock + sources: + - https://github.com/wiremock/helm-charts + - https://github.com/wiremock/wiremock-docker + - https://github.com/wiremock/wiremock + urls: + - https://wiremock.github.io/helm-charts/wiremock-0.1.4.tgz + version: 0.1.4 + - apiVersion: v1 + appVersion: 2.32.0.2 + created: "2024-02-02T14:54:11.645691+01:00" description: A Helm chart for Wiremock deployment on Kubernetes 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 - created: "2022-02-14T16:40:41.781958+11:00" + created: "2024-02-02T14:54:11.645317+01:00" description: A Helm chart for Wiremock deployment on Kubernetes 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 - created: "2022-02-14T16:40:41.77947+11:00" + created: "2024-02-02T14:54:11.644945+01:00" description: A Helm chart for Wiremock deployment on Kubernetes 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" - created: "2022-02-14T16:40:41.779133+11:00" + created: "2024-02-02T14:54:11.644535+01:00" description: A Helm chart for Wiremock deployment on Kubernetes 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" +generated: "2024-02-02T14:54:11.643907+01:00" diff --git a/publish-helm-chart.sh b/publish-helm-chart.sh old mode 100644 new mode 100755 index 9297df3..f1be5df --- 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/ . diff --git a/wiremock-0.1.4.tgz b/wiremock-0.1.4.tgz new file mode 100644 index 0000000..a6a1f6e Binary files /dev/null and b/wiremock-0.1.4.tgz differ