Add appVersion key for check-mk and fix Yaml format error (#4754)

* Add appVersion key for check-mk

The key "appVersion" is needed for ci testing, it's missing in this yaml. That sometimes will cause testing failure.

* Fix some yaml format error

incubator/check-mk/values.yaml
  20:6      error    wrong indentation: expected 4 but found 5  (indentation)
  28:91     error    trailing spaces  (trailing-spaces)
  29:92     error    trailing spaces  (trailing-spaces)
  30:94     error    trailing spaces  (trailing-spaces)
  35:4      error    missing starting space in comment  (comments)
This commit is contained in:
AdamDang
2018-04-07 07:20:08 -07:00
committed by k8s-ci-robot
parent 59bae37452
commit baa90586eb
2 changed files with 7 additions and 6 deletions
+2 -1
View File
@@ -14,4 +14,5 @@ name: check-mk
sources:
- https://github.com/kubernetes/charts
- http://git.mathias-kettner.de/git/
version: 0.2.0
version: 0.2.1
appVersion: 1.4.0p26
+5 -5
View File
@@ -17,7 +17,7 @@ ingress:
hosts:
- monitor.ijuned.com
annotations:
kubernetes.io/ingress.class: nginx
kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
tls:
# Secrets must be manually created in the namespace.
@@ -25,13 +25,13 @@ ingress:
# hosts:
# - chart-example.local
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
#requests:
# requests:
# cpu: 100m
# memory: 128Mi