Merge pull request #1411 from clux/main

This commit is contained in:
Sanskar Jaiswal
2023-04-12 18:21:46 +05:30
committed by GitHub
2 changed files with 7 additions and 0 deletions
+4
View File
@@ -9,6 +9,10 @@ metadata:
app.kubernetes.io/managed-by: {{ .Release.Service }}
app.kubernetes.io/instance: {{ .Release.Name }}
app.kubernetes.io/version: {{ .Chart.AppVersion }}
{{- with .Values.annotations }}
annotations:
{{- toYaml . | nindent 4 }}
{{- end }}
spec:
replicas: {{ .Values.leaderElection.replicaCount }}
{{- if eq .Values.leaderElection.enabled false }}
+3
View File
@@ -1,5 +1,8 @@
# Default values for flagger.
## Deployment annotations
# annotations: {}
image:
repository: ghcr.io/fluxcd/flagger
tag: 1.29.0