-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
chore(argo-cd): Add app.kubernetes.io/version
label
#2122
Conversation
1468992
to
f0ca985
Compare
@@ -46,6 +46,7 @@ helm.sh/chart: {{ include "argo-cd.chart" .context }} | |||
{{ include "argo-cd.selectorLabels" (dict "context" .context "component" .component "name" .name) }} | |||
app.kubernetes.io/managed-by: {{ .context.Release.Service }} | |||
app.kubernetes.io/part-of: argocd | |||
app.kubernetes.io/version: {{ include "argo-cd.defaultTag" . }} | |||
{{- with .context.Values.global.additionalLabels }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://helm.sh/docs/chart_best_practices/labels/#standard-labels
"argo-cd.labels"
is used to all of resources, so I think it's ok to add this label here. 🙋
chore(argo-cd): Add `app.kubernetes.io/version` label Signed-off-by: yu-croco <yu.croco@gmail.com>
f0ca985
to
1f28a60
Compare
This fails when the tag includes the digest :
I'll propose a PR to fix this. |
Actually, this was already discussed #1427 (comment). And the conclusion was to drop the label. What should I do now? |
Here is my proposed solution: #2148 |
resolves #2118 🙋
Checklist: