fix(netbox) selectors didn't match labels

This commit is contained in:
Tommy 2024-02-03 10:01:49 +01:00
parent 3bfeab316a
commit 16044d5773
No known key found for this signature in database
4 changed files with 5 additions and 5 deletions

View file

@ -4,7 +4,7 @@ description: |
An IP address management (IPAM) and data center infrastructure management (DCIM) tool.
appVersion: v3.7.1
type: application
version: 6.0.4
version: 6.0.5
maintainers:
- name: Tommy Skaug
email: tommy@skaug.me

View file

@ -13,7 +13,7 @@ spec:
matchLabels:
app.kubernetes.io/name: {{ include "netbox.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
component: housekeeping
app.kubernetes.io/component: housekeeping
template:
metadata:
annotations:
@ -21,7 +21,7 @@ spec:
labels:
app.kubernetes.io/name: {{ include "netbox.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
component: housekeeping
app.kubernetes.io/component: housekeeping
spec:
containers:
- name: {{ .Chart.Name }}-housekeeping

View file

@ -15,7 +15,7 @@ spec:
matchLabels:
app.kubernetes.io/name: {{ include "netbox.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
component: worker
app.kubernetes.io/component: worker
template:
metadata:
annotations:

View file

@ -14,7 +14,7 @@ spec:
matchLabels:
app.kubernetes.io/name: {{ include "netbox.name" . }}
app.kubernetes.io/instance: {{ .Release.Name }}
component: app
app.kubernetes.io/component: app
template:
metadata:
annotations: