diff --git a/CHANGELOG.md b/CHANGELOG.md index 0411469..a8fecb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Fixed + +- Add missing team ownership + ## [0.2.0] - 2023-11-21 ## [0.1.0] - 2023-11-17 diff --git a/helm/pss-operator/Chart.yaml b/helm/pss-operator/Chart.yaml index 554a3ae..477e4cd 100644 --- a/helm/pss-operator/Chart.yaml +++ b/helm/pss-operator/Chart.yaml @@ -1,5 +1,8 @@ -apiVersion: "v1" +apiVersion: "v2" appVersion: "[[ .AppVersion ]]" +annotations: + application.giantswarm.io/team: shield + config.giantswarm.io/version: 1.x.x description: "Chart holding pss-operator. See https://github.com/giantswarm/giantswarm/issues/28242" home: "https://github.com/giantswarm/pss-operator" name: "pss-operator"