Skip to content

Commit

Permalink
fix(charts/flipt): render annotations into service (#171)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
GeorgeMac and markphelps authored Oct 7, 2024
1 parent 3639268 commit 6035c1e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/flipt/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions charts/flipt/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6035c1e

Please sign in to comment.