Skip to content

Commit

Permalink
make build
Browse files Browse the repository at this point in the history
  • Loading branch information
rlankfo committed Jan 29, 2025
1 parent b128aed commit 2f134cb
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 1 deletion.
13 changes: 12 additions & 1 deletion charts/k8s-monitoring-test/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# k8s-monitoring-test

![Version: 1.0.0](https://img.shields.io/badge/Version-1.0.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)
![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-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)
A Helm chart for testing the Kubernetes Monitoring Helm chart

Use this chart for testing the [k8s-monitoring](https://github.com/grafana/k8s-monitoring-helm/tree/main/charts/k8s-monitoring) chart.
Expand Down Expand Up @@ -65,7 +65,12 @@ To specify different destinations of the same type, you can use multiple tests:
* <https://github.com/grafana/k8s-monitoring-helm/tree/main/charts/k8s-monitoring-test>
<!-- markdownlint-enable list-marker-space -->
<!-- markdownlint-enable no-bare-urls -->
## Requirements
| Repository | Name | Version |
|------------|------|---------|
| file://charts/hello-kubernetes | hk0(hello-kubernetes) | 1.0.0 |
| file://charts/hello-kubernetes | hk1(hello-kubernetes) | 1.0.0 |
## Values
### Test settings
Expand Down Expand Up @@ -109,3 +114,9 @@ To specify different destinations of the same type, you can use multiple tests:
| pod.nodeSelector | object | `{"kubernetes.io/os":"linux"}` | nodeSelector to apply to the test runner pods. |
| pod.serviceAccount | object | `{"name":""}` | Service Account to use for the test runner pods. |
| pod.tolerations | list | `[]` | Tolerations to apply to the test runner pods. |

### Other Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| hk1 | object | `{"deployment":{"includeAnnotations":true}}` | hello-kubernetes instance with pod annotations |
29 changes: 29 additions & 0 deletions charts/k8s-monitoring-test/charts/hello-kubernetes/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# hello-kubernetes

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

A demo application for a Kubernetes cluster.

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| deployment.affinity | object | `{}` | |
| deployment.container.image.pullPolicy | string | `"IfNotPresent"` | |
| deployment.container.image.repository | string | `"paulbouwer/hello-kubernetes"` | |
| deployment.container.image.tag | string | `""` | |
| deployment.container.port | int | `8080` | |
| deployment.includeAnnotations | bool | `false` | |
| deployment.nodeSelector | string | `nil` | |
| deployment.replicaCount | int | `1` | |
| deployment.resources | object | `{}` | |
| deployment.tolerations | list | `[]` | |
| ingress.configured | bool | `false` | |
| ingress.pathPrefix | string | `""` | |
| ingress.rewritePath | bool | `true` | |
| message | string | `""` | |
| service.port | int | `80` | |
| service.type | string | `"LoadBalancer"` | |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)
13 changes: 13 additions & 0 deletions charts/k8s-monitoring-test/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,19 @@
}
}
},
"hk1": {
"type": "object",
"properties": {
"deployment": {
"type": "object",
"properties": {
"includeAnnotations": {
"type": "boolean"
}
}
}
}
},
"image": {
"type": "object",
"properties": {
Expand Down

0 comments on commit 2f134cb

Please sign in to comment.