anchore / anchore-charts

Helm charts for Anchore tools and services
http://charts.anchore.io
Apache License 2.0
47 stars 72 forks source link

Add component values to feeds upgrade job #345

Closed chrisad2 closed 6 months ago

chrisad2 commented 8 months ago

The feeds upgrade job did not seem to honor feedsUpgradeJob.labels

Copied the pattern from the enterprise chart

In my particular use case, I needed to disable a sidecar by adding a label to the upgrade job.

Btodhunter commented 8 months ago

@chrisad2 Thanks for the PR!! Unfortunately the labels/annotations/environment common helper templates in the feeds chart cannot take in a component argument. If you're unable to do it, I'll try to find time by the end of the week to add a commit to this PR to add that functionality to those helper templates.