We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb96c0e commit 7ca7976Copy full SHA for 7ca7976
charts/wiremock/Chart.yaml
@@ -21,7 +21,7 @@ version: 1.4.0
21
# incremented each time you make changes to the application. Versions are not expected to
22
# follow Semantic Versioning. They should reflect the version the application is using.
23
# It is recommended to use it with quotes.
24
-appVersion: "3.8.0"
+appVersion: "3.10.0"
25
26
maintainers:
27
- name: "gitkent"
charts/wiremock/values.yaml
@@ -29,7 +29,7 @@ replicaCount: 1
29
image:
30
repository: wiremock/wiremock
31
# Overrides the image tag whose default is the chart appVersion.
32
- tag: 3.8.0
+ tag: 3.10.0
33
pullPolicy: IfNotPresent
34
35
initContainer:
0 commit comments