Skip to content

Commit 3f72eeb

Browse files
feat(deps): update alpine docker tag to v3.21
| datasource | package | from | to | | ---------- | ------- | ---- | ---- | | docker | alpine | 3.17 | 3.21 |
1 parent 902b952 commit 3f72eeb

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
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+

charts/common/_unittests/layout-tests/single-component/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ myComponent:
33
workload:
44
__enabled: true
55
spec:
6-
image: "alpine:3.17"
6+
image: "alpine:3.21"
77
replicas: 2
88

99
myComponentDefaults: {}

0 commit comments

Comments
 (0)