klustair / klustair-helm

Helm chart do deploy klustair with anchore
Apache License 2.0
7 stars 4 forks source link

Error: values don't meet the specifications of the schema(s) in the following chart(s) #9

Closed hugodopradofernandes closed 3 years ago

hugodopradofernandes commented 3 years ago

$ helm install klustair-app klustair/klustair -n klustair-scan Error: values don't meet the specifications of the schema(s) in the following chart(s): klustair: EOF

Happens on last commit: https://github.com/klustair/klustair-helm/commit/516d5bbe8ac3042e10972389fe63f665c139c4de

hugodopradofernandes commented 3 years ago

Solved, thanks!!

$ helm install klustair-app klustair/klustair -n klustair-scan NAME: klustair-app LAST DEPLOYED: Tue Nov 17 19:54:22 2020 NAMESPACE: klustair-scan STATUS: deployed REVISION: 1


Default image was reverted back to v0.2.2 on values.yaml. Other than that it's working using --set image.tag=v0.2.5

mms-gianni commented 3 years ago

Yes, it was changed to v0.2.5 .. but actually its set to "latest", since i think this will be the most common use case.