File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed
charts/common/_unittests/layout-tests/single-component Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ # single-component-test
2
+
3
+ ![ Version: 0.1.0] ( https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square )
4
+
5
+ ## Requirements
6
+
7
+ | Repository | Name | Version |
8
+ | ------------| ------| ---------|
9
+ | file://../../../ | common | >=0.0.0-0 |
10
+
11
+ ## Values
12
+
13
+ | Key | Description | Type | Default |
14
+ | -----| -------------| ------| ---------|
15
+ | myComponent.__ enabled | | bool | ` true ` |
16
+ | myComponent.workload.__ enabled | | bool | ` true ` |
17
+ | myComponent.workload.spec.image | | string | ` "alpine:3.21" ` |
18
+ | myComponent.workload.spec.replicas | | int | ` 2 ` |
19
+ | myComponentDefaults | | object | ` {} ` |
20
+
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ myComponent:
3
3
workload :
4
4
__enabled : true
5
5
spec :
6
- image : " alpine:3.17 "
6
+ image : " alpine:3.21 "
7
7
replicas : 2
8
8
9
9
myComponentDefaults : {}
You can’t perform that action at this time.
0 commit comments