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

Update chart grafana from 6.61.2 to 7.0.8 #335

Merged
merged 1 commit into from
Nov 26, 2023
Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 29, 2023

Mend Renovate logo banner

This PR contains the following updates:

Package Update Change
grafana (source) major 6.61.2 -> 7.0.8

Release Notes

grafana/helm-charts (grafana)

v7.0.8

Compare Source

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

What's Changed

New Contributors

Full Changelog: grafana/helm-charts@grafana-7.0.6...grafana-7.0.8

v7.0.6

Compare Source

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

What's Changed

Full Changelog: grafana/helm-charts@grafana-7.0.5...grafana-7.0.6

v7.0.5

Compare Source

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

What's Changed

New Contributors

Full Changelog: grafana/helm-charts@rollout-operator-0.10.0...grafana-7.0.5

v7.0.4

Compare Source

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

What's Changed

Full Changelog: grafana/helm-charts@helm-k6-operator-3.0.0...grafana-7.0.4

v7.0.3

Compare Source

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

What's Changed

Full Changelog: grafana/helm-charts@k8s-monitoring-0.3.1...grafana-7.0.3

v7.0.2

Compare Source

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

What's Changed

Full Changelog: grafana/helm-charts@grafana-7.0.1...grafana-7.0.2

v7.0.1

Compare Source

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

What's Changed

New Contributors

Full Changelog: grafana/helm-charts@grafana-7.0.0...grafana-7.0.1

v7.0.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-6.61.2...grafana-7.0.0


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 Mend Renovate. View repository job log here.

@renovate renovate bot changed the title Update chart grafana from 6.61.2 to 7.0.1 Update chart grafana from 6.61.2 to 7.0.2 Oct 31, 2023
@renovate renovate bot force-pushed the renovate/grafana-7.x branch from 1444e98 to f1f4733 Compare October 31, 2023 13:23
@renovate renovate bot changed the title Update chart grafana from 6.61.2 to 7.0.2 Update chart grafana from 6.61.2 to 7.0.3 Nov 3, 2023
@renovate renovate bot force-pushed the renovate/grafana-7.x branch from f1f4733 to cd9afcf Compare November 3, 2023 15:58
Copy link

github-actions bot commented Nov 13, 2023

--- cluster/apps Kustomization: flux-system/apps HelmRelease: monitoring/grafana

+++ cluster/apps Kustomization: flux-system/apps HelmRelease: monitoring/grafana

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

       chart: grafana
       interval: 15m
       sourceRef:
         kind: HelmRepository
         name: grafana-charts
         namespace: flux-system
-      version: 6.61.2
+      version: 7.0.8
   install:
     createNamespace: true
     remediation:
       retries: 3
   interval: 15m
   upgrade:

Copy link

github-actions bot commented Nov 13, 2023

--- cluster/flux HelmRelease: monitoring/grafana Deployment: monitoring/grafana

+++ cluster/flux HelmRelease: monitoring/grafana Deployment: monitoring/grafana

@@ -20,15 +20,15 @@

   template:
     metadata:
       labels:
         app.kubernetes.io/name: grafana
         app.kubernetes.io/instance: grafana
       annotations:
-        checksum/dashboards-json-config: 2747a57ebd9f0634dda16b1ec9d8f0da5066ee3e46501179081fdd31b4b34d13
-        checksum/sc-dashboard-provider-config: ef2082370852266f0db383a84d67726ce10499b825c92fddf022f17d38f1c0a2
-        checksum/secret: be04914e6a08a63e67be8604702b0c0b510dac32718fb3b3a4e831175ec906f6
+        checksum/dashboards-json-config: 89910da1410808d7e350f351dc257567560b04bf1090bfe9d9f277fe6e75b36c
+        checksum/sc-dashboard-provider-config: 90bad8b25cb0f833c6271107d622ec6f4866e8abb14457ad49cb4eb945c755d2
+        checksum/secret: 2d04191f02cf8bc99b7279657415cf4da4d313372602e53b4a320dce8a0a5b7c
         kubectl.kubernetes.io/default-container: grafana
     spec:
       serviceAccountName: grafana
       automountServiceAccountToken: true
       securityContext:
         fsGroup: 472
@@ -58,13 +58,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.25.1
+        image: quay.io/kiwigrid/k8s-sidecar:1.25.2
         imagePullPolicy: IfNotPresent
         env:
         - name: METHOD
           value: WATCH
         - name: LABEL
           value: grafana_dashboard
@@ -96,13 +96,13 @@

           seccompProfile:
             type: RuntimeDefault
         volumeMounts:
         - name: sc-dashboard-volume
           mountPath: /tmp/dashboards
       - name: grafana-sc-datasources
-        image: quay.io/kiwigrid/k8s-sidecar:1.25.1
+        image: quay.io/kiwigrid/k8s-sidecar:1.25.2
         imagePullPolicy: IfNotPresent
         env:
         - name: METHOD
           value: WATCH
         - name: LABEL
           value: grafana_datasource

@renovate renovate bot changed the title Update chart grafana from 6.61.2 to 7.0.3 Update chart grafana from 6.61.2 to 7.0.4 Nov 14, 2023
@renovate renovate bot force-pushed the renovate/grafana-7.x branch from cd9afcf to ce9f6b2 Compare November 14, 2023 17:27
@renovate renovate bot changed the title Update chart grafana from 6.61.2 to 7.0.4 Update chart grafana from 6.61.2 to 7.0.5 Nov 15, 2023
@renovate renovate bot force-pushed the renovate/grafana-7.x branch from ce9f6b2 to 07a5ba1 Compare November 15, 2023 11:14
@renovate renovate bot changed the title Update chart grafana from 6.61.2 to 7.0.5 Update chart grafana from 6.61.2 to 7.0.6 Nov 15, 2023
@renovate renovate bot force-pushed the renovate/grafana-7.x branch from 07a5ba1 to 32fa044 Compare November 15, 2023 15:51
@renovate renovate bot changed the title Update chart grafana from 6.61.2 to 7.0.6 Update chart grafana from 6.61.2 to 7.0.8 Nov 20, 2023
@renovate renovate bot force-pushed the renovate/grafana-7.x branch from 32fa044 to 23977a8 Compare November 20, 2023 15:23
@TomCranitch TomCranitch merged commit 74fc62e into main Nov 26, 2023
4 checks passed
@renovate renovate bot deleted the renovate/grafana-7.x branch November 26, 2023 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant