Merged
Conversation
14af06f to
c215551
Compare
7d3cae7 to
23100b1
Compare
e907365 to
1ef502e
Compare
Signed-off-by: popagruia <adrian.popa@ro.ibm.com>
Signed-off-by: popagruia <adrian.popa@ro.ibm.com>
Signed-off-by: popagruia <adrian.popa@ro.ibm.com>
Signed-off-by: popagruia <adrian.popa@ro.ibm.com>
Signed-off-by: popagruia <adrian.popa@ro.ibm.com>
Signed-off-by: popagruia <adrian.popa@ro.ibm.com>
Signed-off-by: popagruia <adrian.popa@ro.ibm.com>
- Add newline at end of configmap-gateway-plugin.yaml - Improve schema descriptions for pluginConfig - Restore ingress annotations field (as empty object) - Fix volumeMounts indentation in deployment - Ensure backward compatibility with existing deployments Signed-off-by: Mihai Criveti <crivetimihai@gmail.com>
1ef502e to
edd393d
Compare
crivetimihai
approved these changes
Nov 5, 2025
kcostell06
pushed a commit
to kcostell06/mcp-context-forge
that referenced
this pull request
Feb 24, 2026
* Initial version Signed-off-by: popagruia <adrian.popa@ro.ibm.com> * Fixed dependency of plugins enable Signed-off-by: popagruia <adrian.popa@ro.ibm.com> * Changed schema/defaults Signed-off-by: popagruia <adrian.popa@ro.ibm.com> * Fixed plugin path Signed-off-by: popagruia <adrian.popa@ro.ibm.com> * bring files from main Signed-off-by: popagruia <adrian.popa@ro.ibm.com> * Fixed rebase Signed-off-by: popagruia <adrian.popa@ro.ibm.com> * Remove uwanted default value Signed-off-by: popagruia <adrian.popa@ro.ibm.com> * fix: improve plugin config chart implementation - Add newline at end of configmap-gateway-plugin.yaml - Improve schema descriptions for pluginConfig - Restore ingress annotations field (as empty object) - Fix volumeMounts indentation in deployment - Ensure backward compatibility with existing deployments Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> --------- Signed-off-by: popagruia <adrian.popa@ro.ibm.com> Signed-off-by: Mihai Criveti <crivetimihai@gmail.com> Co-authored-by: popagruia <adrian.popa@ro.ibm.com> Co-authored-by: Mihai Criveti <crivetimihai@gmail.com>
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.
✨ Feature / Enhancement PR
🚀 Summary (1-2 sentences)
Adds the possibility to define plugin config.yaml as part of the values file used in chart
A new section may be added in the chart values file so we can define a specific configuration file for plugins. The file will be added on the path defined in PLUGIN_CONFIG_FILE relative to app directory: /app/$ PLUGIN_CONFIG_FILE. the feature can be enabled by setting plugin.Config.enabled to true. By default is disabled and in this case the existing behaviour is preserved.
🧪 Checks
make lintpassesmake testpasses