Skip to content
This repository has been archived by the owner on Jul 6, 2024. It is now read-only.

feat(helm): update chart grafana ( 8.0.2 → 8.3.2 ) #2889

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

Conversation

greyrock-repo-duster[bot]
Copy link
Contributor

@greyrock-repo-duster greyrock-repo-duster bot commented Jun 27, 2024

This PR contains the following updates:

Package Update Change
grafana (source) minor 8.0.2 -> 8.3.2

Release Notes

grafana/helm-charts (grafana)

v8.3.2

Compare Source

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

What's Changed

New Contributors

Full Changelog: grafana/helm-charts@helm-loki-6.6.5...grafana-8.3.2

v8.3.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-8.3.0...grafana-8.3.1

v8.3.0

Compare Source

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

What's Changed

New Contributors

Full Changelog: grafana/helm-charts@tempo-distributed-1.13.2...grafana-8.3.0

v8.2.2

Compare Source

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

What's Changed

Full Changelog: grafana/helm-charts@tempo-distributed-1.13.1...grafana-8.2.2

v8.2.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-8.2.0...grafana-8.2.1

v8.2.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.1.1...grafana-8.2.0

v8.1.1

Compare Source

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

What's Changed

Full Changelog: grafana/helm-charts@grafana-8.1.0...grafana-8.1.1

v8.1.0

Compare Source

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

What's Changed

New Contributors

Full Changelog: grafana/helm-charts@alloy-0.4.0...grafana-8.1.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 Renovate Bot.

@greyrock-repo-duster greyrock-repo-duster bot added renovate/helm Issue relates to a Renovate helm update type/minor Issue relates to a minor version bump area/kubernetes Issue relates to Kubernetes cluster/main Issue relates to the "main" cluster labels Jun 27, 2024
@greyrock-repo-duster
Copy link
Contributor Author

greyrock-repo-duster bot commented Jun 27, 2024

--- kubernetes/main/apps/monitoring/grafana/app Kustomization: flux-system/grafana HelmRelease: monitoring/grafana

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

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

       chart: grafana
       interval: 30m
       sourceRef:
         kind: HelmRepository
         name: grafana
         namespace: flux-system
-      version: 8.0.2
+      version: 8.3.2
   interval: 30m
   timeout: 20m
   values:
     annotations:
       configmap.reloader.stakater.com/reload: grafana
       secret.reloader.stakater.com/reload: grafana-secret

@greyrock-repo-duster
Copy link
Contributor Author

greyrock-repo-duster bot commented Jun 27, 2024

--- HelmRelease: monitoring/grafana Deployment: monitoring/grafana

+++ HelmRelease: monitoring/grafana Deployment: monitoring/grafana

@@ -23,15 +23,15 @@

   template:
     metadata:
       labels:
         app.kubernetes.io/name: grafana
         app.kubernetes.io/instance: grafana
       annotations:
-        checksum/dashboards-json-config: ed9dc9f76e7bfbc63f31c7c738335e6cc6b269a85e6fbf49c54c87a37c450a95
+        checksum/dashboards-json-config: 3dd9f165c90f209cad5d77e6b54ee37e4bf3a4b714ccd284384b0682650afa1e
         checksum/sc-dashboard-provider-config: c942752180ddff51a3ab63b7d256cf3d856d90757b6f804cbc420562989d5a84
-        checksum/secret: af9d10332d6053c58ff11d2f71e7455db24858f763b82a9fcd270adc6a3db8be
+        checksum/secret: de6702c966e7b12ab6f51845e619d7e7a33627dabd31014d8b9643f9f9a6ca31
         kubectl.kubernetes.io/default-container: grafana
     spec:
       serviceAccountName: grafana
       automountServiceAccountToken: true
       securityContext:
         fsGroup: 472
@@ -139,13 +139,13 @@

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

@greyrock-repo-duster
Copy link
Contributor Author

greyrock-repo-duster bot commented Jun 27, 2024

🦙 MegaLinter status: ⚠️ WARNING

Descriptor Linter Files Fixed Errors Elapsed time
✅ COPYPASTE jscpd yes no 1.07s
✅ REPOSITORY git_diff yes no 0.03s
✅ REPOSITORY secretlint yes no 2.13s
⚠️ YAML prettier 1 1 0.55s
✅ YAML yamllint 1 0 0.37s

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

@greyrock-repo-duster greyrock-repo-duster bot changed the title feat(helm): update chart grafana ( 8.0.2 → 8.1.1 ) feat(helm): update chart grafana ( 8.0.2 → 8.2.0 ) Jun 27, 2024
@greyrock-repo-duster greyrock-repo-duster bot changed the title feat(helm): update chart grafana ( 8.0.2 → 8.2.0 ) feat(helm): update chart grafana ( 8.0.2 → 8.2.1 ) Jul 1, 2024
@greyrock-repo-duster greyrock-repo-duster bot changed the title feat(helm): update chart grafana ( 8.0.2 → 8.2.1 ) feat(helm): update chart grafana ( 8.0.2 → 8.2.2 ) Jul 1, 2024
@greyrock-repo-duster greyrock-repo-duster bot changed the title feat(helm): update chart grafana ( 8.0.2 → 8.2.2 ) feat(helm): update chart grafana ( 8.0.2 → 8.3.1 ) Jul 3, 2024
| datasource | package | from  | to    |
| ---------- | ------- | ----- | ----- |
| helm       | grafana | 8.0.2 | 8.3.2 |
@greyrock-repo-duster greyrock-repo-duster bot changed the title feat(helm): update chart grafana ( 8.0.2 → 8.3.1 ) feat(helm): update chart grafana ( 8.0.2 → 8.3.2 ) Jul 4, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area/kubernetes Issue relates to Kubernetes cluster/main Issue relates to the "main" cluster renovate/helm Issue relates to a Renovate helm update type/minor Issue relates to a minor version bump
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants