fix(container): update image ghcr.io/grafana/helm-charts/grafana ( 10.4.0 ➔ 10.4.3 )#346
Merged
meroxdotdev merged 1 commit intomainfrom Jan 3, 2026
Merged
Conversation
7231bb0 to
d88c061
Compare
--- kubernetes/apps/observability/grafana/app Kustomization: observability/grafana OCIRepository: observability/grafana
+++ kubernetes/apps/observability/grafana/app Kustomization: observability/grafana OCIRepository: observability/grafana
@@ -11,9 +11,9 @@
spec:
interval: 5m
layerSelector:
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
operation: copy
ref:
- tag: 10.4.0
+ tag: 10.4.3
url: oci://ghcr.io/grafana/helm-charts/grafana
|
--- HelmRelease: observability/grafana ConfigMap: observability/grafana
+++ HelmRelease: observability/grafana ConfigMap: observability/grafana
@@ -28,13 +28,13 @@
[paths]
data = /var/lib/grafana/
logs = /var/log/grafana
plugins = /var/lib/grafana/plugins
provisioning = /etc/grafana/provisioning
[server]
- domain = ''
+ domain = grafana.k8s.merox.dev
datasources.yaml: |
apiVersion: 1
datasources:
- access: proxy
isDefault: true
name: Prometheus
--- HelmRelease: observability/grafana Deployment: observability/grafana
+++ HelmRelease: observability/grafana Deployment: observability/grafana
@@ -19,13 +19,13 @@
template:
metadata:
labels:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
annotations:
- checksum/dashboards-json-config: 03cbf6ea0018436b2368526ca2c1c7e67aa4a5d850d76fe32dc7993889468e8f
+ checksum/dashboards-json-config: c9a83aa1a30c4f72261dc481e7fb8d95fadb4f780bc2dd9b5b9bb38fece19086
checksum/sc-dashboard-provider-config: c942752180ddff51a3ab63b7d256cf3d856d90757b6f804cbc420562989d5a84
kubectl.kubernetes.io/default-container: grafana
spec:
serviceAccountName: grafana
automountServiceAccountToken: true
shareProcessNamespace: false
@@ -161,13 +161,13 @@
seccompProfile:
type: RuntimeDefault
volumeMounts:
- name: sc-datasources-volume
mountPath: /etc/grafana/provisioning/datasources
- name: grafana
- image: docker.io/grafana/grafana:12.3.0
+ image: docker.io/grafana/grafana:12.3.1
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
@@ -244,19 +244,19 @@
- name: GF_SERVER_ROOT_URL
value: https://grafana.k8s.merox.dev
livenessProbe:
failureThreshold: 10
httpGet:
path: /api/health
- port: 3000
+ port: grafana
initialDelaySeconds: 60
timeoutSeconds: 30
readinessProbe:
httpGet:
path: /api/health
- port: 3000
+ port: grafana
volumes:
- name: config
configMap:
name: grafana
- name: dashboards-default
configMap: |
d88c061 to
7f77334
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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:
10.4.0→10.4.3Release Notes
grafana/grafana (ghcr.io/grafana/helm-charts/grafana)
v10.4.3: 10.4.3 (2024-05-13)Compare Source
Download page
What's new highlights
Features and enhancements
Bug fixes
resbeing accessed after it becomesnilinpromql_query.go. #85959, @adamyeatsautorefresh option when saving a dashboard. #85921, @bfmateiv10.4.2: 10.4.2 (2024-04-10)Compare Source
Download page
What's new highlights
Bug fixes
v10.4.1Compare Source
Bug fixes
Configuration
📅 Schedule: Branch creation - "every weekend" (UTC), 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.
This PR was generated by Mend Renovate. View the repository job log.