diff --git a/installer/helm/Chart.yaml b/installer/helm/Chart.yaml index 089dd9b9..afa9e0c3 100644 --- a/installer/helm/Chart.yaml +++ b/installer/helm/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: csdp-installer description: A Helm chart used for installing a CSDP runtime type: application -version: 0.1.35 +version: 0.1.36 appVersion: v0.0.13 diff --git a/installer/helm/templates/argo-cd/install.yaml b/installer/helm/templates/argo-cd/install.yaml index c7a608a7..c64779e1 100644 --- a/installer/helm/templates/argo-cd/install.yaml +++ b/installer/helm/templates/argo-cd/install.yaml @@ -1,5 +1,5 @@ # File generated with 'kustomize build csdp/base_components/apps/argo-cd/_bundles/basic > installer/helm/templates/argo-cd/install.yaml' -# Then replace all 'namespace: default' with 'namespace: {{ .Release.Namespace }}' +# Then replace all 'namespace: "{{ .Release.Namespace }}"' with 'namespace: "{{ .Release.Namespace }}"' apiVersion: apiextensions.k8s.io/v1 kind: CustomResourceDefinition metadata: @@ -9764,7 +9764,7 @@ roleRef: subjects: - kind: ServiceAccount name: argocd-application-controller - namespace: {{ .Release.Namespace }} + namespace: "{{ .Release.Namespace }}" --- apiVersion: rbac.authorization.k8s.io/v1 kind: ClusterRoleBinding @@ -9781,7 +9781,7 @@ roleRef: subjects: - kind: ServiceAccount name: argocd-server - namespace: {{ .Release.Namespace }} + namespace: "{{ .Release.Namespace }}" --- apiVersion: v1 data: