Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[helm chart] fullnameOverride and nameOverride missing from schema #515

Closed
etiennep opened this issue Jan 13, 2025 · 2 comments
Closed

[helm chart] fullnameOverride and nameOverride missing from schema #515

etiennep opened this issue Jan 13, 2025 · 2 comments
Labels
bug Something isn't working helm
Milestone

Comments

@etiennep
Copy link

Brief summary

The fullnameOverride and nameOverride which were previously available to use in the helm chart have been omitted from the values.schema.json which causes helm to fail when these values are configured. They are still referenced in the helper functions, which tells me this is an omission.

k6-operator version or image

0.0.18

Helm chart version (if applicable)

3.10.1

TestRun / PrivateLoadZone YAML

N/A

Other environment details (if applicable)

No response

Steps to reproduce the problem

Set the fullnameOverride value in a values.yaml file and run helm template

Expected behaviour

Manifests get rendered without error.

Actual behaviour

helm fails to render and shows this error:

Rendering the chart to ../../../build/k6-operator-manifests.yaml
Error: values don't meet the specifications of the schema(s) in the following chart(s):
k6-operator:
- (root): Additional property fullnameOverride is not allowed
@etiennep etiennep added the bug Something isn't working label Jan 13, 2025
@yorugac yorugac added the helm label Jan 22, 2025
@yorugac yorugac added this to the 0.19 milestone Jan 22, 2025
@yorugac
Copy link
Collaborator

yorugac commented Jan 22, 2025

Hi @etiennep, thanks for the report! Confirming it as a bug. Fix is in #516

@yorugac
Copy link
Collaborator

yorugac commented Jan 22, 2025

Fix is merged. New release is 3.10.2:
https://github.com/grafana/helm-charts/releases/tag/helm-k6-operator-3.10.2

@yorugac yorugac closed this as completed Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working helm
Projects
None yet
Development

No branches or pull requests

2 participants