Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README with reference to helm repository and publish newest wiremock-0.1.4 version to the repo #31

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <release name> 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 <release_name> ./charts/<chart_name>
```
Expand Down
45 changes: 36 additions & 9 deletions index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
2 changes: 1 addition & 1 deletion publish-helm-chart.sh
100644 → 100755
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/ .
Binary file added wiremock-0.1.4.tgz
Binary file not shown.