Skip to content

Commit ca791ae

Browse files
committed
updated manifests
1 parent 02a7954 commit ca791ae

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
lines changed

csdp/appset.yaml

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ spec:
2020
kind: "*"
2121
sourceRepos:
2222
- "*"
23-
status: {}
2423

2524
---
2625
apiVersion: argoproj.io/v1alpha1
@@ -34,7 +33,22 @@ spec:
3433
generators:
3534
- git:
3635
repoURL: https://github.com/codefresh-io/csdp-official-poc.git
37-
revision: v0.0.308
36+
revision: v0.0.309
37+
directories:
38+
- path: csdp/argo-cd
39+
requeueAfterSeconds: 15
40+
template:
41+
metadata: {}
42+
spec:
43+
destination: {}
44+
project: ""
45+
syncPolicy:
46+
preserveResourcesOnDeletion: true
47+
source:
48+
repoURL: ""
49+
- git:
50+
repoURL: https://github.com/codefresh-io/csdp-official-poc.git
51+
revision: v0.0.309
3852
directories:
3953
- path: csdp/components/*
4054
requeueAfterSeconds: 15
@@ -50,7 +64,7 @@ spec:
5064
- path: csdp/components/**/config_dir.json
5165
repoURL: https://github.com/codefresh-io/csdp-official-poc.git
5266
requeueAfterSeconds: 15
53-
revision: v0.0.308
67+
revision: v0.0.309
5468
template:
5569
metadata: {}
5670
spec:
@@ -83,7 +97,7 @@ spec:
8397
source:
8498
path: csdp/components/{{path.basenameNormalized}}
8599
repoURL: https://github.com/codefresh-io/csdp-official-poc.git
86-
targetRevision: v0.0.308 # replace with runtime version
100+
targetRevision: v0.0.309 # replace with runtime version
87101
syncPolicy:
88102
automated:
89103
allowEmpty: true

0 commit comments

Comments
 (0)