We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f77e0d commit 452424fCopy full SHA for 452424f
.github/workflows/release_stackablectl.yaml
@@ -4,7 +4,7 @@ name: Stackablectl Release Pipeline
4
on:
5
push:
6
tags:
7
- - "stackablectl-[0-9]+.[0-9]+.[0-9]+"
+ - "stackablectl-[0-9]+.[0-9]+.[0-9]+.*"
8
9
env:
10
RUST_VERSION: 1.70.0
web/src/api/schema.d.ts
@@ -69,6 +69,7 @@ export interface components {
69
manifests?: components["schemas"]["ManifestSpec"][];
70
/** @description A variable number of supported parameters */
71
parameters?: components["schemas"]["Parameter"][];
72
+ resourceRequests?: components["schemas"]["ResourceRequests"] | null;
73
/** @description The name of the underlying stack */
74
stackableStack: string;
75
/**
0 commit comments