Skip to content

Commit fdb73dc

Browse files
fix hybrid
1 parent 7deec1d commit fdb73dc

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

csdp/base_components/bootstrap/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ configMapGenerator:
1010
behavior: create
1111
literals: # order matters - DO NOT change
1212
- 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)
1414
- appsetRequeueTime=15
1515
replacements:
1616
# template the version from the configmap into the applicationset generators

csdp/hybrid/basic/runtime.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,29 @@ metadata:
66
spec:
77
requiredCLIVersion: ^0.1.0
88
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
1010
components:
1111
- name: events
1212
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
1414
wait: true
1515
- name: rollouts
1616
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
1818
- name: workflows
1919
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
2121
- name: app-proxy
2222
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
2424
syncWave: 9
2525
- name: internal-router
2626
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
2828
syncWave: 10
2929
- name: sealed-secrets
3030
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
3232
- name: codefresh-tunnel-client
3333
type: helm
3434
url: github.com/codefresh-io/codefresh-tunnel-charts/codefresh-tunnel-client?ref=0.1.8

0 commit comments

Comments
 (0)