fix(netbox) selectors didn't match labels

This commit is contained in:
Tommy 2024-02-03 10:56:05 +01:00
parent 972f1f3aa7
commit 1477eb716f
No known key found for this signature in database
4 changed files with 7 additions and 7 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.6
version: 6.0.7
maintainers:
- name: Tommy Skaug
email: tommy@skaug.me

View file

@ -10,13 +10,13 @@ spec:
replicas: 1
selector:
matchLabels:
app.kubernetes.io/component: {{ include "netbox.fullname" . }}-housekeeping
app: {{ include "netbox.fullname" . }}-housekeeping
template:
metadata:
annotations:
checksum/config: {{ include (print $.Template.BasePath "/configuration.yaml") . | sha256sum }}
labels:
app.kubernetes.io/component: {{ include "netbox.fullname" . }}-housekeeping
app: {{ include "netbox.fullname" . }}-housekeeping
spec:
containers:
- name: {{ .Chart.Name }}-housekeeping

View file

@ -10,13 +10,13 @@ spec:
replicas: {{ .Values.worker.replicaCount }}
selector:
matchLabels:
app.kubernetes.io/component: {{ include "netbox.fullname" . }}-worker
app: {{ include "netbox.fullname" . }}-worker
template:
metadata:
annotations:
checksum/config: {{ include (print $.Template.BasePath "/configuration.yaml") . | sha256sum }}
labels:
app.kubernetes.io/component: {{ include "netbox.fullname" . }}-worker
app: {{ include "netbox.fullname" . }}-worker
spec:
containers:
- name: {{ .Chart.Name }}-worker

View file

@ -9,13 +9,13 @@ spec:
replicas: {{ .Values.replicaCount }}
selector:
matchLabels:
app.kubernetes.io/component: {{ include "netbox.fullname" . }}-app
app: {{ include "netbox.fullname" . }}-app
template:
metadata:
annotations:
checksum/config: {{ include (print $.Template.BasePath "/configuration.yaml") . | sha256sum }}
labels:
app.kubernetes.io/component: {{ include "netbox.fullname" . }}-app
app: {{ include "netbox.fullname" . }}-app
spec:
containers:
- name: {{ .Chart.Name }}