Skip to content

Commit 31b8910

Browse files
committed
feat(sdk): update values schema
1 parent 221f6c1 commit 31b8910

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/vendor/replicated-sdk-values-schema.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,11 @@ The `global.replicated` values schema is a set of values that are injected by th
2121
| `imagePullSecrets` | Array | An array of Kubernetes image pull secrets that are used to pull images from private registries. |
2222
| `appName` | String | The name of the application, as specified in the Replicated Vendor Portal. |
2323
| `channelID` | String | The unique ID of the release channel. |
24+
| `channelName` | String | The name of the release channel (e.g., “Stable”, “Beta”). |
25+
| `channelSequence` | Integer | The sequence number of the channel, sed to track updates in channel. |
26+
| `releaseSequence` | Integer | The sequence number of the release associated with this deployment. |
27+
| `releaseCreatedAt` | String | The timestamp when the release was created. |
28+
| `releaseNotes` | String | Release notes for the current release, as provided in the Vendor Portal. |
29+
| `versionLabel` | String | The version label for the release, often displayed in UI dashboards. |
30+
| `parentChartURL` | String | The URL of the parent Helm chart if the application is nested in a chart hierarchy. |
31+
| `statusInformers` | map | Configuration for custom status informers. Used for application health and status insights. |

0 commit comments

Comments
 (0)