Skip to content
This repository has been archived by the owner on Feb 18, 2021. It is now read-only.

Fix missing apiVersion in Chart.yaml #46

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

bendahl
Copy link

@bendahl bendahl commented Aug 18, 2020

This pull request adds the missing field "apiVersion" to the Chart.yaml file. According to the helm docs this is a required field (see helm v2 doc and helm v3 doc. I came across this issue by accident, as I was having some initial trouble getting this to install. Performing helm lint activemq-artemis showed 1 error - the missing apiVersion. It appears that this was not directly related to my initial troubles, but double checking the documentation of helm, it seems that adding this information would be advised. Note that I've tested this using helm 3, but this shouldn't be an issue, as the field is required in helm 2 as well.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant