From baa90586ebfb7da722ba9237b7a9a6cc8f803751 Mon Sep 17 00:00:00 2001 From: AdamDang Date: Sat, 7 Apr 2018 22:20:08 +0800 Subject: [PATCH] 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) --- incubator/check-mk/Chart.yaml | 3 ++- incubator/check-mk/values.yaml | 10 +++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/incubator/check-mk/Chart.yaml b/incubator/check-mk/Chart.yaml index 7c912cb5da..4bfd7a2abf 100755 --- a/incubator/check-mk/Chart.yaml +++ b/incubator/check-mk/Chart.yaml @@ -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 diff --git a/incubator/check-mk/values.yaml b/incubator/check-mk/values.yaml index 6a73ff18af..d87b57de0f 100755 --- a/incubator/check-mk/values.yaml +++ b/incubator/check-mk/values.yaml @@ -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