feat(common): Release common-3.0.1

This commit is contained in:
Bernd Schorgers 2024-03-11 12:02:35 +01:00
parent 9fa045e337
commit 14e70ce553
No known key found for this signature in database
GPG key ID: BC5E2BD907F9A8EC
18 changed files with 38 additions and 38 deletions

View file

@ -7,7 +7,7 @@ within the common library.
{{- $daemonsetObject := .object -}}
{{- $labels := merge
(dict "common.bjw-s.dev/controller" $daemonsetObject.identifier)
(dict "app.kubernetes.io/component" $daemonsetObject.identifier)
($daemonsetObject.labels | default dict)
(include "bjw-s.common.lib.metadata.allLabels" $rootContext | fromYaml)
-}}
@ -30,7 +30,7 @@ spec:
revisionHistoryLimit: {{ default 3 $daemonsetObject.revisionHistoryLimit }}
selector:
matchLabels:
common.bjw-s.dev/controller: {{ $daemonsetObject.identifier }}
app.kubernetes.io/component: {{ $daemonsetObject.identifier }}
{{- include "bjw-s.common.lib.metadata.selectorLabels" $rootContext | nindent 6 }}
template:
metadata: