-
Notifications
You must be signed in to change notification settings - Fork 215
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[common-library] Fix long labels (#1553)
#### Is this a new chart No. #### What this PR does / why we need it: Name for objects [must contain the release name](https://github.com/newrelic/helm-charts/blob/3c4caf34eb91a4139fc59ce7b05ff84331d00a41/library/common-library/templates/_naming.tpl#L57-L59) (if user does not use `fullnameOverride`) While `newrelic.common.naming.fullname` is truncated, it [will not be truncated while templating labels](https://github.com/newrelic/helm-charts/blob/3c4caf34eb91a4139fc59ce7b05ff84331d00a41/library/common-library/templates/_labels.tpl#L31). This truncate all labels to fit into 63 chars. #### Checklist - [x] Chart Version bumped - [x] Variables are documented in the README.md - [x] Title of the PR starts with chart name (e.g. `[mychartname]`) Co-authored-by: Daniel Budziwojski <[email protected]>
- Loading branch information
1 parent
f46b646
commit b42bd69
Showing
5 changed files
with
31 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
dependencies: | ||
- name: common-library | ||
repository: file://../common-library | ||
version: 1.3.0 | ||
digest: sha256:862a49e42a8198a0070eb5ddae2a2d1e535f9e2e8d75e3ec17d722552a0e7c4e | ||
generated: "2024-08-13T16:29:35.296624+02:00" | ||
version: 1.3.1 | ||
digest: sha256:c374be8bee22252f0314aedcb958b3a0b8c383bcc2b643d187623ac1d2e2530b | ||
generated: "2024-12-13T13:53:06.655412+01:00" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters