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

fix(argo-cd): Fix repo-server honorLabels config template #3075

Merged
merged 4 commits into from
Dec 11, 2024

Conversation

symaras
Copy link
Contributor

@symaras symaras commented Dec 11, 2024

This fixes a bug introduced in 0061e14#diff-ef4a32480a793da4e68fa5b4e320523c5a1acf86064769abfc1d97a1462143eeR38 where the honorLabels config for the repo-server was put inside the with statement. In that case, if .Values.repoServer.metrics.serviceMonitor.scheme is set, the honorLabels value can't be found because the .Values object is not accessible from within the with block.

Checklist:

  • I have bumped the chart version according to versioning
  • I have updated the documentation according to documentation
  • I have updated the chart changelog with all the changes that come with this pull request according to changelog.
  • Any new values are backwards compatible and/or have sensible default.
  • I have signed off all my commits as required by DCO.
  • My build is green (troubleshooting builds).

charts/argo-cd/Chart.yaml Outdated Show resolved Hide resolved
Signed-off-by: symaras <[email protected]>
@yu-croco yu-croco enabled auto-merge (squash) December 11, 2024 15:25
@yu-croco yu-croco merged commit e72297c into argoproj:main Dec 11, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants