File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -8,4 +8,4 @@ configMapGenerator:
8
8
- name : codefresh-cm
9
9
behavior : create
10
10
literals :
11
- - version=0.0.386
11
+ - version=0.0.387
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 : vRUNTIME_VERSION
38
+ revision : RUNTIME_VERSION
39
39
directories :
40
40
- path : csdp/hybrid/*
41
41
requeueAfterSeconds : 15
50
50
repoURL : " "
51
51
- git :
52
52
repoURL : https://github.com/codefresh-io/csdp-official-poc.git
53
- revision : vRUNTIME_VERSION
53
+ revision : RUNTIME_VERSION
54
54
directories :
55
55
- path : csdp/hybrid/argo-cd
56
56
requeueAfterSeconds : 15
66
66
- path : csdp/hybrid/**/config_dir.json
67
67
repoURL : https://github.com/codefresh-io/csdp-official-poc.git
68
68
requeueAfterSeconds : 15
69
- revision : vRUNTIME_VERSION
69
+ revision : RUNTIME_VERSION
70
70
template :
71
71
metadata :
72
72
labels :
@@ -106,7 +106,7 @@ spec:
106
106
source :
107
107
path : csdp/hybrid/{{path.basenameNormalized}}
108
108
repoURL : https://github.com/codefresh-io/csdp-official-poc.git
109
- targetRevision : vRUNTIME_VERSION # replace with runtime version
109
+ targetRevision : RUNTIME_VERSION # replace with runtime version
110
110
kustomize :
111
111
forceNamespace : true
112
112
syncPolicy :
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 : vRUNTIME_VERSION
38
+ revision : RUNTIME_VERSION
39
39
directories :
40
40
- path : csdp/managed/*
41
41
requeueAfterSeconds : 15
50
50
repoURL : " "
51
51
- git :
52
52
repoURL : https://github.com/codefresh-io/csdp-official-poc.git
53
- revision : vRUNTIME_VERSION
53
+ revision : RUNTIME_VERSION
54
54
directories :
55
55
- path : csdp/managed/argo-cd
56
56
requeueAfterSeconds : 15
66
66
- path : csdp/managed/**/config_dir.json
67
67
repoURL : https://github.com/codefresh-io/csdp-official-poc.git
68
68
requeueAfterSeconds : 15
69
- revision : vRUNTIME_VERSION
69
+ revision : RUNTIME_VERSION
70
70
template :
71
71
metadata :
72
72
labels :
@@ -106,7 +106,7 @@ spec:
106
106
source :
107
107
path : csdp/managed/{{path.basenameNormalized}}
108
108
repoURL : https://github.com/codefresh-io/csdp-official-poc.git
109
- targetRevision : vRUNTIME_VERSION # replace with runtime version
109
+ targetRevision : RUNTIME_VERSION # replace with runtime version
110
110
kustomize :
111
111
forceNamespace : true
112
112
syncPolicy :
You can’t perform that action at this time.
0 commit comments