Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(helm): update grafana ( 8.8.5 → 8.10.0 ) #1588

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bot-akira[bot]
Copy link
Contributor

@bot-akira bot-akira bot commented Jan 31, 2025

This PR contains the following updates:

Package Update Change
grafana (source) minor 8.8.5 -> 8.10.0

Release Notes

grafana/helm-charts (grafana)

v8.10.0

Compare Source

The leading tool for querying and visualizing time series and metrics.

What's Changed

New Contributors

Full Changelog: grafana/helm-charts@grafana-8.9.1...grafana-8.10.0

v8.9.1

Compare Source

The leading tool for querying and visualizing time series and metrics.

What's Changed

Full Changelog: grafana/helm-charts@helm-loki-6.26.0...grafana-8.9.1

v8.9.0

Compare Source

The leading tool for querying and visualizing time series and metrics.

What's Changed

Full Changelog: grafana/helm-charts@grafana-8.8.6...grafana-8.9.0

v8.8.6

Compare Source

The leading tool for querying and visualizing time series and metrics.

What's Changed

Full Changelog: grafana/helm-charts@grafana-agent-operator-0.5.1...grafana-8.8.6


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.

@bot-akira
Copy link
Contributor Author

bot-akira bot commented Jan 31, 2025

--- kubernetes/apps/observability/grafana/app Kustomization: flux-system/grafana HelmRelease: observability/grafana

+++ kubernetes/apps/observability/grafana/app Kustomization: flux-system/grafana HelmRelease: observability/grafana

@@ -13,13 +13,13 @@

     spec:
       chart: grafana
       sourceRef:
         kind: HelmRepository
         name: grafana
         namespace: flux-system
-      version: 8.8.5
+      version: 8.10.0
   install:
     remediation:
       retries: 3
   interval: 30m
   upgrade:
     cleanupOnFail: true

@bot-akira
Copy link
Contributor Author

bot-akira bot commented Jan 31, 2025

--- HelmRelease: observability/grafana Deployment: observability/grafana

+++ HelmRelease: observability/grafana Deployment: observability/grafana

@@ -19,18 +19,19 @@

   template:
     metadata:
       labels:
         app.kubernetes.io/name: grafana
         app.kubernetes.io/instance: grafana
       annotations:
-        checksum/dashboards-json-config: 5e92b64bd176bfe4168c27b2a93c85c0b3e992963fabb1647da7586878c92c5d
+        checksum/dashboards-json-config: 2c1dd6b32190e5b82fc443cbc2cfb6792d8b2db0c0c2cc3d0cda1f8cb8808ac8
         checksum/sc-dashboard-provider-config: c942752180ddff51a3ab63b7d256cf3d856d90757b6f804cbc420562989d5a84
         kubectl.kubernetes.io/default-container: grafana
     spec:
       serviceAccountName: grafana
       automountServiceAccountToken: true
+      shareProcessNamespace: false
       securityContext:
         fsGroup: 472
         runAsGroup: 472
         runAsNonRoot: true
         runAsUser: 472
       initContainers:
@@ -56,13 +57,13 @@

           subPath: download_dashboards.sh
         - name: storage
           mountPath: /var/lib/grafana
       enableServiceLinks: true
       containers:
       - name: grafana-sc-dashboard
-        image: quay.io/kiwigrid/k8s-sidecar:1.28.0
+        image: quay.io/kiwigrid/k8s-sidecar:1.30.0
         imagePullPolicy: IfNotPresent
         env:
         - name: METHOD
           value: WATCH
         - name: LABEL
           value: grafana_dashboard
@@ -96,13 +97,13 @@

           seccompProfile:
             type: RuntimeDefault
         volumeMounts:
         - name: sc-dashboard-volume
           mountPath: /tmp/dashboards
       - name: grafana-sc-datasources
-        image: quay.io/kiwigrid/k8s-sidecar:1.28.0
+        image: quay.io/kiwigrid/k8s-sidecar:1.30.0
         imagePullPolicy: IfNotPresent
         env:
         - name: METHOD
           value: WATCH
         - name: LABEL
           value: grafana_datasource
@@ -134,13 +135,13 @@

           seccompProfile:
             type: RuntimeDefault
         volumeMounts:
         - name: sc-datasources-volume
           mountPath: /etc/grafana/provisioning/datasources
       - name: grafana
-        image: docker.io/grafana/grafana:11.4.0
+        image: docker.io/grafana/grafana:11.5.1
         imagePullPolicy: IfNotPresent
         securityContext:
           allowPrivilegeEscalation: false
           capabilities:
             drop:
             - ALL

@axeII
Copy link
Owner

axeII commented Jan 31, 2025

🦙 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

@bot-akira bot-akira bot force-pushed the renovate/grafana-8.x branch from 15604d1 to 1584464 Compare February 4, 2025 02:09
@bot-akira bot-akira bot changed the title fix(helm): update grafana ( 8.8.5 → 8.8.6 ) feat(helm): update grafana ( 8.8.5 → 8.9.0 ) Feb 4, 2025
@bot-akira bot-akira bot force-pushed the renovate/grafana-8.x branch from 1584464 to 9cbd0b7 Compare February 14, 2025 13:19
@bot-akira bot-akira bot changed the title feat(helm): update grafana ( 8.8.5 → 8.9.0 ) feat(helm): update grafana ( 8.8.5 → 8.9.1 ) Feb 14, 2025
@bot-akira bot-akira bot force-pushed the renovate/grafana-8.x branch from 9cbd0b7 to e86de6a Compare February 14, 2025 15:11
@bot-akira bot-akira bot changed the title feat(helm): update grafana ( 8.8.5 → 8.9.1 ) feat(helm): update grafana ( 8.8.5 → 8.10.0 ) Feb 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant