feat(common)!: Release v3.0.0-beta3

This commit is contained in:
Bernd Schorgers 2024-03-08 10:33:53 +01:00
parent 9d11c1b719
commit 51035c0eaf
No known key found for this signature in database
GPG key ID: BC5E2BD907F9A8EC
17 changed files with 36 additions and 36 deletions

View file

@ -7,7 +7,7 @@ within the common library.
{{- $daemonsetObject := .object -}}
{{- $labels := merge
(dict "app.kubernetes.io/component" $daemonsetObject.identifier)
(dict "common.bjw-s.dev/controller" $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:
app.kubernetes.io/component: {{ $daemonsetObject.identifier }}
common.bjw-s.dev/controller: {{ $daemonsetObject.identifier }}
{{- include "bjw-s.common.lib.metadata.selectorLabels" $rootContext | nindent 6 }}
template:
metadata: