Skip to content

Commit 06b12eb

Browse files
committed
first commit
1 parent dd398de commit 06b12eb

22 files changed

+591
-0
lines changed

cf-templates/codefresh.build.yaml

Whitespace-only changes.

cf-templates/codefresh.deploy.yaml

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
version: '1.0'
2+
stages:
3+
- compile
4+
- test
5+
- docker
6+
steps:
7+
8+
IntegrationTest:
9+
type: composition
10+
composition: dotnetapp
11+
composition_candidates:
12+
test_service:
13+
image: alpine
14+
command: ping dotnetapp -c 4
15+
on_success:
16+
metadata:
17+
set:
18+
- '${{BuildImage.imageId}}':
19+
- CF_QUALITY: true
20+
on_fail:
21+
metadata:
22+
set:
23+
- '${{BuildImage.imageId}}':
24+
- CF_QUALITY: false
25+
26+
DeployWithHelm:
27+
image: codefresh/plugin-helm:2.7.2
28+
working_directory: ./
29+
environment:
30+
#the variables below you could as well set in the 'General Settings' section of the pipeline UI
31+
- CHART_NAME=./chart/dotnet-sample-app/
32+
- RELEASE_NAME=dotnetcore
33+
- KUBE_CONTEXT=cf-staging@codefresh-staging
34+
- NAMESPACE=demo
35+
# below you can add your overrides for the chart values.yaml
36+
- custom_replicaCount=2
37+
- custom_service_externalPort=80
38+
- custom_image_repository=r.cfcr.io/codefreshdemo/codefreshdemo/dotnetdockersamples
39+
- custom_image_tag=master
40+
- custom_imagePullSecret=codefresh-generated-r.cfcr.io-cfcr-demo

cf-templates/codefresh.helm.yaml

Whitespace-only changes.

cf-templates/codefresh.parallel.yaml

Whitespace-only changes.

cf-templates/codefresh.stages.yaml

Whitespace-only changes.

codefresh.yaml

Whitespace-only changes.
Binary file not shown.
Binary file not shown.

customReportDir/assets/app.css

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

customReportDir/assets/app.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)