diff --git a/.nancy-ignore b/.nancy-ignore index 708da3a..13cb859 100644 --- a/.nancy-ignore +++ b/.nancy-ignore @@ -9,3 +9,4 @@ CVE-2021-41803 CVE-2022-32149 sonatype-2022-6522 CVE-2020-8561 +CVE-2023-32731 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fcd0ca..5448818 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,9 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). - ## [Unreleased] +### Fixed + +- Add missing team label on servicemonitor. + ## [0.7.2] - 2023-04-03 ### Fixed diff --git a/helm/upgrade-schedule-operator/templates/_helpers.tpl b/helm/upgrade-schedule-operator/templates/_helpers.tpl index 5fc352c..72d94e8 100644 --- a/helm/upgrade-schedule-operator/templates/_helpers.tpl +++ b/helm/upgrade-schedule-operator/templates/_helpers.tpl @@ -23,6 +23,7 @@ app.giantswarm.io/branch: {{ .Values.project.branch | quote }} app.giantswarm.io/commit: {{ .Values.project.commit | quote }} app.kubernetes.io/managed-by: {{ .Release.Service | quote }} app.kubernetes.io/version: {{ .Chart.AppVersion | quote }} +application.giantswarm.io/team: {{ index .Chart.Annotations "application.giantswarm.io/team" | quote }} helm.sh/chart: {{ include "chart" . | quote }} {{- end -}} diff --git a/helm/upgrade-schedule-operator/templates/monitor.yaml b/helm/upgrade-schedule-operator/templates/monitor.yaml index 1a1c35e..f72d55c 100644 --- a/helm/upgrade-schedule-operator/templates/monitor.yaml +++ b/helm/upgrade-schedule-operator/templates/monitor.yaml @@ -1,4 +1,3 @@ - # Prometheus Monitor Service (Metrics) apiVersion: monitoring.coreos.com/v1 kind: ServiceMonitor