[incubator/hoverfly] Update hoverfly image to v1.1.1 (#15832)

Signed-off-by: Tommy Situ <tommy.situ@specto.io>
This commit is contained in:
Tommy Situ
2019-07-24 13:45:52 -07:00
committed by Kubernetes Prow Robot
parent 9587fab922
commit 3cdaee9aa4
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: 1.0.0-rc.2
appVersion: 1.1.1
description: Hoverfly is a lightweight, open source API simulation tool. Using Hoverfly, you can create realistic simulations of the APIs your application depends on.
name: hoverfly
version: 0.1.0
version: 0.1.1
keywords:
- hoverfly
- api-simulation
+1 -1
View File
@@ -43,7 +43,7 @@ The following table lists the configurable parameters of the Hoverfly chart and
| Parameter | Description | Default |
| --------------------------------- | ------------------------------------------ | --------------------------------------------------------- |
| `image.repository` | Hoverfly Image name | `docker.io/spectolabs/hoverfly` |
| `image.tag` | Hoverfly Image tag | `v1.0.0-rc.2` |
| `image.tag` | Hoverfly Image tag | `v1.1.1` |
| `hoverflyFlags` | Flags to start Hoverfly with, eg. '-auth' | `""` |
| `healthcheckEndpoint` | Admin API path for Kubernetes healthcheck | `/api/health` |
| `service.type` | Kubernetes Service type | `ClusterIP` |
+1 -1
View File
@@ -3,7 +3,7 @@
# Declare variables to be passed into your templates.
image:
repository: docker.io/spectolabs/hoverfly
tag: v1.0.0-rc.2
tag: v1.1.1
pullPolicy: IfNotPresent
service:
type: ClusterIP