Skip to content

Commit 7ca7976

Browse files
committed
Update to the latest wiremock version
1 parent eb96c0e commit 7ca7976

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/wiremock/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ version: 1.4.0
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "3.8.0"
24+
appVersion: "3.10.0"
2525

2626
maintainers:
2727
- name: "gitkent"

charts/wiremock/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ replicaCount: 1
2929
image:
3030
repository: wiremock/wiremock
3131
# Overrides the image tag whose default is the chart appVersion.
32-
tag: 3.8.0
32+
tag: 3.10.0
3333
pullPolicy: IfNotPresent
3434

3535
initContainer:

0 commit comments

Comments
 (0)