From bfdbae9ae5a4bdf5a3d43894af82e8e3ef8eb189 Mon Sep 17 00:00:00 2001 From: mflinn-broad Date: Wed, 17 Apr 2024 10:20:52 -0400 Subject: [PATCH 1/2] fix typo and bump --- charts/datarepo-api/templates/service-monitor.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/datarepo-api/templates/service-monitor.yaml b/charts/datarepo-api/templates/service-monitor.yaml index 052b66f3..a68b9d6a 100644 --- a/charts/datarepo-api/templates/service-monitor.yaml +++ b/charts/datarepo-api/templates/service-monitor.yaml @@ -18,7 +18,7 @@ spec: endpoints: - port: http interval: {{ .Values.prometheus.scrape.interval }} - path: {{ .Values .prometheus.scrape.path }} + path: {{ .Values.prometheus.scrape.path }} scheme: {{ .Values.prometheus.scrape.scheme }} scrapeTimeout: {{ .Values.prometheus.scrape.timeout }} honorLabels: true From 48a175b5b6ef56714574b0de7010d317acd78540 Mon Sep 17 00:00:00 2001 From: mflinn-broad Date: Wed, 17 Apr 2024 10:23:24 -0400 Subject: [PATCH 2/2] actually commit the bump --- charts/datarepo-api/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/datarepo-api/Chart.yaml b/charts/datarepo-api/Chart.yaml index ceafe444..d16416b6 100644 --- a/charts/datarepo-api/Chart.yaml +++ b/charts/datarepo-api/Chart.yaml @@ -12,7 +12,7 @@ description: A Helm chart to deploy datarepo api server for Kubernetes type: application # This is 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.0.646 +version: 0.0.647 appVersion: 2.39.0 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application