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

feat: add recommended labels to the Helm Chart #18

Merged
merged 1 commit into from
Apr 30, 2024

Conversation

peterbueschel
Copy link
Contributor

This adds the following recommended Labels to resources generated by the Helm Chart:

helm.sh/chart: k8s-aws-operator-<chart version>
app.kubernetes.io/name: k8s-aws-operator
app.kubernetes.io/instance: <release name>
app.kubernetes.io/version: "<app version>"
app.kubernetes.io/managed-by: Helm

Hint: It also adds the app.kubernetes.io/instance: <release name> label to all selectors. These selectors are immutable and therefore it is not possible to do an usual update.

@peterbueschel peterbueschel force-pushed the feat/peterbu/add-common-labels-to-chart branch 3 times, most recently from 6d3b19e to faa7da4 Compare April 30, 2024 09:06
@peterbueschel peterbueschel force-pushed the feat/peterbu/add-common-labels-to-chart branch from faa7da4 to 65c0fa6 Compare April 30, 2024 09:09
@alfredkrohmer alfredkrohmer merged commit 17e1f37 into main Apr 30, 2024
1 check passed
github-actions bot pushed a commit that referenced this pull request Apr 30, 2024
## [1.2.0](v1.1.1...v1.2.0) (2024-04-30)

### Features

* add recommended labels to the Helm Chart ([#18](#18)) ([17e1f37](17e1f37))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants