Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CASMTRIAGE-7567 #190

Merged
merged 1 commit into from
Jan 8, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions kubernetes/cray-sysmgmt-health/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
#
apiVersion: v2
name: cray-sysmgmt-health
version: 1.1.4
version: 1.1.5
description: An extension of the official prometheus-operator helm chart for monitoring
keywords:
- sysmgmt-health
Expand All @@ -50,7 +50,7 @@ dependencies:
version: 1.0.2
- name: redfish-exporter
repository: https://artifactory.algol60.net/artifactory/csm-helm-charts
version: 1.0.0
version: 1.0.1

maintainers:
- name: rambabubolla
Expand Down
6 changes: 3 additions & 3 deletions kubernetes/cray-sysmgmt-health/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1139,7 +1139,7 @@ servicemonitors:
matchNamespace:
- sma
matchLabels:
app.kubernetes.io/instance: cray-hms-flow
app.kubernetes.io/instance: sma-hms-flow
interval: 1m
scheme: http
metricsRelabelings: {}
Expand All @@ -1153,7 +1153,7 @@ servicemonitors:
matchNamespace:
- sma
matchLabels:
app.kubernetes.io/instance: cray-hms-flow
app.kubernetes.io/instance: sma-hms-flow
interval: 1m
scheme: http
metricsRelabelings: {}
Expand All @@ -1167,7 +1167,7 @@ servicemonitors:
matchNamespace:
- sma
matchLabels:
app.kubernetes.io/instance: cray-hms-flow
app.kubernetes.io/instance: sma-hms-flow
interval: 1m
scheme: http
metricsRelabelings: {}
Expand Down
Loading