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

fix(grafana): update helm-release to v7.0.6 #2123

Merged
merged 1 commit into from
Nov 15, 2023

Conversation

tyriis-automation[bot]
Copy link
Contributor

This PR contains the following updates:

Package Update Change
grafana (source) patch 7.0.5 -> 7.0.6

Release Notes

grafana/helm-charts (grafana)

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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.

@tyriis-automation tyriis-automation bot added renovate/flux renovate flux manager renovate/helm renovate helm datasource type/patch a patch for a bug labels Nov 15, 2023
Copy link
Contributor

🦙 MegaLinter status: ✅ SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
✅ EDITORCONFIG editorconfig-checker 2 0 0.01s
✅ REPOSITORY gitleaks yes no 1.6s
✅ YAML prettier 2 0 0.56s
✅ YAML yamllint 2 0 0.28s

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

@tyriis-automation
Copy link
Contributor Author

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

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

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

     spec:
       chart: grafana
       sourceRef:
         kind: HelmRepository
         name: grafana-charts
         namespace: flux-system
-      version: 7.0.5
+      version: 7.0.6
   install:
     createNamespace: false
     remediation:
       retries: 3
   interval: 30m
   timeout: 20m
--- kubernetes/talos-flux/apps/github/actions-runner-controller/operator Kustomization: flux-system/apps-actions-runner-controller HelmRelease: github/actions-runner-controller

+++ kubernetes/talos-flux/apps/github/actions-runner-controller/operator Kustomization: flux-system/apps-actions-runner-controller HelmRelease: github/actions-runner-controller

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

       chart: gha-runner-scale-set-controller
       interval: 30m
       sourceRef:
         kind: HelmRepository
         name: actions-runner-controller-charts
         namespace: flux-system
-      version: 0.7.0
+      version: 0.6.1
   install:
     crds: CreateReplace
   interval: 30m
   upgrade:
     crds: CreateReplace
   values:

@tyriis-automation
Copy link
Contributor Author

--- kubernetes HelmRelease: github/actions-runner-controller Deployment: github/gha-runner-scale-set-controller

+++ kubernetes HelmRelease: github/actions-runner-controller Deployment: github/gha-runner-scale-set-controller

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

         app.kubernetes.io/namespace: github
         app.kubernetes.io/instance: actions-runner-controller
     spec:
       serviceAccountName: gha-runner-scale-set-controller
       containers:
       - name: manager
-        image: ghcr.io/actions/gha-runner-scale-set-controller:0.7.0
+        image: ghcr.io/actions/gha-runner-scale-set-controller:0.6.1
         imagePullPolicy: IfNotPresent
         args:
         - --auto-scaling-runner-set-only
         - --log-level=debug
         - --log-format=text
         - --update-strategy=immediate
@@ -44,17 +44,19 @@

         - --listener-metrics-endpoint=
         - --metrics-addr=0
         command:
         - /manager
         env:
         - name: CONTROLLER_MANAGER_CONTAINER_IMAGE
-          value: ghcr.io/actions/gha-runner-scale-set-controller:0.7.0
+          value: ghcr.io/actions/gha-runner-scale-set-controller:0.6.1
         - name: CONTROLLER_MANAGER_POD_NAMESPACE
           valueFrom:
             fieldRef:
               fieldPath: metadata.namespace
+        - name: CONTROLLER_MANAGER_LISTENER_IMAGE_PULL_POLICY
+          value: IfNotPresent
         volumeMounts:
         - mountPath: /tmp
           name: tmp
       terminationGracePeriodSeconds: 10
       volumes:
       - name: tmp
--- kubernetes HelmRelease: observability/grafana Deployment: observability/grafana

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

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

   template:
     metadata:
       labels:
         app.kubernetes.io/name: grafana
         app.kubernetes.io/instance: grafana
       annotations:
-        checksum/dashboards-json-config: c3d5183ff67d10fc1fcfe8bfa48dc7d667f9f2b06390f5d0e57aaa8002bb3136
-        checksum/sc-dashboard-provider-config: fda70641a56332fcf2c5f60b19f09210504a18ef79d7630473954cd0bfdd08c5
-        checksum/secret: eb9f39b0a9de222c20896b9fe3c5a222718be26e68bee1e99ec94aeef41cf676
+        checksum/dashboards-json-config: 516649ba691f6401418ead161a405a813ba368a3e1f73c73583a2bf71134c963
+        checksum/sc-dashboard-provider-config: 86bc9b995264bbe26b97ab03d5fcf746a1f85795cf35c6f9bd976e1df15b67b6
+        checksum/secret: ad068d7aaaf1e7a7f58f401abb8cd3d2a7b8db11bf944df0f149478c8465546e
         kubectl.kubernetes.io/default-container: grafana
     spec:
       serviceAccountName: grafana
       automountServiceAccountToken: true
       securityContext:
         fsGroup: 472

@tyriis-automation tyriis-automation bot merged commit 393b1c1 into main Nov 15, 2023
8 checks passed
@tyriis-automation tyriis-automation bot deleted the renovate/grafana-7.0.x branch November 15, 2023 14:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
renovate/flux renovate flux manager renovate/helm renovate helm datasource type/patch a patch for a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants