Skip to content

Commit 2058c13

Browse files
committed
Update README with reference to helm repository and publish newest wiremock-0.1.4 version to the repo
1 parent ac77400 commit 2058c13

File tree

4 files changed

+47
-10
lines changed

4 files changed

+47
-10
lines changed

README.md

+10
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@ in particular [holomekc/wiremock](https://github.com/holomekc/wiremock) with emb
1616

1717
## Install WireMock
1818

19+
Once Helm is installed, you can either add this repository with `helm repo add`:
20+
21+
```bash
22+
helm repo add wiremock https://wiremock.github.io/helm-charts
23+
```
24+
25+
You can then run `helm upgrade --install <release name> wiremock/wiremock` to install it through the repository.
26+
27+
Alternatively, you can clone the helm repo and then install it with a local reference:
28+
1929
```bash
2030
helm upgrade --install <release_name> ./charts/<chart_name>
2131
```

index.yaml

+36-9
Original file line numberDiff line numberDiff line change
@@ -3,38 +3,65 @@ entries:
33
wiremock:
44
- apiVersion: v1
55
appVersion: 2.32.0.2
6-
created: "2022-02-14T16:40:41.782464+11:00"
6+
created: "2024-02-02T14:54:11.64609+01:00"
7+
description: A Helm chart for WireMock deployment on Kubernetes
8+
digest: d2735089833c647cb95692b1dcfcca8a09a83e409addd07296e1fa5307e9f01d
9+
home: https://wiremock.org
10+
icon: https://wiremock.org/images/logos/wiremock/logo_square.svg
11+
keywords:
12+
- wiremock
13+
- api
14+
- openapi
15+
- api-testing
16+
- rest-api
17+
- api-mocking
18+
maintainers:
19+
- name: gitkent
20+
url: https://github.com/gitkent
21+
- name: oleg-nenashev
22+
url: https://github.com/oleg-nenashev
23+
name: wiremock
24+
sources:
25+
- https://github.com/wiremock/helm-charts
26+
- https://github.com/wiremock/wiremock-docker
27+
- https://github.com/wiremock/wiremock
28+
urls:
29+
- https://wiremock.github.io/helm-charts/wiremock-0.1.4.tgz
30+
version: 0.1.4
31+
- apiVersion: v1
32+
appVersion: 2.32.0.2
33+
created: "2024-02-02T14:54:11.645691+01:00"
734
description: A Helm chart for Wiremock deployment on Kubernetes
835
digest: 151a4b365c18023a8fae0cb1eecba1f967e358866fcc6947f432f34afc65768d
936
name: wiremock
1037
urls:
11-
- https://gitkent.github.io/helm-charts/wiremock-0.1.3.tgz
38+
- https://wiremock.github.io/helm-charts/wiremock-0.1.3.tgz
1239
version: 0.1.3
1340
- apiVersion: v1
1441
appVersion: 2.26.3
15-
created: "2022-02-14T16:40:41.781958+11:00"
42+
created: "2024-02-02T14:54:11.645317+01:00"
1643
description: A Helm chart for Wiremock deployment on Kubernetes
1744
digest: b2af1fa27466f3911eca2b7223d89c147853f54acb84c5cdd236a85fd3a696a5
1845
name: wiremock
1946
urls:
20-
- https://gitkent.github.io/helm-charts/wiremock-0.1.2.tgz
47+
- https://wiremock.github.io/helm-charts/wiremock-0.1.2.tgz
2148
version: 0.1.2
2249
- apiVersion: v1
2350
appVersion: 2.26.3
24-
created: "2022-02-14T16:40:41.77947+11:00"
51+
created: "2024-02-02T14:54:11.644945+01:00"
2552
description: A Helm chart for Wiremock deployment on Kubernetes
2653
digest: b168baf9814cd2f2589dbba78bf0e66d21a1c81cd497dca6bedf26aefadd81d4
2754
name: wiremock
2855
urls:
29-
- https://gitkent.github.io/helm-charts/wiremock-0.1.1.tgz
56+
- https://wiremock.github.io/helm-charts/wiremock-0.1.1.tgz
3057
version: 0.1.1
3158
- apiVersion: v1
3259
appVersion: "1.0"
33-
created: "2022-02-14T16:40:41.779133+11:00"
60+
created: "2024-02-02T14:54:11.644535+01:00"
3461
description: A Helm chart for Wiremock deployment on Kubernetes
3562
digest: 5a489e52a09536aac1d89a29ced5e34bee95b9992e200c0c47085f6b76ba74fe
3663
name: wiremock
3764
urls:
38-
- https://gitkent.github.io/helm-charts/wiremock-0.1.0.tgz
65+
- https://wiremock.github.io/helm-charts/wiremock-0.1.0.tgz
3966
version: 0.1.0
40-
generated: "2022-02-14T16:40:41.778584+11:00"
67+
generated: "2024-02-02T14:54:11.643907+01:00"

publish-helm-chart.sh

100644100755
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/bin/bash -e
22
helm package ./charts/*
3-
helm repo index --url https://gitkent.github.io/helm-charts/ .
3+
helm repo index --url https://wiremock.github.io/helm-charts/ .

wiremock-0.1.4.tgz

4.12 KB
Binary file not shown.

0 commit comments

Comments
 (0)