-
Notifications
You must be signed in to change notification settings - Fork 459
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
Including new label #797
Including new label #797
Conversation
Signed-off-by: Yuri Sa <yurimsa@gmail.com>
Signed-off-by: Yuri Sa <yurimsa@gmail.com>
Signed-off-by: Yuri Sa <yurimsa@gmail.com>
Signed-off-by: Yuri Sa <yurimsa@gmail.com>
Signed-off-by: Yuri Sa <yurimsa@gmail.com>
Signed-off-by: Yuri Sa <yurimsa@gmail.com>
Signed-off-by: Yuri Sa <yurimsa@gmail.com>
I think this broke deployments that deploy containers with sha256 hashes. A k8s label is limited to 63 characters, and a sh256 hash is 64 characters, resulting in errors like `
|
Yeah, this introduced a breaking regression per #879 @yuriolisa @jpkrohling |
…elemetry#797) * Including new label Signed-off-by: Yuri Sa <yurimsa@gmail.com> * Checking len of version var Signed-off-by: Yuri Sa <yurimsa@gmail.com> * Fixing function signature Signed-off-by: Yuri Sa <yurimsa@gmail.com> * Fixing linters Signed-off-by: Yuri Sa <yurimsa@gmail.com> * Fixing number of labels in test files Signed-off-by: Yuri Sa <yurimsa@gmail.com> * Test len of label version for configmap Signed-off-by: Yuri Sa <yurimsa@gmail.com> * Added missing len check Signed-off-by: Yuri Sa <yurimsa@gmail.com>
Signed-off-by: Yuri Sa yurimsa@gmail.com
Resolves #394