-
Notifications
You must be signed in to change notification settings - Fork 2
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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
🦙 MegaLinter status: ✅ SUCCESS
See detailed report in MegaLinter reports MegaLinter is graciously provided by OX Security |
--- 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: |
--- 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 |
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
0 participants
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
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.
This PR has been generated by Renovate Bot.