UNCLASSIFIED - NO CUI

Skip to content
Snippets Groups Projects
Commit 637f009b authored by Blane Staskiewicz's avatar Blane Staskiewicz Committed by Jimmy Ungerman
Browse files

Update grafana to 10.3.3

parent 7043d3b4
No related branches found
No related tags found
1 merge request!59Update grafana to 10.3.3
......@@ -3,6 +3,12 @@
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
---
## [7.3.1-bb.0] - 2024-02-21
### Added
- Updated chart base to 7.3.0 -> 7.3.1
- Updated grafana-plugins 10.3.1 -> 10.3.3
- Updated k8s-sidecar 1.25.3 -> 1.25.4
## [7.3.0-bb.1] - 2024-02-15
### Changed
- Updated the allow-all-in-namespace istio auth policy
......
# grafana
![Version: 7.3.0-bb.1](https://img.shields.io/badge/Version-7.3.0--bb.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.3.1](https://img.shields.io/badge/AppVersion-10.3.1-informational?style=flat-square)
![Version: 7.3.1-bb.0](https://img.shields.io/badge/Version-7.3.1--bb.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.3.3](https://img.shields.io/badge/AppVersion-10.3.3-informational?style=flat-square)
The leading tool for querying and visualizing time series and metrics.
......@@ -69,7 +69,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 | `"10.3.1"` | |
| image.tag | string | `"10.3.3"` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.pullSecrets[0] | string | `"private-registry"` | |
| testFramework.enabled | bool | `false` | |
......@@ -217,7 +217,7 @@ helm install grafana chart/
| smtp.userKey | string | `"user"` | |
| smtp.passwordKey | string | `"password"` | |
| sidecar.image.repository | string | `"ironbank/kiwigrid/k8s-sidecar"` | |
| sidecar.image.tag | string | `"1.25.3"` | |
| sidecar.image.tag | string | `"1.25.4"` | |
| sidecar.imagePullPolicy | string | `"IfNotPresent"` | |
| sidecar.resources.limits.cpu | string | `"100m"` | |
| sidecar.resources.limits.memory | string | `"100Mi"` | |
......
apiVersion: v2
name: grafana
version: 7.3.0-bb.1
appVersion: 10.3.1
version: 7.3.1-bb.0
appVersion: 10.3.3
kubeVersion: "^1.8.0-0"
description: The leading tool for querying and visualizing time series and metrics.
home: https://grafana.com
......@@ -17,12 +17,12 @@ annotations:
- name: Upstream Project
url: https://github.com/grafana/grafana
bigbang.dev/applicationVersions: |
- Grafana: 10.3.1
- Grafana: 10.3.3
helm.sh/images: |
- name: grafana
image: registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins:10.3.1
image: registry1.dso.mil/ironbank/big-bang/grafana/grafana-plugins:10.3.3
- name: k8s-sidecar
image: registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar:1.25.3
image: registry1.dso.mil/ironbank/kiwigrid/k8s-sidecar:1.25.4
- name: init-chown-data
image: registry1.dso.mil/ironbank/redhat/ubi/ubi9-minimal:9.3
condition: initChownData.enabled
......
......@@ -5,7 +5,7 @@ metadata:
upstream:
type: git
git:
commit: e0df642bec4505b1ea617a88e0f9e4aa2ae52d4c
commit: d98e724868aa19e767537fe047abeb50a8283b93
repo: https://github.com/grafana/helm-charts
directory: /charts/grafana
ref: grafana-7.3.0
ref: grafana-7.3.1
......@@ -91,7 +91,7 @@ livenessProbe:
image:
repository: ironbank/big-bang/grafana/grafana-plugins
# Overrides the Grafana image tag whose default is the chart appVersion
tag: "10.3.1"
tag: "10.3.3"
#sha: ""
pullPolicy: IfNotPresent
......@@ -851,7 +851,7 @@ smtp:
sidecar:
image:
repository: ironbank/kiwigrid/k8s-sidecar
tag: 1.25.3
tag: 1.25.4
imagePullPolicy: IfNotPresent
resources:
limits:
......
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