fix: add driveSharing.ssdProxy.imageOverride helm value for ssdProxy containers#2465
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
|
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
How to use the Graphite Merge QueueAdd the label main-merge-queue to this PR to add it to the merge queue. You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has required the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
|
Claude finished @kristina-solovyova's task in 1m 12s —— View job PR Review
The PR adds a
- name: SSD_PROXY_IMAGE_OVERRIDE
value: "{{ .Values.driveSharing.ssdProxy.imageOverride | default "" }}"
Everything else looks good:
No functional bugs, no security concerns. |
Graphite Automations"Add anton/matt/sergey/kristina as reviwers on operator PRs" took an action on this PR • (04/16/26)2 reviewers were added to this PR based on Anton Bykov's automation. |
a8f7b1f to
3f8116d
Compare
829112d to
0736bc1
Compare
|
Claude finished @kristina-solovyova's task in 39s —— View job PR Review
No functional changes since the previous review. The one outstanding nit remains:
- name: SSD_PROXY_IMAGE_OVERRIDE
value: "{{ .Values.driveSharing.ssdProxy.imageOverride | default "" }}"
value: "{{ .Values.driveSharing.ssdProxy.imageOverride }}"Everything else (env.go field placement, funcs_proxy.go image-selection logic, values.yaml comment) looks good. No bugs, no security concerns. |

No description provided.