From fa4083bc15bb4fbaeacff050e605cdd40e594c02 Mon Sep 17 00:00:00 2001 From: Mykola Marusenko Date: Thu, 25 Apr 2024 18:53:50 +0300 Subject: [PATCH] chore: Update prometheus-operator version (#74) Change-Id: I5cab6d05f2e513c38f5d5f3adf6984f09568a4e9 --- add-ons/prometheus-operator/Chart.yaml | 6 +++--- add-ons/prometheus-operator/README.md | 4 ++-- add-ons/prometheus-operator/values.yaml | 8 ++++++-- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/add-ons/prometheus-operator/Chart.yaml b/add-ons/prometheus-operator/Chart.yaml index b2ed7c3..f8daf88 100644 --- a/add-ons/prometheus-operator/Chart.yaml +++ b/add-ons/prometheus-operator/Chart.yaml @@ -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 diff --git a/add-ons/prometheus-operator/README.md b/add-ons/prometheus-operator/README.md index 98fb187..5bd8e52 100644 --- a/add-ons/prometheus-operator/README.md +++ b/add-ons/prometheus-operator/README.md @@ -1,6 +1,6 @@ # 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 @@ -8,7 +8,7 @@ A Helm chart for Prometheus Operator | 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 diff --git a/add-ons/prometheus-operator/values.yaml b/add-ons/prometheus-operator/values.yaml index a2e8dab..9bc1d00 100644 --- a/add-ons/prometheus-operator/values.yaml +++ b/add-ons/prometheus-operator/values.yaml @@ -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: @@ -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: