fix(base-cluster): correctly set image repository#1848
Conversation
Summary of ChangesHello @marvinWolff, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request addresses a configuration issue within the Highlights
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
|
Note Other AI code review bot(s) detectedCodeRabbit has detected other AI code review bot(s) in this pull request and will avoid duplicating their findings in the review comments. This may lead to a less comprehensive review. WalkthroughIntroduces Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes
Possibly related PRs
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (1)
🚧 Files skipped from review as they are similar to previous changes (1)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
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. Comment |
There was a problem hiding this comment.
Code Review
This pull request correctly refactors the image configuration for oauth2-proxy by separating the registry and repository fields. This change aligns with standard Helm chart practices and resolves a potential bug where an incorrect image path could be generated. My review includes one suggestion to make the registry handling more robust.
charts/base-cluster/templates/monitoring/kube-prometheus-stack/oauth-proxy.yaml
Outdated
Show resolved
Hide resolved
charts/base-cluster/templates/monitoring/kube-prometheus-stack/oauth-proxy.yaml
Outdated
Show resolved
Hide resolved
a538f7b to
a61534d
Compare
🤖 I have created a release *beep* *boop* --- ## [11.0.0](base-cluster-v10.1.2...base-cluster-v11.0.0) (2025-12-10) ### ⚠ BREAKING CHANGES * **base-cluster/monitoring:** grafana-tempo-distributed would need s3 ([#1875](#1875)) ### Features * **base-cluster/flux:** use centralised helmRepositories template ([#1845](#1845)) ([60658ed](60658ed)) ### Bug Fixes * **base-cluster/monitoring:** grafana-tempo-distributed would need s3 ([#1875](#1875)) ([df5c372](df5c372)) * **base-cluster/monitoring:** increase limit of grafana sidecar ([#1878](#1878)) ([fb1ebc6](fb1ebc6)) * **base-cluster:** correctly set image repository ([#1848](#1848)) ([0e108dc](0e108dc)) ### Miscellaneous Chores * **base-cluster/dependencies:** update common docker tag to v1.7.0 ([#1872](#1872)) ([b50ea98](b50ea98)) * **base-cluster/dependencies:** update helm release reflector to v9.1.44 ([#1861](#1861)) ([2cfe4e5](2cfe4e5)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Breaking Changes** * grafana-tempo-distributed now requires S3 configuration * **New Features** * Centralized helmRepositories template management * **Bug Fixes** * Increased Grafana sidecar limit * Corrected image repository reference * **Chores** * Updated dependencies and component versions <sub>✏️ Tip: You can customize this high-level summary in your review settings.</sub> <!-- end of auto-generated comment: release notes by coderabbit.ai --> --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Summary by CodeRabbit
✏️ Tip: You can customize this high-level summary in your review settings.