Skip to content

Commit 5aa5303

Browse files
authored
fix(chart): Remove duplicated label (#1209)
Signed-off-by: Javier Rodriguez <[email protected]>
1 parent c01132b commit 5aa5303

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
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.14
10+
version: 1.86.15
1111
# Do not update appVersion, this is handled automatically by the release process
1212
appVersion: v0.95.3
1313

deployment/chainloop/templates/controlplane/networkpolicy.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ metadata:
1010
name: {{ printf "%s-controlplane" (include "common.names.fullname" .) }}
1111
namespace: {{ include "common.names.namespace" . | quote }}
1212
labels: {{ include "chainloop.controlplane.labels" . | nindent 4 }}
13-
app.kubernetes.io/component: controlplane
1413
{{- if .Values.commonAnnotations }}
1514
annotations: {{- include "common.tplvalues.render" ( dict "value" .Values.commonAnnotations "context" $ ) | nindent 4 }}
1615
{{- end }}

0 commit comments

Comments
 (0)