diff --git a/charts/flipt/Chart.yaml b/charts/flipt/Chart.yaml index cdcaa9e..1f4f89b 100644 --- a/charts/flipt/Chart.yaml +++ b/charts/flipt/Chart.yaml @@ -3,7 +3,7 @@ name: flipt home: https://flipt.io description: Flipt is an open-source, self-hosted feature flag solution. type: application -version: 0.70.4 +version: 0.71.0 appVersion: v1.50.1 maintainers: - name: Flipt diff --git a/charts/flipt/templates/service.yaml b/charts/flipt/templates/service.yaml index c0a8708..dc05e4f 100644 --- a/charts/flipt/templates/service.yaml +++ b/charts/flipt/templates/service.yaml @@ -10,6 +10,10 @@ metadata: {{- with .Values.service.labels }} {{- toYaml . | nindent 4 }} {{- end }} + annotations: + {{- with .Values.service.annotations }} + {{- toYaml . | nindent 4 }} + {{- end }} spec: {{- if (or (eq .Values.service.type "ClusterIP") (empty .Values.service.type)) }} type: ClusterIP