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

Unable to create HumioRepositories with unlimited size settings #925

Open
mcjones-cybera opened this issue Feb 26, 2025 · 0 comments · May be fixed by #926
Open

Unable to create HumioRepositories with unlimited size settings #925

mcjones-cybera opened this issue Feb 26, 2025 · 0 comments · May be fixed by #926

Comments

@mcjones-cybera
Copy link

mcjones-cybera commented Feb 26, 2025

When attempting to make a new HumioRepository with ingestSizeInGB and storageSizeInGB set to 0 (unlimited) we were receiving the following error:

one or more objects failed to apply, reason: HumioRepository.core.humio.com "alerts-repo" is invalid: [spec.retention.storageSizeInGB: Invalid value: 0: spec.retention.storageSizeInGB in body should be greater than or equal to 1, spec.retention.ingestSizeInGB: Invalid value: 0: spec.retention.ingestSizeInGB in body should be greater than or equal to 1]

On closer look it was part of the changes to generate the client using the GraphQL schema as part of the 0.27 release.

Update: Our internal helm chart was setting these values explicitly via a default - so if the values are omitted correctly the repository WILL create as documented.

@mcjones-cybera mcjones-cybera linked a pull request Feb 26, 2025 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant