Skip to content

Commit

Permalink
Merge branch 'main' into tempo-distributed-feat-add-zone-aware
Browse files Browse the repository at this point in the history
  • Loading branch information
zalegrala authored Jun 25, 2024
2 parents fe8ee3b + 07ea99d commit 7806f32
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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: 3.0.0
version: 6.16.1
version: 6.16.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: 6.16.1](https://img.shields.io/badge/Version-6.16.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.0](https://img.shields.io/badge/AppVersion-3.0.0-informational?style=flat-square)
![Version: 6.16.2](https://img.shields.io/badge/Version-6.16.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.0.0](https://img.shields.io/badge/AppVersion-3.0.0-informational?style=flat-square)

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

Expand Down Expand Up @@ -96,11 +96,11 @@ The new release which will pick up again from the existing `positions.yaml`.
| deployment.autoscaling.enabled | bool | `false` | Creates a HorizontalPodAutoscaler for the deployment |
| deployment.autoscaling.maxReplicas | int | `10` | |
| deployment.autoscaling.minReplicas | int | `1` | |
| deployment.autoscaling.strategy | object | `{"type":"RollingUpdate"}` | Set deployment object update strategy |
| deployment.autoscaling.targetCPUUtilizationPercentage | int | `80` | |
| deployment.autoscaling.targetMemoryUtilizationPercentage | string | `nil` | |
| deployment.enabled | bool | `false` | Deploys Promtail as a Deployment |
| deployment.replicaCount | int | `1` | |
| deployment.strategy | object | `{"type":"RollingUpdate"}` | Set deployment object update strategy |
| enableServiceLinks | bool | `true` | Configure enableServiceLinks in pod |
| extraArgs | list | `[]` | |
| extraContainers | object | `{}` | |
Expand Down
6 changes: 3 additions & 3 deletions charts/promtail/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,9 +58,9 @@ deployment:
targetMemoryUtilizationPercentage:
# behavior: {}

# -- Set deployment object update strategy
strategy:
type: RollingUpdate
# -- Set deployment object update strategy
strategy:
type: RollingUpdate

service:
enabled: false
Expand Down

0 comments on commit 7806f32

Please sign in to comment.