Merge branch 'master' into argo-rollouts-0.8.3
This commit is contained in:
commit
3cc7826540
3 changed files with 6 additions and 1 deletions
|
@ -3,7 +3,7 @@ appVersion: 0.7.0
|
|||
description: A Helm chart for ArgoCD notifications, an add-on to ArgoCD.
|
||||
name: argocd-notifications
|
||||
type: application
|
||||
version: 1.0.8
|
||||
version: 1.0.9
|
||||
home: https://github.com/argoproj/argo-helm
|
||||
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
||||
keywords:
|
||||
|
|
|
@ -33,6 +33,9 @@ spec:
|
|||
{{- if .Values.metrics.enabled }}
|
||||
- --metrics-port={{ .Values.metrics.port }}
|
||||
{{- end }}
|
||||
{{- range .Values.extraArgs }}
|
||||
- {{ . | squote }}
|
||||
{{- end }}
|
||||
ports:
|
||||
{{- if .Values.metrics.enabled }}
|
||||
- containerPort: {{ .Values.metrics.port }}
|
||||
|
|
|
@ -89,6 +89,8 @@ secret:
|
|||
|
||||
logLevel: info
|
||||
|
||||
extraArgs: []
|
||||
|
||||
metrics:
|
||||
enabled: false
|
||||
port: 9001
|
||||
|
|
Loading…
Reference in a new issue