Skip to content

Commit

Permalink
chore(deps): update quay.io/prometheus/prometheus docker tag to v2.54…
Browse files Browse the repository at this point in the history
….0 (#283)
  • Loading branch information
netic-renovate-bot authored Aug 20, 2024
1 parent 26b4055 commit 6af1ae1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions charts/prometheus/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v2
name: prometheus
type: application
version: "2.1.7"
version: "2.1.8"
# renovate: image=quay.io/prometheus/prometheus
appVersion: "v2.53.1"
appVersion: "v2.54.0"
description: A Helm chart to install Prometheus based on Prometheus Operator
home: https://prometheus.io/
sources:
Expand Down
6 changes: 3 additions & 3 deletions charts/prometheus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# prometheus

![Version: 2.1.7](https://img.shields.io/badge/Version-2.1.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.53.1](https://img.shields.io/badge/AppVersion-v2.53.1-informational?style=flat-square)
![Version: 2.1.8](https://img.shields.io/badge/Version-2.1.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.54.0](https://img.shields.io/badge/AppVersion-v2.54.0-informational?style=flat-square)

A Helm chart to install Prometheus based on Prometheus Operator

Expand Down Expand Up @@ -57,7 +57,7 @@ The following table lists the configurable parameters of the Node Exporter chart
| ingress.enabled | bool | `false` | |
| prometheusSpec.alerting | object | `{}` | |
| prometheusSpec.externalLabels | object | `{}` | |
| prometheusSpec.image | string | `"quay.io/prometheus/prometheus:v2.53.1"` | |
| prometheusSpec.image | string | `"quay.io/prometheus/prometheus:v2.54.0"` | |
| prometheusSpec.podMonitorNamespaceSelector | object | `{}` | |
| prometheusSpec.podMonitorSelector | object | `{}` | |
| prometheusSpec.priorityClassName | string | `"secure-cloud-stack-technical-operations-critical"` | |
Expand All @@ -75,7 +75,7 @@ The following table lists the configurable parameters of the Node Exporter chart
| prometheusSpec.serviceMonitorNamespaceSelector | object | `{}` | |
| prometheusSpec.serviceMonitorSelector | object | `{}` | |
| prometheusSpec.storage | object | `{}` | |
| prometheusSpec.version | string | `"v2.53.1"` | |
| prometheusSpec.version | string | `"v2.54.0"` | |
| serviceAccount.create | bool | `true` | |

Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example,
Expand Down
4 changes: 2 additions & 2 deletions charts/prometheus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ serviceAccount:
# prometheusSpec will define the Prometheus instance using the Prometheus Operator CRD
prometheusSpec:
replicas: 2
image: quay.io/prometheus/prometheus:v2.53.1
version: v2.53.1
image: quay.io/prometheus/prometheus:v2.54.0
version: v2.54.0
serviceMonitorNamespaceSelector: {}
serviceMonitorSelector: {}
ruleNamespaceSelector: {}
Expand Down

0 comments on commit 6af1ae1

Please sign in to comment.