From e0d930594fc8e79f2f44f1e7ff744ed50aa9320a Mon Sep 17 00:00:00 2001 From: Tal Date: Tue, 17 Dec 2024 16:01:18 +0200 Subject: [PATCH] fix: Add prometheus port annotation (#94) * Update values.yaml Signed-off-by: Tal * Update Chart.yaml Signed-off-by: Tal * Update README.md Signed-off-by: Tal * Update values.yaml Signed-off-by: Tal * fix: fix --------- Signed-off-by: Tal --- charts/keep/Chart.yaml | 4 ++-- charts/keep/README.md | 2 +- charts/keep/values.yaml | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/charts/keep/Chart.yaml b/charts/keep/Chart.yaml index 5ceeeb1..41cbfb9 100644 --- a/charts/keep/Chart.yaml +++ b/charts/keep/Chart.yaml @@ -1,10 +1,10 @@ apiVersion: v2 name: keep -version: 0.1.48 +version: 0.1.50 description: Keep Helm Chart type: application icon: https://platform.keephq.dev/_next/image?url=%2Fkeep.png&w=48&q=75 -appVersion: 0.32.0 +appVersion: 0.32.1 deprecated: false annotations: app: keep diff --git a/charts/keep/README.md b/charts/keep/README.md index 3b5e6a2..958431b 100644 --- a/charts/keep/README.md +++ b/charts/keep/README.md @@ -1,6 +1,6 @@ # keep -![Version: 0.1.47](https://img.shields.io/badge/Version-0.1.47-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.31.7](https://img.shields.io/badge/AppVersion-0.31.7-informational?style=flat-square) +![Version: 0.1.50](https://img.shields.io/badge/Version-0.1.50-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.32.1](https://img.shields.io/badge/AppVersion-0.32.1-informational?style=flat-square) Keep Helm Chart diff --git a/charts/keep/values.yaml b/charts/keep/values.yaml index 8b8db44..7b67b0d 100644 --- a/charts/keep/values.yaml +++ b/charts/keep/values.yaml @@ -85,6 +85,7 @@ backend: podAnnotations: "prometheus.io/scrape": "true" "prometheus.io/path": "/metrics/processing" + "prometheus.io/port": "8080" podSecurityContext: {} securityContext: {} service: