Commit 30c45e9
fix: restore OPERATOR_IMAGE valueFrom in backend manifest (#1160)
## Summary
PR #1159 removed the `OPERATOR_IMAGE` env var from the backend
deployment manifest. It should stay — the manifest declares `valueFrom`
(ConfigMap ref) and CI writes the SHA tag to the ConfigMap. This keeps
the deployment declarative.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
<!-- This is an auto-generated comment: release notes by coderabbit.ai
-->
## Summary by CodeRabbit
* **Chores**
* Updated backend deployment configuration to source environment
variables from ConfigMap instead of CI-based injection, providing
improved flexibility in managing operational settings.
<!-- end of auto-generated comment: release notes by coderabbit.ai -->
Co-authored-by: Ambient Code Bot <bot@ambient-code.local>
Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 7fc332f commit 30c45e9
1 file changed
Lines changed: 7 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
108 | 114 | | |
109 | 115 | | |
110 | 116 | | |
| |||
0 commit comments