File tree Expand file tree Collapse file tree 3 files changed +51
-4
lines changed Expand file tree Collapse file tree 3 files changed +51
-4
lines changed Original file line number Diff line number Diff line change 35
35
generators :
36
36
- git :
37
37
repoURL : https://github.com/codefresh-io/csdp-official-poc.git
38
- revision : v0.0.309
38
+ revision : RUNTIME_VERSION
39
39
directories :
40
40
- path : csdp/components/*
41
41
requeueAfterSeconds : 15
50
50
repoURL : " "
51
51
- git :
52
52
repoURL : https://github.com/codefresh-io/csdp-official-poc.git
53
- revision : v0.0.309
53
+ revision : RUNTIME_VERSION
54
54
directories :
55
55
- path : csdp/components/argo-cd
56
56
requeueAfterSeconds : 15
66
66
- path : csdp/components/**/config_dir.json
67
67
repoURL : https://github.com/codefresh-io/csdp-official-poc.git
68
68
requeueAfterSeconds : 15
69
- revision : v0.0.309
69
+ revision : RUNTIME_VERSION
70
70
template :
71
71
metadata :
72
72
finalizers :
@@ -101,7 +101,7 @@ spec:
101
101
source :
102
102
path : csdp/components/{{path.basenameNormalized}}
103
103
repoURL : https://github.com/codefresh-io/csdp-official-poc.git
104
- targetRevision : v0.0.309 # replace with runtime version
104
+ targetRevision : RUNTIME_VERSION # replace with runtime version
105
105
syncPolicy :
106
106
automated :
107
107
allowEmpty : true
Original file line number Diff line number Diff line change @@ -2,3 +2,27 @@ apiVersion: kustomize.config.k8s.io/v1beta1
2
2
kind : Kustomization
3
3
resources :
4
4
- appset.yaml
5
+
6
+ generatorOptions :
7
+ disableNameSuffixHash : true
8
+
9
+ configMapGenerator :
10
+ - name : csdp-runtime-version
11
+ behavior : create
12
+ literals :
13
+ - version=v0.0.310
14
+
15
+ replacements :
16
+ - source :
17
+ kind : ConfigMap
18
+ name : csdp-runtime-version
19
+ fieldPath : data.version
20
+ targets :
21
+ - select :
22
+ kind : ApplicationSet
23
+ name : csdp
24
+ fieldPaths :
25
+ - spec.generators.0.git.revision
26
+ - spec.generators.1.git.revision
27
+ - spec.generators.2.git.revision
28
+ - spec.template.spec.source.targetRevision
Original file line number Diff line number Diff line change
1
+ apiVersion : codefresh.io/v1alpha1
2
+ kind : Runtime
3
+ metadata :
4
+ name : " {{ name }}"
5
+ namespace : " {{ namespace }}"
6
+ spec :
7
+ defVersion : 1.0.1
8
+ version : 0.0.310
9
+ bootstrapSpecifier : github.com/codefresh-io/cli-v2/manifests/argo-cd
10
+ components :
11
+ - name : events
12
+ type : kustomize
13
+ url : github.com/codefresh-io/cli-v2/manifests/argo-events
14
+ wait : true
15
+ - name : rollouts
16
+ type : kustomize
17
+ url : github.com/codefresh-io/cli-v2/manifests/argo-rollouts
18
+ - name : workflows
19
+ type : kustomize
20
+ url : github.com/codefresh-io/cli-v2/manifests/argo-workflows
21
+ - name : app-proxy
22
+ type : kustomize
23
+ url : github.com/codefresh-io/cli-v2/manifests/app-proxy
You can’t perform that action at this time.
0 commit comments