UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 1646e576 authored by RENOVATE_BOT's avatar RENOVATE_BOT Committed by Piotr Machaj
Browse files

Update Ironbank to v11.1.4

parent 8355e626
No related branches found
No related tags found
1 merge request!158Update Ironbank to v11.1.4
......@@ -4,6 +4,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
---
## [8.4.6-bb.0] - 2024-08-20
### Changed
- ironbank/big-bang/grafana/grafana-plugins updated from 11.1.3 to 11.1.4
## [8.4.4-bb.0] - 2024-08-09
### Changed
- gluon updated from 0.5.2 to 0.5.3
......
<!-- 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.4.4-bb.0](https://img.shields.io/badge/Version-8.4.4--bb.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 11.1.3](https://img.shields.io/badge/AppVersion-11.1.3-informational?style=flat-square)
![Version: 8.4.6-bb.0](https://img.shields.io/badge/Version-8.4.6--bb.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 11.1.4](https://img.shields.io/badge/AppVersion-11.1.4-informational?style=flat-square)
The leading tool for querying and visualizing time series and metrics.
......@@ -77,7 +77,7 @@ helm install grafana chart/
| livenessProbe.timeoutSeconds | int | `30` | |
| livenessProbe.failureThreshold | int | `10` | |
| image.repository | string | `"ironbank/big-bang/grafana/grafana-plugins"` | |
| image.tag | string | `"11.1.3"` | |
| image.tag | string | `"11.1.4"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.pullSecrets[0] | string | `"private-registry"` | |
| testFramework.enabled | bool | `false` | |
......
apiVersion: v2
name: grafana
version: 8.4.4-bb.0
appVersion: 11.1.3
version: 8.4.6-bb.0
appVersion: 11.1.4
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
home: https://grafana.com
......@@ -17,13 +17,13 @@ annotations:
- name: Upstream Project
url: https://github.com/grafana/grafana
bigbang.dev/applicationVersions: |
- Grafana: 11.1.3
- Grafana: 11.1.4
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.3
image: registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins:11.1.4
- name: k8s-sidecar
image: registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar:1.27.5
- name: init-chown-data
......
......@@ -5,7 +5,7 @@ metadata:
upstream:
type: git
git:
commit: a555f7c2050042fabe7bccd9b7f96f9cce5e27f3
commit: 79a0101296b0065b18987321b3047b8c94bc1a33
repo: https://github.com/grafana/helm-charts
directory: /charts/grafana
ref: grafana-8.4.4
ref: grafana-8.4.6
......@@ -121,7 +121,7 @@ need to instead set `global.imageRegistry`.
| `persistence.subPath` | Mount a sub dir of the persistent volume (can be templated) | `nil` |
| `persistence.inMemory.enabled` | If persistence is not enabled, whether to mount the local storage in-memory to improve performance | `false` |
| `persistence.inMemory.sizeLimit` | SizeLimit for the in-memory local storage | `nil` |
| `persistence.disableWarning` | Hide NOTES warning, useful when persiting to a database | `false` |
| `persistence.disableWarning` | Hide NOTES warning, useful when persisting to a database | `false` |
| `initChownData.enabled` | If false, don't reset data ownership at startup | true |
| `initChownData.image.registry` | init-chown-data container image registry | `docker.io` |
| `initChownData.image.repository` | init-chown-data container image repository | `busybox` |
......
......@@ -99,7 +99,7 @@ livenessProbe:
image:
repository: ironbank/big-bang/grafana/grafana-plugins
# Overrides the Grafana image tag whose default is the chart appVersion
tag: "11.1.3"
tag: "11.1.4"
#sha: ""
pullPolicy: IfNotPresent
......
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