Skip to content

Commit

Permalink
Fix default service port and target port. (helm#11264)
Browse files Browse the repository at this point in the history
* fix serivce default target port

Signed-off-by: OpenSourceZombie <[email protected]>

* bump chart version

Signed-off-by: OpenSourceZombie <[email protected]>

* bump chart version

Signed-off-by: OpenSourceZombie <[email protected]>
  • Loading branch information
OpenSourceZombie authored and k8s-ci-robot committed Feb 20, 2019
1 parent 50f3476 commit c1ac591
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/prometheus-cloudwatch-exporter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "0.5.0"
description: A Helm chart for prometheus cloudwatch-exporter
name: prometheus-cloudwatch-exporter
version: 0.4.1
version: 0.4.2
home: https://github.com/prometheus/cloudwatch_exporter
sources:
- https://github.com/prometheus/cloudwatch_exporter
Expand Down
2 changes: 1 addition & 1 deletion stable/prometheus-cloudwatch-exporter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ image:

service:
type: ClusterIP
port: 80
port: 9106
portName: http
annotations: {}
labels: {}
Expand Down

0 comments on commit c1ac591

Please sign in to comment.