diff --git a/charts/turbinia/Chart.yaml b/charts/turbinia/Chart.yaml index 1ba1530..0e0cc91 100644 --- a/charts/turbinia/Chart.yaml +++ b/charts/turbinia/Chart.yaml @@ -4,7 +4,7 @@ description: | Automation and Scaling of Digital Forensics Tools appVersion: "20240510" type: application -version: 0.1.1 +version: 0.1.3 maintainers: - name: Tommy Skaug email: tommy@skaug.me diff --git a/charts/turbinia/templates/service.yaml b/charts/turbinia/templates/service.yaml index bd55595..f326bbc 100644 --- a/charts/turbinia/templates/service.yaml +++ b/charts/turbinia/templates/service.yaml @@ -12,5 +12,5 @@ spec: protocol: TCP targetPort: 8000 selector: - app.kubernetes.io/component: server + app.kubernetes.io/component: api {{- include "turbinia.selectorLabels" . | nindent 4 }} \ No newline at end of file