Skip to content

Commit

Permalink
chore: Update prometheus-operator version (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
MykolaMarusenko committed Apr 25, 2024
1 parent 9441a74 commit 24f5fb6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 9 deletions.
6 changes: 3 additions & 3 deletions add-ons/prometheus-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ type: application

# The chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 0.1.0
version: 58.2.1

# Version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: "46.4.1"
appVersion: "v0.73.2"

dependencies:
- name: kube-prometheus-stack
version: 46.4.1
version: 58.2.1
repository: https://prometheus-community.github.io/helm-charts
6 changes: 3 additions & 3 deletions add-ons/prometheus-operator/README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# prometheus-operator

![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 46.4.1](https://img.shields.io/badge/AppVersion-46.4.1-informational?style=flat-square)
![Version: 58.2.1](https://img.shields.io/badge/Version-58.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.73.2](https://img.shields.io/badge/AppVersion-v0.73.2-informational?style=flat-square)

A Helm chart for Prometheus Operator

## Requirements

| Repository | Name | Version |
|------------|------|---------|
| https://prometheus-community.github.io/helm-charts | kube-prometheus-stack | 46.4.1 |
| https://prometheus-community.github.io/helm-charts | kube-prometheus-stack | 58.2.1 |

## Values

Expand Down Expand Up @@ -64,7 +64,7 @@ A Helm chart for Prometheus Operator
| kube-prometheus-stack.grafana.ingress.paths[0] | string | `"/"` | |
| kube-prometheus-stack.grafana.persistence.enabled | bool | `true` | |
| kube-prometheus-stack.grafana.persistence.size | string | `"1Gi"` | |
| kube-prometheus-stack.grafana.persistence.storageClassName | string | `"ebs-sc"` | |
| kube-prometheus-stack.grafana.persistence.storageClassName | string | `"gp3"` | |
| kube-prometheus-stack.grafana.resources.limits.memory | string | `"128Mi"` | |
| kube-prometheus-stack.grafana.resources.requests.cpu | string | `"25m"` | |
| kube-prometheus-stack.grafana.resources.requests.memory | string | `"72Mi"` | |
Expand Down
10 changes: 7 additions & 3 deletions add-ons/prometheus-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ kube-prometheus-stack:
memory: "128Mi"

prometheus:
# https://epam.github.io/edp-install/operator-guide/tekton-monitoring/
# prometheusSpec:
# additionalScrapeConfigsSecret:
# enabled: true
# name: additional-scrape-configs
# key: prometheus-additional-job.yaml
ingress:
enabled: false
hosts:
Expand Down Expand Up @@ -85,9 +91,7 @@ kube-prometheus-stack:
auth_url: "https://keycloak.example.com/auth/realms/shared/protocol/openid-connect/auth"
token_url: "https://keycloak.example.com/auth/realms/shared/protocol/openid-connect/token"
api_url: "https://keycloak.example.com/auth/realms/shared/protocol/openid-connect/userinfo"
# FIXME: uncomment the line below when helm upgrade to v3.5.1
role_attribute_path: contains(roles[*], 'administrator') && 'Admin' || contains(roles[*], 'developer') && 'Editor' || 'Viewer'
# role_attribute_path: contains(roles[*], 'administrator') && 'Admin' || 'Viewer'

# created with expternal secret operator
admin:
Expand All @@ -110,7 +114,7 @@ kube-prometheus-stack:
memory: "72Mi"
persistence:
enabled: true
storageClassName: "ebs-sc"
storageClassName: "gp3"
size: 1Gi

# Configure components of the External Secrets Operator (ESO).
Expand Down

0 comments on commit 24f5fb6

Please sign in to comment.