UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit e28d029e authored by Piotr Machaj's avatar Piotr Machaj
Browse files

Merge branch 'renovate/ironbank' into 'main'

Update gluon Docker tag to v0.5.1

See merge request big-bang/product/packages/grafana!152
parents 742e2517 0dbdd749
No related branches found
No related tags found
1 merge request!152Update gluon Docker tag to v0.5.1
Pipeline #3505577 passed
......@@ -4,6 +4,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
---
## [8.3.6-bb.0] - 2024-07-25
### Changed
- gluon updated from 0.5.0 to 0.5.2
## [8.3.4-bb.2] - 2024-07-24
### Changed
......
<!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. -->
# grafana
![Version: 8.3.4-bb.2](https://img.shields.io/badge/Version-8.3.4--bb.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 11.1.0](https://img.shields.io/badge/AppVersion-11.1.0-informational?style=flat-square)
![Version: 8.3.6-bb.0](https://img.shields.io/badge/Version-8.3.6--bb.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 11.1.0](https://img.shields.io/badge/AppVersion-11.1.0-informational?style=flat-square)
The leading tool for querying and visualizing time series and metrics.
## Upstream References
* <https://grafana.com>
* <https://github.com/grafana/grafana>
......@@ -16,7 +15,6 @@ The leading tool for querying and visualizing time series and metrics.
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: |
......@@ -25,7 +23,6 @@ annotations:
```
## Learn More
* [Application Overview](docs/overview.md)
* [Other Documentation](docs/)
......@@ -39,13 +36,12 @@ Kubernetes: `^1.8.0-0`
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 grafana chart/
```
......@@ -460,3 +456,4 @@ Please see the [contributing guide](./CONTRIBUTING.md) if you are interested in
---
_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)._
dependencies:
- name: gluon
repository: oci://registry1.dso.mil/bigbang
version: 0.5.0
digest: sha256:4562fda1edaeb3791ea813cd8e071709b2ccaf67105d7292c18a3e95b6a88c33
generated: "2024-06-04T06:06:58.191160867Z"
version: 0.5.2
digest: sha256:20b4fdf46c960b9b8a1bb486a7b99df207e6c28392ac3ce290ba0024a2443fdb
generated: "2024-07-29T10:46:26.785455-04:00"
apiVersion: v2
name: grafana
version: 8.3.4-bb.2
version: 8.3.6-bb.0
appVersion: 11.1.0
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
......@@ -47,7 +47,7 @@ maintainers:
type: application
dependencies:
- name: gluon
version: "0.5.0"
version: "0.5.2"
repository: oci://registry1.dso.mil/bigbang
keywords:
- monitoring
......
......@@ -5,7 +5,7 @@ metadata:
upstream:
type: git
git:
commit: 2e3e8fa9335b13ee699d7fe8697215efb2e00f6d
commit: e6ed5e8c140924cb8555b026815801a3f7ce4994
repo: https://github.com/grafana/helm-charts
directory: /charts/grafana
ref: grafana-8.3.4
ref: grafana-8.3.6
File deleted
File added
......@@ -39,7 +39,9 @@ spec:
{{- include "grafana.pod" . | nindent 6 }}
{{- if .Values.persistence.enabled}}
volumeClaimTemplates:
- metadata:
- apiVersion: v1
kind: PersistentVolumeClaim
metadata:
name: storage
spec:
accessModes: {{ .Values.persistence.accessModes }}
......
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