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 c43b244 commit 8523ab8Copy full SHA for 8523ab8
src/commands/flags.mjs
@@ -16,6 +16,7 @@
16
*/
17
import { constants } from '../core/index.mjs'
18
import * as core from '../core/index.mjs'
19
+import * as version from '../../version.mjs'
20
21
/**
22
* Set flag from the flag option
@@ -328,7 +329,7 @@ export const fstChartVersion = {
328
329
name: 'fst-chart-version',
330
definition: {
331
describe: 'Fullstack testing chart version',
- defaultValue: '',
332
+ defaultValue: version.FST_CHART_VERSION,
333
type: 'string'
334
}
335
version.mjs
@@ -14,4 +14,10 @@
14
* limitations under the License.
15
*
+
+/**
+ * This file should only contain versions for dependencies
+ */
export const HELM_VERSION = 'v3.14.2'
23
+export const FST_CHART_VERSION = 'v0.22.0'
0 commit comments