avoid helm lint errors when adding annotations in a composable chart … (#3025)

* avoid helm lint errors when adding annotations in a composable chart values.yaml

without this we get a helm lint warning of:
`warning: destination for annotations is a table. Ignoring non-table value <nil>`

* Incrementing chart version
This commit is contained in:
James Rawlings
2017-12-19 11:15:35 -08:00
committed by k8s-ci-robot
parent 1eff95b44a
commit 5df19bb404
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
name: sonatype-nexus
version: 0.1.4
version: 0.1.5
appVersion: 3.5.1
description: Sonatype Nexus is an open source repository manager
keywords:
+1 -1
View File
@@ -17,7 +17,7 @@ service:
livenessProbe:
initialDelaySeconds: 30
periodSeconds: 30
annotations:
annotations: {}
# foo.io/bar: "true"
ingress:
enabled: false