Skip to content

Commit ead387b

Browse files
create alpha1
1 parent 35ffe86 commit ead387b

File tree

61 files changed

+754
-10460
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+754
-10460
lines changed

charts/gitops-runtime/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
appVersion: v0.0.1
33
description: A Helm chart for Codefresh gitops runtime
44
name: gitops-runtime-sandbox
5-
version: 0.0.1
5+
version: 0.0.1-alpha-0
66
home: https://github.com/codefresh-sandbox/gitops-runtime-charts
77
keywords:
88
- codefresh
@@ -13,7 +13,7 @@ maintainers:
1313
dependencies:
1414
- name: argo-cd
1515
repository: https://codefresh-io.github.io/argo-helm
16-
version: 5.7.0-2-CR-16709-init-app-proxy
16+
version: 5.16.0-2-cap-CR-16950
1717
- name: argo-events
1818
repository: https://codefresh-io.github.io/argo-helm
1919
version: 2.0.5-1-cf-init

charts/gitops-runtime/README.md

Lines changed: 49 additions & 53 deletions
Large diffs are not rendered by default.

charts/gitops-runtime/ci/default-values.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ global:
66
name: mysecret
77
key: myvalue
88
optional: true
9+
gitIntegration:
10+
provider:
11+
name: 'GITHUB'
12+
apiUrl: 'https://api.github.com'
913

1014
runtime:
1115
name: default
@@ -16,6 +20,11 @@ global:
1620
hosts:
1721
- runtime.codefresh.local
1822

23+
repoCredentialsTemplate:
24+
url: 'https://github.com'
25+
username: 'username'
26+
password: 'dummy'
27+
1928

2029
argo-rollouts:
2130
enabled: true

charts/gitops-runtime/ci/ingressless-values.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
global:
22
codefresh:
33
accountId: 628a80b693a15c0f9c13ab75 # Codefresh Account id for ilia-codefresh for now, needs to be some test account
4+
gitIntegration:
5+
provider:
6+
name: 'GITHUB'
7+
apiUrl: 'https://api.github.com'
48
userToken:
59
secretKeyRef:
610
name: mysecret
@@ -14,5 +18,9 @@ global:
1418
ingress:
1519
enabled: false
1620

21+
repoCredentialsTemplate:
22+
url: 'https://github.com'
23+
username: 'username'
24+
password: 'dummy'
1725
argo-rollouts:
1826
enabled: true

charts/gitops-runtime/crds/argo-cd/application-crd.yaml

Lines changed: 0 additions & 2217 deletions
This file was deleted.

charts/gitops-runtime/crds/argo-cd/applicationset-crd.yaml

Lines changed: 0 additions & 6736 deletions
This file was deleted.

charts/gitops-runtime/crds/argo-cd/appproject-crd.yaml

Lines changed: 0 additions & 312 deletions
This file was deleted.

0 commit comments

Comments
 (0)