File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
base_components/bootstrap Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ configMapGenerator:
10
10
behavior : create
11
11
literals : # order matters - DO NOT change
12
12
- version=0.1.16 # Runtime version
13
- - bootstrapRevision=CR-24-hosted # Tag to use for bootstrap (change this to the name of your branch if you want to test changes)
13
+ - bootstrapRevision=0.1.16 # Tag to use for bootstrap (change this to the name of your branch if you want to test changes)
14
14
- appsetRequeueTime=15
15
15
replacements :
16
16
# template the version from the configmap into the applicationset generators
Original file line number Diff line number Diff line change @@ -6,29 +6,29 @@ metadata:
6
6
spec :
7
7
requiredCLIVersion : ^0.1.0
8
8
version : 0.1.16
9
- bootstrapSpecifier : github.com/codefresh-io/csdp-official/csdp/hybrid/basic/apps/argo-cd?ref=CR-24-hosted
9
+ bootstrapSpecifier : github.com/codefresh-io/csdp-official/csdp/hybrid/basic/apps/argo-cd
10
10
components :
11
11
- name : events
12
12
type : kustomize
13
- url : github.com/codefresh-io/csdp-official/csdp/hybrid/basic/apps/argo-events?ref=CR-24-hosted
13
+ url : github.com/codefresh-io/csdp-official/csdp/hybrid/basic/apps/argo-events
14
14
wait : true
15
15
- name : rollouts
16
16
type : kustomize
17
- url : github.com/codefresh-io/csdp-official/csdp/hybrid/basic/apps/argo-rollouts?ref=CR-24-hosted
17
+ url : github.com/codefresh-io/csdp-official/csdp/hybrid/basic/apps/argo-rollouts
18
18
- name : workflows
19
19
type : kustomize
20
- url : github.com/codefresh-io/csdp-official/csdp/hybrid/basic/apps/argo-workflows?ref=CR-24-hosted
20
+ url : github.com/codefresh-io/csdp-official/csdp/hybrid/basic/apps/argo-workflows
21
21
- name : app-proxy
22
22
type : kustomize
23
- url : github.com/codefresh-io/csdp-official/csdp/hybrid/basic/apps/app-proxy?ref=CR-24-hosted
23
+ url : github.com/codefresh-io/csdp-official/csdp/hybrid/basic/apps/app-proxy
24
24
syncWave : 9
25
25
- name : internal-router
26
26
type : kustomize
27
- url : github.com/codefresh-io/csdp-official/csdp/hybrid/basic/apps/internal-router?ref=CR-24-hosted
27
+ url : github.com/codefresh-io/csdp-official/csdp/hybrid/basic/apps/internal-router
28
28
syncWave : 10
29
29
- name : sealed-secrets
30
30
type : kustomize
31
- url : github.com/codefresh-io/csdp-official/csdp/hybrid/basic/apps/sealed-secrets?ref=CR-24-hosted
31
+ url : github.com/codefresh-io/csdp-official/csdp/hybrid/basic/apps/sealed-secrets
32
32
- name : codefresh-tunnel-client
33
33
type : helm
34
34
url : github.com/codefresh-io/codefresh-tunnel-charts/codefresh-tunnel-client?ref=0.1.8
You can’t perform that action at this time.
0 commit comments