Skip to content

Commit dd42b5d

Browse files
authored
chore: remove additional label to allow upgrades (#1193)
Signed-off-by: Miguel <miguel@chainloop.dev>
1 parent 0449286 commit dd42b5d

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

deployment/chainloop/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Chainloop is an open source software supply chain control plane, a
77

88
type: application
99
# Bump the patch (not minor, not major) version on each change in the Chart Source code
10-
version: 1.86.8
10+
version: 1.86.9
1111
# Do not update appVersion, this is handled automatically by the release process
1212
appVersion: v0.95.3
1313

deployment/chainloop/templates/_helpers.tpl

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,6 @@ Common labels
145145
*/}}
146146
{{- define "chainloop.controlplane.labels" -}}
147147
{{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" .) }}
148-
app.kubernetes.io/part-of: chainloop
149148
app.kubernetes.io/component: controlplane
150149
{{- end }}
151150

@@ -155,7 +154,6 @@ app.kubernetes.io/component: controlplane
155154
{{- define "chainloop.controlplane.selectorLabels" -}}
156155
{{- $podLabels := include "common.tplvalues.merge" (dict "values" (list .Values.controlplane.podLabels .Values.commonLabels) "context" .) }}
157156
{{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" . ) }}
158-
app.kubernetes.io/part-of: chainloop
159157
app.kubernetes.io/component: controlplane
160158
{{- end }}
161159

@@ -168,7 +166,6 @@ Migration labels
168166
*/}}
169167
{{- define "chainloop.controlplane.migration.labels" -}}
170168
{{- include "common.labels.standard" . }}
171-
app.kubernetes.io/part-of: chainloop
172169
app.kubernetes.io/component: controlplane-migration
173170
{{- end }}
174171

@@ -359,7 +356,6 @@ Common labels
359356
*/}}
360357
{{- define "chainloop.cas.labels" -}}
361358
{{- include "common.labels.standard" ( dict "customLabels" .Values.commonLabels "context" .) }}
362-
app.kubernetes.io/part-of: chainloop
363359
app.kubernetes.io/component: cas
364360
{{- end }}
365361

@@ -370,7 +366,6 @@ app.kubernetes.io/component: cas
370366
{{- $podLabels := include "common.tplvalues.merge" (dict "values" (list .Values.cas.podLabels .Values.commonLabels) "context" .) }}
371367
{{- include "common.labels.matchLabels" ( dict "customLabels" $podLabels "context" . ) }}
372368
app.kubernetes.io/component: cas
373-
app.kubernetes.io/part-of: chainloop
374369
{{- end }}
375370

376371
{{/*

0 commit comments

Comments
 (0)