UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit f78f7f39 authored by Peter Sigur's avatar Peter Sigur
Browse files

Merge branch 'renovate/ironbank' into 'main'

Update registry1.dso.mil/ironbank/opensource/grafana/promtail Docker tag to v3.4.2

See merge request !112
parents ff0a200e 787cae7c
No related branches found
No related tags found
1 merge request!112Update registry1.dso.mil/ironbank/opensource/grafana/promtail Docker tag to v3.4.2
Pipeline #3972188 passed
......@@ -4,6 +4,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
---
## [6.16.6-bb.2] 2025-02-19
### Updated
- Update promtail from `v3.3.2` -> `v3.4.2`
## [6.16.6-bb.1] 2025-02-12
### Updated
......
<!-- 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.6-bb.1](https://img.shields.io/badge/Version-6.16.6--bb.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.3.2](https://img.shields.io/badge/AppVersion-3.3.2-informational?style=flat-square) ![Maintenance Track: bb_integrated](https://img.shields.io/badge/Maintenance_Track-bb_integrated-green?style=flat-square)
![Version: 6.16.6-bb.2](https://img.shields.io/badge/Version-6.16.6--bb.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.4.2](https://img.shields.io/badge/AppVersion-3.4.2-informational?style=flat-square) ![Maintenance Track: bb_integrated](https://img.shields.io/badge/Maintenance_Track-bb_integrated-green?style=flat-square)
Promtail is an agent which ships the contents of local logs to a Loki instance
......@@ -70,7 +70,7 @@ helm install promtail chart/
| initContainer | list | `[]` | |
| image.registry | string | `"registry1.dso.mil"` | The Docker registry |
| image.repository | string | `"ironbank/opensource/grafana/promtail"` | Docker image repository |
| image.tag | string | `"v3.3.2"` | Overrides the image tag whose default is the chart's appVersion |
| image.tag | string | `"v3.4.2"` | Overrides the image tag whose default is the chart's appVersion |
| image.pullPolicy | string | `"IfNotPresent"` | Docker image pull policy |
| imagePullSecrets | list | `[{"name":"private-registry"}]` | Image pull secrets for Docker images |
| hostAliases | list | `[]` | hostAliases to add |
......
......@@ -2,8 +2,8 @@ apiVersion: v2
name: promtail
description: Promtail is an agent which ships the contents of local logs to a Loki instance
type: application
appVersion: 3.3.2
version: 6.16.6-bb.1
appVersion: 3.4.2
version: 6.16.6-bb.2
home: https://grafana.com/loki
sources:
- https://github.com/grafana/loki
......@@ -17,10 +17,10 @@ maintainers:
annotations:
bigbang.dev/maintenanceTrack: bb_integrated
bigbang.dev/applicationVersions: |
- Promtail: v3.3.2
- Promtail: v3.4.2
bigbang.dev/upstreamReleaseNotesMarkdown: |
- [Find upstream chart's release notes and CHANGELOG here](https://github.com/grafana/helm-charts/releases?q=promtail&expanded=true)
- [Find upstream application's release notes and CHANGELOG here](https://grafana.com/docs/loki/latest/release-notes/)
helm.sh/images: |
- name: promtail
image: registry1.dso.mil/ironbank/opensource/grafana/promtail:v3.3.2
image: registry1.dso.mil/ironbank/opensource/grafana/promtail:v3.4.2
......@@ -118,7 +118,7 @@ image:
# -- Docker image repository
repository: ironbank/opensource/grafana/promtail
# -- Overrides the image tag whose default is the chart's appVersion
tag: v3.3.2
tag: v3.4.2
# -- Docker image pull policy
pullPolicy: IfNotPresent
......
......@@ -82,6 +82,9 @@ promtail:
loki:
enabled: true
strategy: scalable
values:
minio:
enabled: true
grafana:
enabled: true
......@@ -94,7 +97,8 @@ Current testing is done manually. Deployment of Big Bang with Istio, Monitoring,
Once healthy:
- Go to [https://grafana.dev.bigbang.mil](https://grafana.dev.bigbang.mil) in your browser and login with [default credentials](https://repo1.dso.mil/big-bang/bigbang/-/blob/master/docs/guides/using-bigbang/default-credentials.md)
- Navigate to `Configuration -> Data sources -> Loki`
- Click on `Save & test` and ensure `Data source successfully connected.` message appears
- Navigate to `Connections -> Data sources -> Loki`
- Click on `Save & test` and ensure `Data source successfully connected.` message appears
- Search dashboards for `Loki Dashboard Quick Search` and confirm log data is being populated/no error messages
> When in doubt with any testing or upgrade steps, reach out to the CODEOWNERS for assistance.
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