Skip to content

fix: alternateReportStorage PVC no longer ignores namespace from values.yaml#2864

Merged
afdesk merged 1 commit intoaquasecurity:mainfrom
ml-qc:main
Feb 9, 2026
Merged

fix: alternateReportStorage PVC no longer ignores namespace from values.yaml#2864
afdesk merged 1 commit intoaquasecurity:mainfrom
ml-qc:main

Conversation

@ml-qc
Copy link
Copy Markdown
Contributor

@ml-qc ml-qc commented Jan 28, 2026

Description

We encountered the issue in #2697 as well due to us using a different namespace for the operator.
The current chart will always use .Release.namespace which ends up being trivy-system even if the namespace is not being used by any other component.

Looks like this is the only place that .Release.namespace was incorrectly used and appeared after #2646 and this fix should make it consistent with the rest of the chart.

This format for the namespace matches the format for the following now:

Related issues

Checklist

  • I've read the guidelines for contributing to this repository.
  • I've added tests that prove my fix is effective or that my feature works.
  • I've updated the documentation with the relevant information (if needed).
  • I've added usage information (if the PR introduces new options)
  • I've included a "before" and "after" example to the description (if the PR is a user interface change).

@ml-qc ml-qc requested a review from simar7 as a code owner January 28, 2026 00:37
@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Jan 28, 2026

CLA assistant check
All committers have signed the CLA.

@github-actions github-actions bot added the bug label Jan 28, 2026
Copy link
Copy Markdown
Contributor

@afdesk afdesk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! thanks for your contribution

@afdesk afdesk merged commit 6cebcd3 into aquasecurity:main Feb 9, 2026
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

bug: Alternate Report Storage PVC namespace is incorrectly configured

3 participants