Skip to content

Commit

Permalink
Merge branch 'main' into lp/fix-kps-exemplar-indentation
Browse files Browse the repository at this point in the history
Signed-off-by: Quentin Bisson <[email protected]>
  • Loading branch information
QuentinBisson authored May 13, 2024
2 parents abf1f28 + fb9c3fe commit cfdaa8e
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 14 deletions.
4 changes: 2 additions & 2 deletions charts/kube-prometheus-stack/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ name: kube-prometheus-stack
sources:
- https://github.com/prometheus-community/helm-charts
- https://github.com/prometheus-operator/kube-prometheus
version: 58.4.2
version: 58.5.1
appVersion: v0.73.2
kubeVersion: ">=1.19.0-0"
home: https://github.com/prometheus-operator/kube-prometheus
Expand All @@ -49,7 +49,7 @@ dependencies:
repository: https://prometheus-community.github.io/helm-charts
condition: kubeStateMetrics.enabled
- name: prometheus-node-exporter
version: "4.33.*"
version: "4.34.*"
repository: https://prometheus-community.github.io/helm-charts
condition: nodeExporter.enabled
- name: grafana
Expand Down
2 changes: 1 addition & 1 deletion charts/kube-prometheus-stack/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3417,7 +3417,7 @@ prometheus:
image:
registry: quay.io
repository: prometheus/prometheus
tag: v2.51.2
tag: v2.52.0
sha: ""

## Tolerations for use with node taints
Expand Down
10 changes: 5 additions & 5 deletions charts/prometheus/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
dependencies:
- name: alertmanager
repository: https://prometheus-community.github.io/helm-charts
version: 1.10.0
version: 1.11.0
- name: kube-state-metrics
repository: https://prometheus-community.github.io/helm-charts
version: 5.18.1
version: 5.19.0
- name: prometheus-node-exporter
repository: https://prometheus-community.github.io/helm-charts
version: 4.32.0
version: 4.34.0
- name: prometheus-pushgateway
repository: https://prometheus-community.github.io/helm-charts
version: 2.12.0
digest: sha256:c872c94f0e911285f56bbf5e2881bbc3315ef28f844ec4b774b11d5bc2f96453
generated: "2024-04-20T09:26:23.517241+03:00"
digest: sha256:e9229fb5c653738af22b1742a0e71491123c280f540971363ab0e63cad78a3b1
generated: "2024-05-09T20:41:01.941282+03:00"
10 changes: 5 additions & 5 deletions charts/prometheus/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: prometheus
appVersion: v2.51.2
version: 25.20.1
appVersion: v2.52.0
version: 25.21.0
kubeVersion: ">=1.19.0-0"
description: Prometheus is a monitoring system and time series database.
home: https://prometheus.io/
Expand All @@ -26,15 +26,15 @@ maintainers:
type: application
dependencies:
- name: alertmanager
version: "1.10.*"
version: "1.11.*"
repository: https://prometheus-community.github.io/helm-charts
condition: alertmanager.enabled
- name: kube-state-metrics
version: "5.18.*"
version: "5.19.*"
repository: https://prometheus-community.github.io/helm-charts
condition: kube-state-metrics.enabled
- name: prometheus-node-exporter
version: "4.32.*"
version: "4.34.*"
repository: https://prometheus-community.github.io/helm-charts
condition: prometheus-node-exporter.enabled
- name: prometheus-pushgateway
Expand Down
8 changes: 8 additions & 0 deletions charts/prometheus/templates/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,11 @@ spec:
{{- end }}
- --reload-url={{ default $default_url .Values.configmapReload.reloadUrl }}
{{- range $key, $value := .Values.configmapReload.prometheus.extraArgs }}
{{- if $value }}
- --{{ $key }}={{ $value }}
{{- else }}
- --{{ $key }}
{{- end }}
{{- end }}
{{- range .Values.configmapReload.prometheus.extraVolumeDirs }}
- --watched-dir={{ . }}
Expand Down Expand Up @@ -144,7 +148,11 @@ spec:
- --{{ . }}
{{- end }}
{{- range $key, $value := .Values.server.extraArgs }}
{{- if $value }}
- --{{ $key }}={{ $value }}
{{- else }}
- --{{ $key }}
{{- end }}
{{- end }}
{{- if .Values.server.prefixURL }}
- --web.route-prefix={{ .Values.server.prefixURL }}
Expand Down
8 changes: 8 additions & 0 deletions charts/prometheus/templates/sts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,11 @@ spec:
{{- end }}
- --reload-url={{ default $default_url .Values.configmapReload.reloadUrl }}
{{- range $key, $value := .Values.configmapReload.prometheus.extraArgs }}
{{- if $value }}
- --{{ $key }}={{ $value }}
{{- else }}
- --{{ $key }}
{{- end }}
{{- end }}
{{- range .Values.configmapReload.prometheus.extraVolumeDirs }}
- --watched-dir={{ . }}
Expand Down Expand Up @@ -152,7 +156,11 @@ spec:
- --{{ . }}
{{- end }}
{{- range $key, $value := .Values.server.extraArgs }}
{{- if $value }}
- --{{ $key }}={{ $value }}
{{- else }}
- --{{ $key }}
{{- end }}
{{- end }}
{{- if .Values.server.baseURL }}
- --web.external-url={{ .Values.server.baseURL }}
Expand Down
5 changes: 4 additions & 1 deletion charts/prometheus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,15 @@ configmapReload:
##
image:
repository: quay.io/prometheus-operator/prometheus-config-reloader
tag: v0.72.0
tag: v0.73.2
# When digest is set to a non-empty value, images will be pulled by digest (regardless of tag value).
digest: ""
pullPolicy: IfNotPresent

# containerPort: 9533

## Additional configmap-reload container arguments
## Set to null for argumentless flags
##
extraArgs: {}

Expand Down Expand Up @@ -271,8 +272,10 @@ server:
# value: "Bearer ABCDEabcde12345"

## Additional Prometheus server container arguments
## Set to null for argumentless flags
##
extraArgs: {}
# web.enable-remote-write-receiver: null

## Additional InitContainers to initialize the pod
##
Expand Down

0 comments on commit cfdaa8e

Please sign in to comment.