UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit b155bf81 authored by Jimmy Ungerman's avatar Jimmy Ungerman
Browse files

Merge branch 'run-pod-labels-through-tpl' into 'main'

Run pod labels through tpl

See merge request !95
parents b8578fe2 6425189e
No related branches found
No related tags found
1 merge request!95Run pod labels through tpl
Pipeline #3545824 passed
......@@ -3,6 +3,13 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
---
## [6.16.2-bb.2] - 2024-08-15
### Changed
- Run podLabels through tpl
## [6.16.2-bb.1] 2024-07-02
### Removed
......
<!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. -->
# promtail
![Version: 6.16.2-bb.1](https://img.shields.io/badge/Version-6.16.2--bb.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-bb.2](https://img.shields.io/badge/Version-6.16.2--bb.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
......@@ -11,7 +12,20 @@ Promtail is an agent which ships the contents of local logs to a Loki instance
* <https://grafana.com/oss/loki/>
* <https://grafana.com/docs/loki/latest/>
### Upstream Release Notes
This package has no upstream release note links on file. Please add some to [chart/Chart.yaml](chart/Chart.yaml) under `annotations.bigbang.dev/upstreamReleaseNotesMarkdown`.
Example:
```yaml
annotations:
bigbang.dev/upstreamReleaseNotesMarkdown: |
- [Find our upstream chart's CHANGELOG here](https://link-goes-here/CHANGELOG.md)
- [and our upstream application release notes here](https://another-link-here/RELEASE_NOTES.md)
```
## Learn More
* [Application Overview](docs/overview.md)
* [Other Documentation](docs/)
......@@ -23,12 +37,13 @@ Promtail is an agent which ships the contents of local logs to a Loki instance
Install Helm
https://helm.sh/docs/intro/install/
<https://helm.sh/docs/intro/install/>
## Deployment
* Clone down the repository
* cd into directory
```bash
helm install promtail chart/
```
......@@ -165,3 +180,7 @@ helm install promtail chart/
## Contributing
Please see the [contributing guide](./CONTRIBUTING.md) if you are interested in contributing.
---
_This file is programatically generated using `helm-docs` and some BigBang-specific templates. The `gluon` repository has [instructions for regenerating package READMEs](https://repo1.dso.mil/big-bang/product/packages/gluon/-/blob/master/docs/bb-package-readme.md)._
......@@ -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.2-bb.1
version: 6.16.2-bb.2
home: https://grafana.com/loki
sources:
- https://github.com/grafana/loki
......
......@@ -6,7 +6,7 @@ metadata:
labels:
{{- include "promtail.selectorLabels" . | nindent 4 }}
{{- with .Values.podLabels }}
{{- toYaml . | nindent 4 }}
{{- tpl (toYaml .) $ | nindent 4 }}
{{- end }}
annotations:
{{- if not .Values.sidecar.configReloader.enabled }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment