File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 16
16
*/
17
17
import { constants } from '../core/index.mjs'
18
18
import * as core from '../core/index.mjs'
19
+ import * as version from '../../version.mjs'
19
20
20
21
/**
21
22
* Set flag from the flag option
@@ -328,7 +329,7 @@ export const fstChartVersion = {
328
329
name : 'fst-chart-version' ,
329
330
definition : {
330
331
describe : 'Fullstack testing chart version' ,
331
- defaultValue : '' ,
332
+ defaultValue : version . FST_CHART_VERSION ,
332
333
type : 'string'
333
334
}
334
335
}
Original file line number Diff line number Diff line change 14
14
* limitations under the License.
15
15
*
16
16
*/
17
+
18
+ /**
19
+ * This file should only contain versions for dependencies
20
+ */
21
+
17
22
export const HELM_VERSION = 'v3.14.2'
23
+ export const FST_CHART_VERSION = 'v0.22.0'
You can’t perform that action at this time.
0 commit comments