Compare commits

...

2 Commits

Author SHA1 Message Date
04c463aff6 Merge pull request 'Homebox Service selectors' (#13) from alice/helm-charts:main into main
All checks were successful
checks / check and test (push) Successful in 31s
generate-chart / generate-chart-publish (push) Successful in 36s
Reviewed-on: #13
2023-06-26 13:55:39 +00:00
7bcc4aa117 Homebox Service selectors
All checks were successful
checks / check and test (pull_request) Successful in 29s
2023-06-26 13:54:58 +00:00
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
apiVersion: v2
name: homebox
# This is the chart version.
version: 0.1.5
version: 0.1.6
# A SemVer range of compatible Kubernetes versions (optional)
# kubeVersion: ">=1.16.0-0"
# What is this Application?

View File

@ -4,9 +4,9 @@ metadata:
name: {{ .Release.Name }}
namespace: {{ .Values.namespace }}
labels:
app: {{ .Release.Name }}
{{- include "homebox.labels" . | nindent 4 }}
spec:
ports:
- port: 7745
selector:
app: {{ .Release.Name }}
{{- include "homebox.selectorLabels" . | nindent 4 }}