home-ops
home-ops copied to clipboard
fix(helm): update grafana ( 7.3.9 → 7.3.11 )
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| grafana (source) | patch | 7.3.9 -> 7.3.11 |
[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
grafana/helm-charts (grafana)
v7.3.11
The leading tool for querying and visualizing time series and metrics.
What's Changed
- [grafana] add the option to set resources for the test framework container by @dbluxo in https://github.com/grafana/helm-charts/pull/2979
Full Changelog: https://github.com/grafana/helm-charts/compare/k8s-monitoring-1.0.8...grafana-7.3.11
v7.3.10
The leading tool for querying and visualizing time series and metrics.
What's Changed
- [grafana] Fix HPA selector by @gritzkoo in https://github.com/grafana/helm-charts/pull/3050
New Contributors
- @gritzkoo made their first contribution in https://github.com/grafana/helm-charts/pull/3050
Full Changelog: https://github.com/grafana/helm-charts/compare/tempo-distributed-1.9.9...grafana-7.3.10
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot.
--- HelmRelease: monitoring/grafana Deployment: monitoring/grafana
+++ HelmRelease: monitoring/grafana Deployment: monitoring/grafana
@@ -20,13 +20,13 @@
template:
metadata:
labels:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
annotations:
- checksum/dashboards-json-config: a8986631902d02987978d5a079fe6adb5b04df979097fca56a840ba94d37ad9b
+ checksum/dashboards-json-config: d55b36e89a5ad708b58b256867086d747ce8e436a450ff5aaa75cb14748ee063
checksum/sc-dashboard-provider-config: 593c0a8778b83f11fe80ccb21dfb20bc46705e2be3178df1dc4c89d164c8cd9c
kubectl.kubernetes.io/default-container: grafana
configmap.reloader.stakater.com/reload: grafana
spec:
serviceAccountName: grafana
automountServiceAccountToken: true
@@ -153,13 +153,13 @@
seccompProfile:
type: RuntimeDefault
volumeMounts:
- name: sc-datasources-volume
mountPath: /etc/grafana/provisioning/datasources
- name: grafana
- image: docker.io/grafana/grafana:10.4.1
+ image: docker.io/grafana/grafana:10.4.3
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
--- kubernetes/apps/monitoring/grafana/app Kustomization: flux-system/cluster-apps-grafana HelmRelease: monitoring/grafana
+++ kubernetes/apps/monitoring/grafana/app Kustomization: flux-system/cluster-apps-grafana HelmRelease: monitoring/grafana
@@ -13,13 +13,13 @@
chart: grafana
interval: 5m
sourceRef:
kind: HelmRepository
name: grafana
namespace: flux-system
- version: 7.3.9
+ version: 7.3.12
dependsOn:
- name: kube-prometheus-stack
namespace: monitoring
interval: 5m
values:
admin:
🦙 MegaLinter status: ✅ SUCCESS
| Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
|---|
See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff