Skip to content

Commit

Permalink
fix chart 35
Browse files Browse the repository at this point in the history
  • Loading branch information
roi-codefresh committed Sep 14, 2022
1 parent 2d22bad commit 13582d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion installer/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
6 changes: 3 additions & 3 deletions installer/helm/templates/argo-cd/install.yaml
Original file line number Diff line number Diff line change
@@ -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:
Expand Down Expand Up @@ -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
Expand All @@ -9781,7 +9781,7 @@ roleRef:
subjects:
- kind: ServiceAccount
name: argocd-server
namespace: {{ .Release.Namespace }}
namespace: "{{ .Release.Namespace }}"
---
apiVersion: v1
data:
Expand Down

0 comments on commit 13582d4

Please sign in to comment.