Update Jaeger CRD
Package Owner Merge Request
Package Changes
https://repo1.dso.mil/platform-one/big-bang/apps/core/jaeger/-/merge_requests/12
https://repo1.dso.mil/platform-one/big-bang/apps/core/jaeger/-/merge_requests/14
https://repo1.dso.mil/platform-one/big-bang/apps/core/jaeger/-/tags/2.23.0-bb.0
https://repo1.dso.mil/platform-one/big-bang/apps/core/jaeger/-/tags/2.23.0-bb.1
Additional Details
Closes https://repo1.dso.mil/platform-one/big-bang/apps/core/jaeger/-/issues/3
If there's any issues blame Ryan.
Merge request reports
Activity
changed milestone to %1.13.0
added jaeger label
added statusreview label
- Resolved by Micah Nagel
For future reference on CRDs, flux has an upgrade option called
CRDsPolicy
that you can add to theHelmRelease
. Here is one of the policies: "CreateReplace: new CRDs are created, existing CRDs are updated (replaced) but not deleted". This can help with Helm's inability to upgrade CRDs. BUT, what you did is fine too.
added statusdoing label and removed statusreview label
added statusreview label and removed statusdoing label
requested review from @michaelmcleroy and @ryan.j.garcia