Skip to content

Commit 7166a7e

Browse files
committed
chore(chart-deps): update kube-prometheus-stack to version 83.4.2
1 parent 25a93fb commit 7166a7e

6 files changed

Lines changed: 13 additions & 13 deletions

File tree

apps.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ appsInfo:
6565
integration: App Platform uses Gitea as its default repository for App Platform configuration (values). Gitea can also be used by Teams to provide application code repositories. Access to Gitea is provided by the OIDC integration in App Platform. Members of the otomi-admin and team-admin group can seamlessly sign in to Gitea. When Argo CD is enabled, App Platform will automatically create a Gitops repository for each Team in Gitea.
6666
grafana:
6767
title: Grafana
68-
appVersion: 12.4.2
68+
appVersion: 12.4.3
6969
repo: https://github.com/grafana/grafana
7070
maintainers: Grafana Labs
7171
relatedLinks:
@@ -185,7 +185,7 @@ appsInfo:
185185
integration: Loki can be activated to aggregate all the container logs on the platform and store them in a storage endpoint of choice (defaults to PVC). When App Platform is configured in multi-tenancy mode, logs will be split-up between team namespaces and made available for team members only. App Platform shortcuts can be used to provide selections of logs based on interest.
186186
prometheus:
187187
title: Prometheus
188-
appVersion: 3.11.1
188+
appVersion: 3.11.2
189189
repo: https://github.com/prometheus/prometheus
190190
maintainers: Prometheus
191191
relatedLinks:

chart/chart-index/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ dependencies:
6565
version: v0.16.0
6666
repository: oci://ghcr.io/kserve/charts/kserve
6767
- name: kube-prometheus-stack
68-
version: 83.4.0
68+
version: 83.4.2
6969
repository: https://prometheus-community.github.io/helm-charts
7070
- name: kyverno
7171
version: 3.7.1

charts/kube-prometheus-stack/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ dependencies:
1010
version: 4.53.1
1111
- name: grafana
1212
repository: https://grafana-community.github.io/helm-charts
13-
version: 11.6.0
13+
version: 11.6.1
1414
- name: prometheus-windows-exporter
1515
repository: https://prometheus-community.github.io/helm-charts
1616
version: 0.12.6
17-
digest: sha256:7d4f4dcb131a751286e16c4f623850d27729994d4118ef8daa62de229cc1bfd5
18-
generated: "2026-04-09T10:27:13.622319511Z"
17+
digest: sha256:e21304bc9748d1449437449b6e8819afeed2f1f68c473efb775f712790bdff40
18+
generated: "2026-04-14T18:06:28.207180094Z"

charts/kube-prometheus-stack/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dependencies:
2626
- condition: grafana.enabled
2727
name: grafana
2828
repository: https://grafana-community.github.io/helm-charts
29-
version: 11.6.0
29+
version: 11.6.1
3030
- condition: windowsMonitoring.enabled
3131
name: prometheus-windows-exporter
3232
repository: https://prometheus-community.github.io/helm-charts
@@ -69,4 +69,4 @@ sources:
6969
- https://github.com/prometheus-community/helm-charts
7070
- https://github.com/prometheus-operator/kube-prometheus
7171
type: application
72-
version: 83.4.0
72+
version: 83.4.2

charts/kube-prometheus-stack/charts/grafana/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ annotations:
66
- name: Upstream Project
77
url: https://github.com/grafana/grafana
88
apiVersion: v2
9-
appVersion: 12.4.2
9+
appVersion: 12.4.3
1010
description: The leading tool for querying and visualizing time series and metrics.
1111
home: https://grafana.com
1212
icon: https://artifacthub.io/image/b4fed1a7-6c8f-4945-b99d-096efa3e4116
@@ -26,4 +26,4 @@ sources:
2626
- https://github.com/grafana/grafana
2727
- https://github.com/grafana-community/helm-charts
2828
type: application
29-
version: 11.6.0
29+
version: 11.6.1

charts/kube-prometheus-stack/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1179,7 +1179,7 @@ alertmanager:
11791179
containers: []
11801180
# containers:
11811181
# - name: oauth-proxy
1182-
# image: quay.io/oauth2-proxy/oauth2-proxy:v7.15.1
1182+
# image: quay.io/oauth2-proxy/oauth2-proxy:v7.15.2
11831183
# args:
11841184
# - --upstream=http://127.0.0.1:9093
11851185
# - --http-address=0.0.0.0:8081
@@ -4138,7 +4138,7 @@ prometheus:
41384138
image:
41394139
registry: quay.io
41404140
repository: prometheus/prometheus
4141-
tag: v3.11.1
4141+
tag: v3.11.2
41424142
sha: ""
41434143
pullPolicy: IfNotPresent
41444144

@@ -4658,7 +4658,7 @@ prometheus:
46584658
containers: []
46594659
# containers:
46604660
# - name: oauth-proxy
4661-
# image: quay.io/oauth2-proxy/oauth2-proxy:v7.15.1
4661+
# image: quay.io/oauth2-proxy/oauth2-proxy:v7.15.2
46624662
# args:
46634663
# - --upstream=http://127.0.0.1:9090
46644664
# - --http-address=0.0.0.0:8081

0 commit comments

Comments
 (0)