fix: Escape :icon: yaml (#386)
* Fix :icon: yaml validation * Bump version * Add quote filter
This commit is contained in:
parent
f47ec46965
commit
5ca92acda0
2 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ appVersion: 0.7.0
|
||||||
description: A Helm chart for ArgoCD notifications, an add-on to ArgoCD.
|
description: A Helm chart for ArgoCD notifications, an add-on to ArgoCD.
|
||||||
name: argocd-notifications
|
name: argocd-notifications
|
||||||
type: application
|
type: application
|
||||||
version: 1.0.4
|
version: 1.0.5
|
||||||
home: https://github.com/argoproj/argo-helm
|
home: https://github.com/argoproj/argo-helm
|
||||||
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
icon: https://raw.githubusercontent.com/argoproj/argo/master/docs/assets/argo.png
|
||||||
keywords:
|
keywords:
|
||||||
|
|
|
@ -12,7 +12,7 @@ stringData:
|
||||||
slack:
|
slack:
|
||||||
token: {{ .Values.secret.notifiers.slack.token }}
|
token: {{ .Values.secret.notifiers.slack.token }}
|
||||||
username: {{ .Values.secret.notifiers.slack.username }}
|
username: {{ .Values.secret.notifiers.slack.username }}
|
||||||
icon: {{ .Values.secret.notifiers.slack.icon }}
|
icon: {{ .Values.secret.notifiers.slack.icon | quote }}
|
||||||
signingSecret: {{ .Values.secret.notifiers.slack.signingSecret }}
|
signingSecret: {{ .Values.secret.notifiers.slack.signingSecret }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- if .Values.secret.notifiers.grafana.enabled }}
|
{{- if .Values.secret.notifiers.grafana.enabled }}
|
||||||
|
|
Loading…
Reference in a new issue