Skip to content

Commit

Permalink
update prometheus to v2.48.1 in prometheus chart (#144)
Browse files Browse the repository at this point in the history
updating chart-testing-action to fix 2 bugs
helm/chart-testing-action#132
helm/chart-testing-action#133
  • Loading branch information
netic-rkm authored Jan 2, 2024
1 parent 9c1b1dc commit 4e7626e
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
python-version: 3.7

- name: Set up chart-testing
uses: helm/chart-testing-action@v2.4.0
uses: helm/chart-testing-action@v2.6.0

- name: Setup polaris
uses: fairwindsops/polaris/.github/actions/setup-polaris@master
Expand Down
4 changes: 2 additions & 2 deletions charts/prometheus/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: prometheus
type: application
version: "2.0.8"
appVersion: "2.30.0"
version: "2.0.9"
appVersion: "v2.48.1"
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.0.8](https://img.shields.io/badge/Version-2.0.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.30.0](https://img.shields.io/badge/AppVersion-2.30.0-informational?style=flat-square)
![Version: 2.0.9](https://img.shields.io/badge/Version-2.0.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v2.48.1](https://img.shields.io/badge/AppVersion-v2.48.1-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.30.0"` | |
| prometheusSpec.image | string | `"quay.io/prometheus/prometheus:v2.48.1"` | |
| prometheusSpec.podMonitorNamespaceSelector | object | `{}` | |
| prometheusSpec.podMonitorSelector | object | `{}` | |
| prometheusSpec.priorityClassName | string | `"secure-cloud-stack-technical-operations-critical"` | |
Expand All @@ -73,7 +73,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.30.0"` | |
| prometheusSpec.version | string | `"v2.48.1"` | |
| 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.30.0
version: v2.30.0
image: quay.io/prometheus/prometheus:v2.48.1
version: v2.48.1
serviceMonitorNamespaceSelector: {}
serviceMonitorSelector: {}
ruleNamespaceSelector: {}
Expand Down

0 comments on commit 4e7626e

Please sign in to comment.