Skip to content

Commit

Permalink
Change ownership to Team Shield (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
ssyno authored Sep 24, 2024
1 parent 20a5ffb commit f7646b5
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Changed

- Change ownership to Team Shield

### Fixed

- Disable logger development mode to avoid panicking
Expand Down
2 changes: 1 addition & 1 deletion CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# generated by giantswarm/github actions - changes will be overwritten
* @giantswarm/team-bigmac
* @giantswarm/team-shield
6 changes: 3 additions & 3 deletions helm/teleport-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ description: "Teleport operator"
home: "https://github.com/giantswarm/teleport-operator"
apiVersion: v1
annotations:
application.giantswarm.io/team: "bigmac"
application.giantswarm.io/team: "shield"
icon: https://s.giantswarm.io/app-icons/teleport/1/light.png
maintainers:
- name: giantswarm/team-bigmac
email: team-bigmac@giantswarm.io
- name: giantswarm/team-shield
email: team-shield@giantswarm.io
keywords:
- Teleport
2 changes: 1 addition & 1 deletion helm/teleport-operator/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ Common labels
app: {{ include "name" . | quote }}
{{ include "labels.selector" . }}
app.kubernetes.io/managed-by: {{ .Release.Service | quote }}
application.giantswarm.io/team: {{ index .Chart.Annotations "application.giantswarm.io/team" | default "bigmac" | quote }}
application.giantswarm.io/team: {{ index .Chart.Annotations "application.giantswarm.io/team" | default "shield" | quote }}
app.kubernetes.io/version: {{ .Chart.Version | quote }}
helm.sh/chart: {{ include "chart" . | quote }}
{{- end -}}
Expand Down

0 comments on commit f7646b5

Please sign in to comment.