-
Notifications
You must be signed in to change notification settings - Fork 0
fix(container): update image ghcr.io/prometheus-community/charts/kube-prometheus-stack ( 80.9.1 → 80.9.2 ) #418
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
Merged
renovate
merged 1 commit into
main
from
renovate/ghcr.io-prometheus-community-charts-kube-prometheus-stack-80.x
Jan 1, 2026
Merged
Conversation
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
--- kubernetes/apps/infrastructure/argocd/app Kustomization: flux-system/argocd HelmRelease: infrastructure/argocd
+++ kubernetes/apps/infrastructure/argocd/app Kustomization: flux-system/argocd HelmRelease: infrastructure/argocd
@@ -13,13 +13,13 @@
spec:
chart: argo-cd
interval: 30m
sourceRef:
kind: HelmRepository
name: argocd
- version: 9.2.3
+ version: 9.2.2
interval: 30m
values:
configs:
cm:
admin.enabled: false
kustomize.buildOptions: --enable-helm
--- kubernetes/apps/monitoring/grafana/app Kustomization: flux-system/grafana OCIRepository: monitoring/grafana
+++ kubernetes/apps/monitoring/grafana/app Kustomization: flux-system/grafana OCIRepository: monitoring/grafana
@@ -11,9 +11,9 @@
spec:
interval: 1h
layerSelector:
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
operation: copy
ref:
- tag: 10.4.3
+ tag: 10.4.2
url: oci://ghcr.io/grafana/helm-charts/grafana
--- kubernetes/apps/monitoring/kube-prometheus-stack/app Kustomization: flux-system/kube-prometheus-stack OCIRepository: monitoring/kube-prometheus-stack
+++ kubernetes/apps/monitoring/kube-prometheus-stack/app Kustomization: flux-system/kube-prometheus-stack OCIRepository: monitoring/kube-prometheus-stack
@@ -11,9 +11,9 @@
spec:
interval: 1h
layerSelector:
mediaType: application/vnd.cncf.helm.chart.content.v1.tar+gzip
operation: copy
ref:
- tag: 80.9.1
+ tag: 80.9.2
url: oci://ghcr.io/prometheus-community/charts/kube-prometheus-stack
|
…-prometheus-stack ( 80.9.1 → 80.9.2 )
240bf3a to
45ff079
Compare
--- HelmRelease: infrastructure/argocd Deployment: infrastructure/argocd-applicationset-controller
+++ HelmRelease: infrastructure/argocd Deployment: infrastructure/argocd-applicationset-controller
@@ -23,13 +23,13 @@
matchLabels:
app.kubernetes.io/name: argocd-applicationset-controller
app.kubernetes.io/instance: argocd
template:
metadata:
annotations:
- checksum/cmd-params: 9cdfd4cb02f3d439c13a081ee5886e2ba2da1bd94ccdecd3f5459ea589e49ad1
+ checksum/cmd-params: d817618b4212dba88a07e4bab1c6446fde4a111bba3f29eae7f7a5f86595d81e
labels:
app.kubernetes.io/name: argocd-applicationset-controller
app.kubernetes.io/instance: argocd
app.kubernetes.io/component: applicationset-controller
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: argocd
--- HelmRelease: infrastructure/argocd Deployment: infrastructure/argocd-notifications-controller
+++ HelmRelease: infrastructure/argocd Deployment: infrastructure/argocd-notifications-controller
@@ -25,13 +25,13 @@
matchLabels:
app.kubernetes.io/name: argocd-notifications-controller
app.kubernetes.io/instance: argocd
template:
metadata:
annotations:
- checksum/cmd-params: 9cdfd4cb02f3d439c13a081ee5886e2ba2da1bd94ccdecd3f5459ea589e49ad1
+ checksum/cmd-params: d817618b4212dba88a07e4bab1c6446fde4a111bba3f29eae7f7a5f86595d81e
labels:
app.kubernetes.io/name: argocd-notifications-controller
app.kubernetes.io/instance: argocd
app.kubernetes.io/component: notifications-controller
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: argocd
--- HelmRelease: infrastructure/argocd Deployment: infrastructure/argocd-repo-server
+++ HelmRelease: infrastructure/argocd Deployment: infrastructure/argocd-repo-server
@@ -23,14 +23,14 @@
matchLabels:
app.kubernetes.io/name: argocd-repo-server
app.kubernetes.io/instance: argocd
template:
metadata:
annotations:
- checksum/cmd-params: 9cdfd4cb02f3d439c13a081ee5886e2ba2da1bd94ccdecd3f5459ea589e49ad1
- checksum/cm: b30aea3af7360cb87e7905edbcfcd14636b2292119161feef5484676da618a4e
+ checksum/cmd-params: d817618b4212dba88a07e4bab1c6446fde4a111bba3f29eae7f7a5f86595d81e
+ checksum/cm: 1d13445a1c68b9a1b36551186abb78886a0f8161b96a616f2e71104617d58ec0
labels:
app.kubernetes.io/name: argocd-repo-server
app.kubernetes.io/instance: argocd
app.kubernetes.io/component: repo-server
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: argocd
@@ -334,30 +334,12 @@
- name: repo-server
containerPort: 8081
protocol: TCP
- name: metrics
containerPort: 8084
protocol: TCP
- livenessProbe:
- httpGet:
- path: /healthz?full=true
- port: metrics
- initialDelaySeconds: 10
- periodSeconds: 10
- timeoutSeconds: 1
- successThreshold: 1
- failureThreshold: 3
- readinessProbe:
- httpGet:
- path: /healthz
- port: metrics
- initialDelaySeconds: 10
- periodSeconds: 10
- timeoutSeconds: 1
- successThreshold: 1
- failureThreshold: 3
resources: {}
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
--- HelmRelease: infrastructure/argocd Deployment: infrastructure/argocd-server
+++ HelmRelease: infrastructure/argocd Deployment: infrastructure/argocd-server
@@ -23,14 +23,14 @@
matchLabels:
app.kubernetes.io/name: argocd-server
app.kubernetes.io/instance: argocd
template:
metadata:
annotations:
- checksum/cmd-params: 9cdfd4cb02f3d439c13a081ee5886e2ba2da1bd94ccdecd3f5459ea589e49ad1
- checksum/cm: b30aea3af7360cb87e7905edbcfcd14636b2292119161feef5484676da618a4e
+ checksum/cmd-params: d817618b4212dba88a07e4bab1c6446fde4a111bba3f29eae7f7a5f86595d81e
+ checksum/cm: 1d13445a1c68b9a1b36551186abb78886a0f8161b96a616f2e71104617d58ec0
labels:
app.kubernetes.io/name: argocd-server
app.kubernetes.io/instance: argocd
app.kubernetes.io/component: server
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: argocd
@@ -382,30 +382,12 @@
- name: server
containerPort: 8080
protocol: TCP
- name: metrics
containerPort: 8083
protocol: TCP
- livenessProbe:
- httpGet:
- path: /healthz?full=true
- port: server
- initialDelaySeconds: 10
- periodSeconds: 10
- timeoutSeconds: 1
- successThreshold: 1
- failureThreshold: 3
- readinessProbe:
- httpGet:
- path: /healthz
- port: server
- initialDelaySeconds: 10
- periodSeconds: 10
- timeoutSeconds: 1
- successThreshold: 1
- failureThreshold: 3
resources: {}
securityContext:
allowPrivilegeEscalation: false
capabilities:
drop:
- ALL
--- HelmRelease: infrastructure/argocd Deployment: infrastructure/argocd-dex-server
+++ HelmRelease: infrastructure/argocd Deployment: infrastructure/argocd-dex-server
@@ -23,13 +23,13 @@
matchLabels:
app.kubernetes.io/name: argocd-dex-server
app.kubernetes.io/instance: argocd
template:
metadata:
annotations:
- checksum/cmd-params: 9cdfd4cb02f3d439c13a081ee5886e2ba2da1bd94ccdecd3f5459ea589e49ad1
+ checksum/cmd-params: d817618b4212dba88a07e4bab1c6446fde4a111bba3f29eae7f7a5f86595d81e
labels:
app.kubernetes.io/name: argocd-dex-server
app.kubernetes.io/instance: argocd
app.kubernetes.io/component: dex-server
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: argocd
--- HelmRelease: infrastructure/argocd StatefulSet: infrastructure/argocd-application-controller
+++ HelmRelease: infrastructure/argocd StatefulSet: infrastructure/argocd-application-controller
@@ -24,14 +24,14 @@
matchLabels:
app.kubernetes.io/name: argocd-application-controller
app.kubernetes.io/instance: argocd
template:
metadata:
annotations:
- checksum/cmd-params: 9cdfd4cb02f3d439c13a081ee5886e2ba2da1bd94ccdecd3f5459ea589e49ad1
- checksum/cm: b30aea3af7360cb87e7905edbcfcd14636b2292119161feef5484676da618a4e
+ checksum/cmd-params: d817618b4212dba88a07e4bab1c6446fde4a111bba3f29eae7f7a5f86595d81e
+ checksum/cm: 1d13445a1c68b9a1b36551186abb78886a0f8161b96a616f2e71104617d58ec0
labels:
app.kubernetes.io/name: argocd-application-controller
app.kubernetes.io/instance: argocd
app.kubernetes.io/component: application-controller
app.kubernetes.io/managed-by: Helm
app.kubernetes.io/part-of: argocd
--- HelmRelease: monitoring/grafana Deployment: monitoring/grafana
+++ HelmRelease: monitoring/grafana Deployment: monitoring/grafana
@@ -19,13 +19,13 @@
template:
metadata:
labels:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
annotations:
- checksum/dashboards-json-config: 46cccd939e52bcbe2d886daa280dd30b31440939be11f0cb9c2ebc3696ac1d59
+ checksum/dashboards-json-config: 4f3fafcf47edda6266ebc439c0fff5131258f026767fdae5091c4b6b32c67d4b
checksum/sc-dashboard-provider-config: c942752180ddff51a3ab63b7d256cf3d856d90757b6f804cbc420562989d5a84
kubectl.kubernetes.io/default-container: grafana
spec:
serviceAccountName: grafana
automountServiceAccountToken: true
shareProcessNamespace: false |
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:
80.9.1→80.9.2Release Notes
prometheus-community/helm-charts (ghcr.io/prometheus-community/charts/kube-prometheus-stack)
v80.9.2kube-prometheus-stack collects Kubernetes manifests, Grafana dashboards, and Prometheus rules combined with documentation and scripts to provide easy to operate end-to-end Kubernetes cluster monitoring with Prometheus using the Prometheus Operator.
What's Changed
Full Changelog: prometheus-community/helm-charts@kube-prometheus-stack-80.9.1...kube-prometheus-stack-80.9.2
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR is behind base branch, 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.