Skip to content

Commit

Permalink
update readme and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bryopsida committed Sep 30, 2022
1 parent 7821f2e commit 244b528
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm/k8s-jacoco-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: k8s-jacoco-operator
description: A starter template for a dynamic admission mutating webhook
type: application
version: 0.3.0
version: 0.4.0
appVersion: "0.1.0"
4 changes: 3 additions & 1 deletion helm/k8s-jacoco-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# k8s-jacoco-operator

![Version: 0.3.0](https://img.shields.io/badge/Version-0.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square)
![Version: 0.4.0](https://img.shields.io/badge/Version-0.4.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square)

A starter template for a dynamic admission mutating webhook

Expand All @@ -9,6 +9,7 @@ A starter template for a dynamic admission mutating webhook
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| affinity | object | `{}` | |
| agentVersion | string | `"0.8.8"` | |
| autoscaling.enabled | bool | `true` | |
| autoscaling.maxReplicas | int | `10` | |
| autoscaling.minReplicas | int | `2` | |
Expand All @@ -34,6 +35,7 @@ A starter template for a dynamic admission mutating webhook
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.create | bool | `true` | |
| serviceAccount.name | string | `""` | |
| targetNamespaces[0] | string | `"{{ .Release.Namespace }}"` | |
| tlsSecretName | string | `"k8s-jacoco-operator"` | |
| tolerations | list | `[]` | |

Expand Down

0 comments on commit 244b528

Please sign in to comment.