feat: updating Rafiki chart for v2.4.0-beta release#447
Open
mkurapov wants to merge 1 commit into
Open
Conversation
mkurapov
commented
May 8, 2026
Comment on lines
+220
to
+223
| dbEncryptionSecret: | ||
| value: "" | ||
| secretKeyRef: | ||
| key: DB_ENCRYPTION_SECRET |
Contributor
Author
There was a problem hiding this comment.
This is optional, depending on whether ASEs want to use the data exchange feature
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Rafiki Helm chart for the v2.4.0-beta Rafiki release and wires new backend configuration values into rendered Kubernetes resources.
Changes:
- Bumps the Rafiki chart
appVersiontov2.4.0-beta. - Adds
ilpDataExchangevalues for DB encryption and partial-payment decision behavior. - Maps new backend env vars through the chart ConfigMap and Secret maps.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
charts/rafiki/Chart.yaml |
Updates the deployed Rafiki application version. |
charts/rafiki/values.yaml |
Adds new backend values and maps them to ConfigMap/Secret keys. |
Comment on lines
+863
to
+866
| - key: ENABLE_PARTIAL_PAYMENT_DECISION | ||
| valueRef: config.backend.ilpDataExchange.partialPaymentDecision.enabled | ||
| - key: PARTIAL_PAYMENT_DECISION_MAX_WAIT_MS | ||
| valueRef: config.backend.ilpDataExchange.partialPaymentDecision.maxWaitMs |
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.
Changes
v2.4.0-beta