Skip to content

Commit 346d46d

Browse files
change csdp-official-poc to csdp-official
1 parent 17c1bab commit 346d46d

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# csdp-official-poc
1+
# csdp-official
22

33
# How to release a new chart version
44
1. checkout the gh-pages
5-
2. follow README instructions
5+
2. follow README instructions

csdp/hybrid/appset.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
preserveResourcesOnDeletion: true
1313
generators:
1414
- git:
15-
repoURL: https://github.com/codefresh-io/csdp-official-poc.git
15+
repoURL: https://github.com/codefresh-io/csdp-official.git
1616
revision: RUNTIME_VERSION
1717
directories:
1818
- path: csdp/hybrid/*
@@ -27,7 +27,7 @@ spec:
2727
source:
2828
repoURL: ""
2929
- git:
30-
repoURL: https://github.com/codefresh-io/csdp-official-poc.git
30+
repoURL: https://github.com/codefresh-io/csdp-official.git
3131
revision: RUNTIME_VERSION
3232
directories:
3333
- path: csdp/hybrid/argo-cd
@@ -42,7 +42,7 @@ spec:
4242
- git:
4343
files:
4444
- path: csdp/hybrid/**/config_dir.json
45-
repoURL: https://github.com/codefresh-io/csdp-official-poc.git
45+
repoURL: https://github.com/codefresh-io/csdp-official.git
4646
requeueAfterSeconds: 15
4747
revision: RUNTIME_VERSION
4848
template:
@@ -83,7 +83,7 @@ spec:
8383
project: csdp
8484
source:
8585
path: csdp/hybrid/{{path.basenameNormalized}}
86-
repoURL: https://github.com/codefresh-io/csdp-official-poc.git
86+
repoURL: https://github.com/codefresh-io/csdp-official.git
8787
targetRevision: RUNTIME_VERSION # replace with runtime version
8888
kustomize:
8989
forceNamespace: true

csdp/managed/appset.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
preserveResourcesOnDeletion: true
1313
generators:
1414
- git:
15-
repoURL: https://github.com/codefresh-io/csdp-official-poc.git
15+
repoURL: https://github.com/codefresh-io/csdp-official.git
1616
revision: RUNTIME_VERSION
1717
directories:
1818
- path: csdp/managed/*
@@ -27,7 +27,7 @@ spec:
2727
source:
2828
repoURL: ""
2929
- git:
30-
repoURL: https://github.com/codefresh-io/csdp-official-poc.git
30+
repoURL: https://github.com/codefresh-io/csdp-official.git
3131
revision: RUNTIME_VERSION
3232
directories:
3333
- path: csdp/managed/argo-cd
@@ -42,7 +42,7 @@ spec:
4242
- git:
4343
files:
4444
- path: csdp/managed/**/config_dir.json
45-
repoURL: https://github.com/codefresh-io/csdp-official-poc.git
45+
repoURL: https://github.com/codefresh-io/csdp-official.git
4646
requeueAfterSeconds: 15
4747
revision: RUNTIME_VERSION
4848
template:
@@ -83,7 +83,7 @@ spec:
8383
project: csdp
8484
source:
8585
path: csdp/managed/{{path.basenameNormalized}}
86-
repoURL: https://github.com/codefresh-io/csdp-official-poc.git
86+
repoURL: https://github.com/codefresh-io/csdp-official.git
8787
targetRevision: RUNTIME_VERSION # replace with runtime version
8888
kustomize:
8989
forceNamespace: true

installer/kustomize/example/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: Kustomization
33

44
# Replace all variables with real values and run kustomize build on this file
55
resources:
6-
- https://github.com/codefresh-io/csdp-official-poc.git/kustomize?ref=<RUNTIME_VERSION>
6+
- https://github.com/codefresh-io/csdp-official.git/kustomize?ref=<RUNTIME_VERSION>
77

88
namespace: csdp-runtime
99

0 commit comments

Comments
 (0)