Skip to content

Commit

Permalink
fix(argo-rollouts): fix helm lint error when extraObjects is defined (#…
Browse files Browse the repository at this point in the history
…2196)

fix(extra-manifests): fix helm lint error when extraObjecrts is defined

Signed-off-by: Grégory SANCHEZ <[email protected]>
Co-authored-by: Jason Meridth <[email protected]>
  • Loading branch information
chubchubsancho and jmeridth authored Aug 1, 2023
1 parent 4ebeac0 commit 962342f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/argo-rollouts/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
appVersion: v1.5.1
description: A Helm chart for Argo Rollouts
name: argo-rollouts
version: 2.31.2
version: 2.31.3
home: https://github.com/argoproj/argo-helm
icon: https://argoproj.github.io/argo-rollouts/assets/logo.png
keywords:
Expand All @@ -19,4 +19,4 @@ annotations:
url: https://argoproj.github.io/argo-helm/pgp_keys.asc
artifacthub.io/changes: |
- kind: fixed
description: Fix use prometheus metrics service
description: Fix helm lint error when `extraObjects` is defined
2 changes: 1 addition & 1 deletion charts/argo-rollouts/templates/extra-manifests.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{ range .Values.extraObjects }}
---
{{- if typeIs "string" . }}
{{ if typeIs "string" . }}
{{- tpl . $ }}
{{- else }}
{{- tpl (toYaml .) $ }}
Expand Down

0 comments on commit 962342f

Please sign in to comment.