Skip to content

Commit

Permalink
Merge pull request #745 from ferhatying/fix_typo
Browse files Browse the repository at this point in the history
[promtail] fixed typo
  • Loading branch information
unguiculus committed Oct 19, 2021
2 parents e67ee4b + c663f38 commit a2d32ef
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/promtail/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: promtail
description: Promtail is an agent which ships the contents of local logs to a Loki instance
type: application
appVersion: 2.3.0
version: 3.8.1
version: 3.8.2
home: https://grafana.com/loki
sources:
- https://github.com/grafana/loki
Expand Down
4 changes: 2 additions & 2 deletions charts/promtail/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# promtail

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

Promtail is an agent which ships the contents of local logs to a Loki instance

Expand Down Expand Up @@ -65,7 +65,7 @@ The new release which will pick up again from the existing `positions.yaml`.
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| affinity | object | `{}` | Affinity configuration for pods |
| annotations | object | `{}` | Annotations for the SaemonSet |
| annotations | object | `{}` | Annotations for the DaemonSet |
| config | object | See `values.yaml` | Section for crafting Promtails config file. The only directly relevant value is `config.file` which is a templated string that references the other values and snippets below this key. |
| config.file | string | See `values.yaml` | Config file contents for Promtail. Must be configured as string. It is templated so it can be assembled from reusable snippets in order to avoid redundancy. |
| config.logLevel | string | `"info"` | The log level of the Promtail server Must be reference in `config.file` to configure `server.log_level` See default config in `values.yaml` |
Expand Down
2 changes: 1 addition & 1 deletion charts/promtail/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ image:
# -- Image pull secrets for Docker images
imagePullSecrets: []

# -- Annotations for the SaemonSet
# -- Annotations for the DaemonSet
annotations: {}

# -- The update strategy for the DaemonSet
Expand Down

0 comments on commit a2d32ef

Please sign in to comment.