mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[incubator/hoverfly] Update hoverfly image to v1.1.1 (#15832)
Signed-off-by: Tommy Situ <tommy.situ@specto.io>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
9587fab922
commit
3cdaee9aa4
@@ -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
|
||||
|
||||
@@ -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` |
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user