axeII / home-ops

A repository for HomeOps where I perform Infrastructure as Code (IaC) and GitOps practices.
Do What The F*ck You Want To Public License
41 stars 1 forks source link

fix(helm): update grafana ( 8.5.2 → 8.5.3 ) #1465

Closed bot-akira[bot] closed 1 month ago

bot-akira[bot] commented 1 month ago

This PR contains the following updates:

Package Update Change
grafana (source) patch 8.5.2 -> 8.5.3

Release Notes

grafana/helm-charts (grafana) ### [`v8.5.3`](https://redirect.github.com/grafana/helm-charts/releases/tag/grafana-8.5.3) [Compare Source](https://redirect.github.com/grafana/helm-charts/compare/grafana-8.5.2...grafana-8.5.3) The leading tool for querying and visualizing time series and metrics. #### What's Changed - \[grafana] Update Grafana to version 11.2.2 by [@​terop](https://redirect.github.com/terop) in [https://github.com/grafana/helm-charts/pull/3356](https://redirect.github.com/grafana/helm-charts/pull/3356) **Full Changelog**: https://github.com/grafana/helm-charts/compare/alloy-0.9.1...grafana-8.5.3

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.



This PR has been generated by Renovate Bot.

bot-akira[bot] commented 1 month ago
--- 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: 8.5.2
+      version: 8.5.3
   dependsOn:
   - name: kube-prometheus-stack
     namespace: monitoring
   interval: 5m
   values:
     admin:
bot-akira[bot] commented 1 month ago
--- 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: 72b09450cd253d9925c753705b0e22f059190f2554f5eee2f857a37ea06b93b2
+        checksum/dashboards-json-config: 0d53085a3c7d1c06018d12a5a249d1cceff91f7f71797bae2c1156cf4304acfa
         checksum/sc-dashboard-provider-config: e70bf6a851099d385178a76de9757bb0bef8299da6d8443602590e44f05fdf24
         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:11.2.1
+        image: docker.io/grafana/grafana:11.2.2
         imagePullPolicy: IfNotPresent
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL
axeII commented 1 month ago

🦙 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_

_MegaLinter is graciously provided by OX Security_