Skip to content

Commit 6035c1e

Browse files
fix(charts/flipt): render annotations into service (#171)
* fix(charts/flipt): render annotations into service * chore: update version to 0.69.3 * chore: update chart version to 0.71.0 --------- Co-authored-by: Mark Phelps <[email protected]>
1 parent 3639268 commit 6035c1e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

charts/flipt/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: flipt
33
home: https://flipt.io
44
description: Flipt is an open-source, self-hosted feature flag solution.
55
type: application
6-
version: 0.70.4
6+
version: 0.71.0
77
appVersion: v1.50.1
88
maintainers:
99
- name: Flipt

charts/flipt/templates/service.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ metadata:
1010
{{- with .Values.service.labels }}
1111
{{- toYaml . | nindent 4 }}
1212
{{- end }}
13+
annotations:
14+
{{- with .Values.service.annotations }}
15+
{{- toYaml . | nindent 4 }}
16+
{{- end }}
1317
spec:
1418
{{- if (or (eq .Values.service.type "ClusterIP") (empty .Values.service.type)) }}
1519
type: ClusterIP

0 commit comments

Comments
 (0)