diff --git a/incubator/riemann/Chart.yaml b/incubator/riemann/Chart.yaml index aa26fa0204..4156ca3142 100644 --- a/incubator/riemann/Chart.yaml +++ b/incubator/riemann/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 description: Riemann monitors distributed systems. Riemann aggregates events from your servers and applications with a powerful stream processing language. name: riemann -version: 0.1.0 +version: 0.1.1 appVersion: 0.2.14 keywords: - riemann diff --git a/incubator/riemann/README.md b/incubator/riemann/README.md index 0bf727cdf1..725cd0317d 100644 --- a/incubator/riemann/README.md +++ b/incubator/riemann/README.md @@ -22,7 +22,7 @@ image.repository | Name of the image to run, without the tag. | [raykrueger/riem image.tag | The image tag to use. | 0.2.14 image.pullPolicy | The kubernetes image pull policy. | IfNotPresent service.type | The kubernetes service type to use. | ClusterIP -service.ports.udp | The udp port the servie should listen on. | 5555 +service.ports.udp | The udp port the service should listen on. | 5555 service.ports.tcp | The tcp port the service should listen on. | 5555 service.ports.websocket | The port the service should listen on for use with websockets. | 5556 resources | Any resource constraints to apply. | None