Skip to content

Conversation

@maynardflies
Copy link

@maynardflies maynardflies commented Dec 15, 2025

Update ingress yamls to remove unsupported supportsIngressClassname and fix other AIO bugs (resolves #700)

What this PR does

Update ingress yamls to remove unsupported supportsIngressClassname and fix other AIO bugs

Checklist

  • DCO
    signed
  • Commits are GPG
    signed
  • Chart Version bumped
  • Title of the PR starts with chart name ([jaeger] or
    [jaeger-operator])
  • README.md has been updated to match version/contain new values

…nd fix other AIO bugs (jaegertracing#700)

Update ingress yamls to remove unsupported supportsIngressClassname and fix other AIO bugs

- [X]
[DCO](https://github.com/jaegertracing/helm-charts/blob/main/CONTRIBUTING.md#sign-off-your-work)
signed
- [X] Commits are [GPG
signed](https://docs.github.com/en/github/authenticating-to-github/about-commit-signature-verification)
- [X] Chart Version bumped
- [X] Title of the PR starts with chart name (`[jaeger]` or
`[jaeger-operator]`) (NOT NEEDED)
- [X] README.md has been updated to match version/contain new values

Signed-off-by: Greg Olmstead <[email protected]>
@maynardflies maynardflies marked this pull request as draft December 15, 2025 23:43
@maynardflies maynardflies marked this pull request as ready for review December 16, 2025 00:00
- path: /
pathType: {{ default "ImplementationSpecific" $.Values.allInOne.ingress.pathType }}
backend: {{- include "common.ingress.backend" (dict "serviceName" (include "jaeger.query.name" $) "servicePort" 16686 "context" $) | nindent 14 }}
backend: {{- include "common.ingress.backend" (dict "serviceName" (printf "%s-query" (include "jaeger.fullname" $)) "servicePort" 16686 "context" $) | nindent 14 }}
Copy link
Member

Choose a reason for hiding this comment

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

@danish9039 does this change look right to you?

Copy link
Author

Choose a reason for hiding this comment

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

Copy link
Contributor

Choose a reason for hiding this comment

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

@yurishkuro these changes are correct , i have tested in local cluster , we can merge this PR

Copy link
Contributor

Choose a reason for hiding this comment

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

@maynardflies Thanks for the PR !

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 this pull request may close these issues.

[Bug]: Bitnami Common Chart no longer has the supportsIngressClassname Template

3 participants