UNCLASSIFIED - NO CUI

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

Merge branch '106-re-evaluate-test-values-yaml' into 'main'

Resolve "Re-evaluate test-values.yaml"

See merge request !156
parents e28d029e 293cad1c
No related branches found
No related tags found
1 merge request!156Resolve "Re-evaluate test-values.yaml"
Pipeline #3513588 passed
---
MD013: false
MD024:
siblings_only: true
...@@ -4,6 +4,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ...@@ -4,6 +4,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
--- ---
## [8.3.6-bb.1] - 2024-08-01
### Changed
- Remove redundant items from `test/test-values.yaml`
## [8.3.6-bb.0] - 2024-07-25 ## [8.3.6-bb.0] - 2024-07-25
### Changed ### Changed
...@@ -87,12 +93,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ...@@ -87,12 +93,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
- Adding an authorization policy to allow kiali traffic through when istio hardening is enabled - Adding an authorization policy to allow kiali traffic through when istio hardening is enabled
## [7.3.7-bb.3] - 2024-04-17
### Changed
- Adding an authorization policy to allow kiali traffic through when istio hardening is enabled
## [7.3.7-bb.2] - 2024-04-11 ## [7.3.7-bb.2] - 2024-04-11
### Changed ### Changed
......
<!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. --> <!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. -->
# grafana # grafana
![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) ![Version: 8.3.6-bb.1](https://img.shields.io/badge/Version-8.3.6--bb.1-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. The leading tool for querying and visualizing time series and metrics.
## Upstream References ## Upstream References
* <https://grafana.com> * <https://grafana.com>
* <https://github.com/grafana/grafana> * <https://github.com/grafana/grafana>
...@@ -13,16 +14,11 @@ The leading tool for querying and visualizing time series and metrics. ...@@ -13,16 +14,11 @@ The leading tool for querying and visualizing time series and metrics.
### Upstream Release Notes ### 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`. * [Find our upstream chart's CHANGELOG here](https://github.com/grafana/helm-charts/tree/main/charts/grafana#upgrading-an-existing-release-to-a-new-major-version)
Example: * [and our upstream application release notes here](https://grafana.com/docs/grafana/latest/release-notes/)
```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 ## Learn More
* [Application Overview](docs/overview.md) * [Application Overview](docs/overview.md)
* [Other Documentation](docs/) * [Other Documentation](docs/)
...@@ -36,12 +32,13 @@ Kubernetes: `^1.8.0-0` ...@@ -36,12 +32,13 @@ Kubernetes: `^1.8.0-0`
Install Helm Install Helm
https://helm.sh/docs/intro/install/ <https://helm.sh/docs/intro/install/>
## Deployment ## Deployment
* Clone down the repository * Clone down the repository
* cd into directory * cd into directory
```bash ```bash
helm install grafana chart/ helm install grafana chart/
``` ```
...@@ -456,4 +453,3 @@ Please see the [contributing guide](./CONTRIBUTING.md) if you are interested in ...@@ -456,4 +453,3 @@ 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)._ _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)._
apiVersion: v2 apiVersion: v2
name: grafana name: grafana
version: 8.3.6-bb.0 version: 8.3.6-bb.1
appVersion: 11.1.0 appVersion: 11.1.0
kubeVersion: "^1.8.0-0" kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics. description: The leading tool for querying and visualizing time series and metrics.
...@@ -18,6 +18,9 @@ annotations: ...@@ -18,6 +18,9 @@ annotations:
url: https://github.com/grafana/grafana url: https://github.com/grafana/grafana
bigbang.dev/applicationVersions: | bigbang.dev/applicationVersions: |
- Grafana: 11.1.0 - Grafana: 11.1.0
bigbang.dev/upstreamReleaseNotesMarkdown: |
* [Find our upstream chart's CHANGELOG here](https://github.com/grafana/helm-charts/tree/main/charts/grafana#upgrading-an-existing-release-to-a-new-major-version)
* [and our upstream application release notes here](https://grafana.com/docs/grafana/latest/release-notes/)
helm.sh/images: | helm.sh/images: |
- name: grafana - name: grafana
image: registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins:11.1.0 image: registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins:11.1.0
......
...@@ -19,14 +19,6 @@ dashboards: ...@@ -19,14 +19,6 @@ dashboards:
gnetId: 741 gnetId: 741
revision: 1 revision: 1
datasource: Prometheus datasource: Prometheus
downloadDashboards:
resources:
limits:
cpu: 20m
memory: 20Mi
requests:
cpu: 20m
memory: 20Mi
dashboardProviders: dashboardProviders:
dashboardproviders.yaml: dashboardproviders.yaml:
apiVersion: 1 apiVersion: 1
......
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