feat: update appVersion to 2.16.0 for scraper and 0.16.0 for resource discovery#197
Merged
tomkerkhove merged 1 commit intoMay 22, 2026
Conversation
|
Khalil Sayed seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account. You have signed the CLA already but the status is still pending? Let us recheck it. |
tomkerkhove
approved these changes
May 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Ship Helm chart releases for the new agent images Tom published to GHCR on 2026-05-22:
promitor-agent-scraper2.16.0promitor-agent-resource-discovery0.16.0Both image tags are already pushed and tagged
lateston GHCR; this PR brings the Helm chart index up to date so downstream consumers (who pin viacharts.promitor.io) actually receive them.Context: the new images include the FedRAMP-related fix. The Helm chart ships its own pinned image reference via
appVersion, so a chart release is required for the bump to propagate.Changes
promitor-agent-scraper/Chart.yaml:version+appVersion→2.16.0promitor-agent-resource-discovery/Chart.yaml:version+appVersion→0.16.0docs/promitor-agent-scraper-2.16.0.tgz(new package)docs/promitor-agent-resource-discovery-0.16.0.tgz(new package)docs/index.yamlregenerated viahelm repo index docs --url https://charts.promitor.io --merge docs/index.yamlvalues.yamlis intentionally unchanged —image.tagis empty and the deployment templates default to.Chart.AppVersion, matching the v2.15.0 release precedent (#196).Verification
helm lintpasses on both chartshelm templaterenders the expected image references:containers.promitor.io/tomkerkhove/promitor-agent-scraper:2.16.0containers.promitor.io/tomkerkhove/promitor-agent-resource-discovery:0.16.0Follow-up
After merge, cut the GitHub releases per the CONTRIBUTING.md template (
Scraper-v2.16.0andResourceDiscovery-v0.16.0).