feat(victoria-metrics-operator): update helm chart version - #4
Conversation
WalkthroughThe Changes
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Actionable comments posted: 0
🔭 Outside diff range comments (1)
charts/groundcover/Chart.yaml (1)
91-91:⚠️ Potential issueBump this chart’s version for a release.
Whenever you update a dependency, the chart version must increment so Helm can detect and package the change.- version: 1.9.378 + version: 1.9.379
🧹 Nitpick comments (1)
charts/groundcover/Chart.yaml (1)
30-30:Details
❓ Verification inconclusive
Verify the new dependency version is published.
Confirm thatvictoria-metrics-operatorv0.49.1 actually exists in the Victoriametrics Helm chart repo before merging.Don’t forget to run
helm dependency updateto refreshChart.lockafter bumping this dependency.
🏁 Script executed:
#!/bin/bash # Check if version 0.49.1 is available in the Victoriametrics Helm charts repo curl -s https://victoriametrics.github.io/helm-charts/index.yaml \ | grep -A2 "name: victoria-metrics-operator" \ | grep "version: 0.49.1"Length of output: 136
Verify victoria-metrics-operator v0.49.1 is published
I ran the Helm‐charts index check and didn’t seeversion: 0.49.1forvictoria-metrics-operator. Please confirm it’s been released to https://victoriametrics.github.io/helm-charts before merging.
Don’t forget to runhelm dependency updateafterward to refreshChart.lock.
Summary by CodeRabbit