diff --git a/incubator/hoverfly/Chart.yaml b/incubator/hoverfly/Chart.yaml index 33880e5605..8f10d20452 100644 --- a/incubator/hoverfly/Chart.yaml +++ b/incubator/hoverfly/Chart.yaml @@ -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 diff --git a/incubator/hoverfly/README.md b/incubator/hoverfly/README.md index 8bd4f811a2..89b7870735 100644 --- a/incubator/hoverfly/README.md +++ b/incubator/hoverfly/README.md @@ -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` | diff --git a/incubator/hoverfly/values.yaml b/incubator/hoverfly/values.yaml index 7d729a2144..6a0dfa0a99 100644 --- a/incubator/hoverfly/values.yaml +++ b/incubator/hoverfly/values.yaml @@ -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