saidsef / argocd-applicationsets-services

ArgoCD ApplicationSet Services
Apache License 2.0
4 stars 1 forks source link

bug(argocd): appset application label error #154

Closed saidsef closed 1 week ago

saidsef commented 2 weeks ago

Problem Statement:

On application deployment getting an error on ArgoCD:

Application.argoproj.io "faas-reverse-geocoding-3aa4e21-101-pr-reviews" is invalid: metadata.labels: Invalid value: "dependabot-go_modules-github.com-prometheus-client_golang-1.19.1": must be no more than 63 characters

From the error, application label contains invalid characters.

Proposed Solution(s):

Perhaps we should use sanitised output name similar to branch name in labels.

github-actions[bot] commented 2 weeks ago

👋 Hi and Thanks for Reporting!