Skip to content

Commit bf73891

Browse files
authored
fix: add releaseName to argocd-app-of-apps (#18)
1 parent 26b699f commit bf73891

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

charts/argocd-app-of-apps/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: argocd-app-of-apps
33
description: A Helm chart for Kubernetes
44
type: application
5-
version: 0.1.3
5+
version: 0.1.4
66
appVersion: 0.1.0
77
maintainers:
88
- name: SweetOps

charts/argocd-app-of-apps/templates/applications.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ spec:
2323
targetRevision: {{ .targetRevision }}
2424
{{- if .values }}
2525
helm:
26+
release_name: {{ .releaseName }}
2627
values: |
2728
{{ .values | nindent 8 }}
2829
{{- end }}

0 commit comments

Comments
 (0)