diff --git a/.markdownlint.yaml b/.markdownlint.yaml new file mode 100644 index 0000000000000000000000000000000000000000..dcd84a13a1270d765c4802ff58017acf716d5072 --- /dev/null +++ b/.markdownlint.yaml @@ -0,0 +1,4 @@ +--- +MD013: false +MD024: + siblings_only: true diff --git a/CHANGELOG.md b/CHANGELOG.md index c73605a2c9f6ace09efae374bc2b5b8d138245c3..3364e7b1f6ee59fb4d6f551ffa0cba54ce28673b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ### Changed @@ -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 -## [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 ### Changed diff --git a/README.md b/README.md index 28f1815c1dc3ddb3eb49e2ffbecf3718d1ccd33d..2ed119a21a3cfb8bbdf4371741bd7b6d67ef58b5 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,12 @@ <!-- Warning: Do not manually edit this file. See notes on gluon + helm-docs at the end of this file for more information. --> # grafana -   +   The leading tool for querying and visualizing time series and metrics. ## Upstream References + * <https://grafana.com> * <https://github.com/grafana/grafana> @@ -13,16 +14,11 @@ The leading tool for querying and visualizing time series and metrics. ### 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) -``` +* [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/) ## Learn More + * [Application Overview](docs/overview.md) * [Other Documentation](docs/) @@ -36,12 +32,13 @@ 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/ ``` @@ -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)._ - diff --git a/chart/Chart.yaml b/chart/Chart.yaml index db9db5b733f129ab9d24a7f91742c1b63def6177..21f452db646c8fa4c4d7adeaa802f01bac6b3f09 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 name: grafana -version: 8.3.6-bb.0 +version: 8.3.6-bb.1 appVersion: 11.1.0 kubeVersion: "^1.8.0-0" description: The leading tool for querying and visualizing time series and metrics. @@ -18,6 +18,9 @@ annotations: url: https://github.com/grafana/grafana bigbang.dev/applicationVersions: | - 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: | - name: grafana image: registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins:11.1.0 diff --git a/tests/test-values.yaml b/tests/test-values.yaml index de8679e42f17ee3934bdf77a2f961009c0fcc9ee..c8c340180a0019f38ecac0a65cc1a633c1b5ebaa 100644 --- a/tests/test-values.yaml +++ b/tests/test-values.yaml @@ -19,14 +19,6 @@ dashboards: gnetId: 741 revision: 1 datasource: Prometheus -downloadDashboards: - resources: - limits: - cpu: 20m - memory: 20Mi - requests: - cpu: 20m - memory: 20Mi dashboardProviders: dashboardproviders.yaml: apiVersion: 1