File tree Expand file tree Collapse file tree 3 files changed +5
-3
lines changed
Expand file tree Collapse file tree 3 files changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : dso-env
33description : Creates argocd Project and Applications to deploy DSO project repositories.
44type : application
5- version : 1.5.2
5+ version : 1.5.3
66appVersion : 1.0.0
77maintainers :
88 - name : this-is-tobi
Original file line number Diff line number Diff line change 11# dso-env
22
3- ![ Version: 1.5.2 ] ( https://img.shields.io/badge/Version-1.5.2 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 1.0.0] ( https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square )
3+ ![ Version: 1.5.3 ] ( https://img.shields.io/badge/Version-1.5.3 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: 1.0.0] ( https://img.shields.io/badge/AppVersion-1.0.0-informational?style=flat-square )
44
55Creates argocd Project and Applications to deploy DSO project repositories.
66
Original file line number Diff line number Diff line change 11{{- range .Values.application.repositories }}
2+ {{- $repositoryName := base .repoURL | trimSuffix ".git" }}
23---
34apiVersion : argoproj.io/v1alpha1
45kind : Application
56metadata :
6- name : {{ $.Values.argocd.project }}-{{ base .repoURL | trimSuffix ".git" }}-{{ sha1sum .repoURL | trunc 4 }}
7+ name : {{ $.Values.argocd.project }}-{{ $repositoryName }}-{{ sha1sum .repoURL | trunc 4 }}
78 namespace : {{ $.Values.argocd.namespace }}
89 labels :
910 app.kubernetes.io/managed-by : dso-console
1011 {{- $.Values.common | toYaml | nindent 4 }}
12+ dso/repository : {{ $repositoryName }}
1113 annotations :
1214 argocd.argoproj.io/sync-wave : " 4" # Force la suppression avant le AppProject
1315 finalizers :
You can’t perform that action at this time.
0 commit comments