Skip to content

Commit d48ffd1

Browse files
authored
Merge pull request #168 from MediaMarktSaturn/docs/update-readme
docs: update versions in readme
2 parents e520c3a + 72d9bb0 commit d48ffd1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

charts/application/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# application
22

3-
![Version: 1.29.0](https://img.shields.io/badge/Version-1.29.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)
3+
![Version: 1.30.0](https://img.shields.io/badge/Version-1.30.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0](https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square)
44

55
Generic application chart with common requirements of a typical workload.
66

@@ -21,6 +21,7 @@ Generic application chart with common requirements of a typical workload.
2121
| container.port | int | `8080` | |
2222
| container.securityContext.allowPrivilegeEscalation | bool | `false` | |
2323
| container.annotations."cluster-autoscaler.kubernetes.io/safe-to-evict" | string | `"true"` | |
24+
| container.command | list | `[]` | |
2425
| container.args | list | `[]` | |
2526
| autoscaling.minReplicaCount | int | `1` | |
2627
| autoscaling.maxReplicaCount | int | `1` | |

0 commit comments

Comments
 (0)