diff --git a/charts/keep/Chart.yaml b/charts/keep/Chart.yaml index 3a23322..5ceeeb1 100644 --- a/charts/keep/Chart.yaml +++ b/charts/keep/Chart.yaml @@ -1,10 +1,10 @@ apiVersion: v2 name: keep -version: 0.1.47 +version: 0.1.48 description: Keep Helm Chart type: application icon: https://platform.keephq.dev/_next/image?url=%2Fkeep.png&w=48&q=75 -appVersion: 0.31.7 +appVersion: 0.32.0 deprecated: false annotations: app: keep diff --git a/charts/keep/values.yaml b/charts/keep/values.yaml index d8606a2..8b8db44 100644 --- a/charts/keep/values.yaml +++ b/charts/keep/values.yaml @@ -40,7 +40,8 @@ global: # secretName: keep-tls # Additional labels that should be applied to all resources -additionalLabels: {} +additionalLabels: + {} # app: keep backend: @@ -81,7 +82,9 @@ backend: pullPolicy: Always extraInitContainers: [] imagePullSecrets: [] - podAnnotations: {} + podAnnotations: + "prometheus.io/scrape": "true" + "prometheus.io/path": "/metrics/processing" podSecurityContext: {} securityContext: {} service: