mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
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:
committed by
k8s-ci-robot
parent
1eff95b44a
commit
5df19bb404
@@ -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:
|
||||
|
||||
@@ -17,7 +17,7 @@ service:
|
||||
livenessProbe:
|
||||
initialDelaySeconds: 30
|
||||
periodSeconds: 30
|
||||
annotations:
|
||||
annotations: {}
|
||||
# foo.io/bar: "true"
|
||||
ingress:
|
||||
enabled: false
|
||||
|
||||
Reference in New Issue
Block a user