Skip to content

Commit f6c3f65

Browse files
onprem: 2.7.1
1 parent 058c160 commit f6c3f65

12 files changed

+494
-124
lines changed

codefresh/Chart.yaml

+23-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
description: Helm Chart for Codefresh On-Prem
33
name: codefresh
4-
version: 2.7.0
4+
version: 2.7.1
55
keywords:
66
- codefresh
77
home: https://codefresh.io/
@@ -18,8 +18,8 @@ annotations:
1818
# artifacthub.io/containsSecurityUpdates: "true"
1919
# supported kinds are added, changed, deprecated, removed, fixed and security.
2020
artifacthub.io/changes: |
21-
- kind: changed
22-
description: "Initial 2.7 release"
21+
- kind: added
22+
description: "Added subcharts for development environment"
2323
dependencies:
2424
- name: cf-common
2525
repository: oci://quay.io/codefresh/charts
@@ -248,3 +248,23 @@ dependencies:
248248
repository: oci://quay.io/codefresh/charts
249249
version: "*"
250250
condition: cf-oidc-provider.enabled
251+
- name: mailer
252+
version: "*"
253+
repository: oci://quay.io/codefresh/charts
254+
condition: mailer.enabled
255+
- name: payments
256+
version: "*"
257+
repository: oci://quay.io/codefresh/charts
258+
condition: payments.enabled
259+
- name: segment-reporter
260+
version: "*"
261+
repository: oci://quay.io/codefresh/charts
262+
condition: segment-reporter.enabled
263+
- name: salesforce-reporter
264+
version: "*"
265+
repository: oci://quay.io/codefresh/charts
266+
condition: salesforce-reporter.enabled
267+
- name: onboarding-status
268+
version: "*"
269+
repository: oci://quay.io/codefresh/charts
270+
condition: onboarding-status.enabled

codefresh/README.md

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Codefresh On-Premises
22

3-
![Version: 2.7.0](https://img.shields.io/badge/Version-2.7.0-informational?style=flat-square) ![AppVersion: 2.7.0](https://img.shields.io/badge/AppVersion-2.7.0-informational?style=flat-square)
3+
![Version: 2.7.1](https://img.shields.io/badge/Version-2.7.1-informational?style=flat-square) ![AppVersion: 2.7.0](https://img.shields.io/badge/AppVersion-2.7.0-informational?style=flat-square)
44

55
Helm chart for deploying [Codefresh On-Premises](https://codefresh.io/docs/docs/getting-started/intro-to-codefresh/) to Kubernetes.
66

@@ -2191,6 +2191,7 @@ After platform upgrade, Consul fails with the error `refusing to rejoin cluster
21912191
| consul | object | See below | consul Ref: https://github.com/bitnami/charts/blob/main/bitnami/consul/values.yaml |
21922192
| context-manager | object | See below | context-manager |
21932193
| cronus | object | See below | cronus |
2194+
| developmentChart | bool | `false` | |
21942195
| dockerconfigjson | object | `{}` | DEPRECATED - Use `.imageCredentials` instead dockerconfig (for `kcfi` tool backward compatibility) for Image Pull Secret. Obtain GCR Service Account JSON (sa.json) at [email protected] ```shell GCR_SA_KEY_B64=$(cat sa.json | base64) DOCKER_CFG_VAR=$(echo -n "_json_key:$(echo ${GCR_SA_KEY_B64} | base64 -d)" | base64 | tr -d '\n') ``` E.g.: dockerconfigjson: auths: gcr.io: auth: <DOCKER_CFG_VAR> |
21952196
| gencerts | object | See below | Job to generate internal runtime secrets. Required at first install. |
21962197
| gitops-dashboard-manager | object | See below | gitops-dashboard-manager |
@@ -2304,9 +2305,12 @@ After platform upgrade, Consul fails with the error `refusing to rejoin cluster
23042305
| internal-gateway | object | See below | internal-gateway |
23052306
| k8s-monitor | object | See below | k8s-monitor |
23062307
| kube-integration | object | See below | kube-integration |
2308+
| mailer.enabled | bool | `false` | |
23072309
| mongodb | object | See below | mongodb Ref: https://github.com/bitnami/charts/blob/main/bitnami/mongodb/values.yaml |
23082310
| nats | object | See below | nats Ref: https://github.com/bitnami/charts/blob/main/bitnami/nats/values.yaml |
23092311
| nomios | object | See below | nomios |
2312+
| onboarding-status.enabled | bool | `false` | |
2313+
| payments.enabled | bool | `false` | |
23102314
| pipeline-manager | object | See below | pipeline-manager |
23112315
| postgresql | object | See below | postgresql Ref: https://github.com/bitnami/charts/blob/main/bitnami/postgresql/values.yaml |
23122316
| postgresql-ha | object | See below | postgresql Ref: https://github.com/bitnami/charts/blob/main/bitnami/postgresql-ha/values.yaml |
@@ -2317,6 +2321,7 @@ After platform upgrade, Consul fails with the error `refusing to rejoin cluster
23172321
| runner | object | See below | runner |
23182322
| runtime-environment-manager | object | See below | runtime-environment-manager |
23192323
| runtimeImages | object | See below | runtimeImages |
2324+
| salesforce-reporter.enabled | bool | `false` | |
23202325
| seed | object | See below | Seed jobs |
23212326
| seed-e2e | object | `{"affinity":{},"backoffLimit":10,"enabled":false,"image":{"registry":"docker.io","repository":"mongo","tag":"latest"},"nodeSelector":{},"podSecurityContext":{},"resources":{},"tolerations":[],"ttlSecondsAfterFinished":300}` | CI |
23222327
| seed.enabled | bool | `true` | Enable all seed jobs |
@@ -2330,5 +2335,6 @@ After platform upgrade, Consul fails with the error `refusing to rejoin cluster
23302335
| seed.postgresSeedJob.postgresPasswordSecretKeyRef | optional | `{}` | Password for "postgres" admin user from existing secret |
23312336
| seed.postgresSeedJob.postgresUser | optional | `""` | "postgres" admin user in plain text (required ONLY for seed job!) Must be a privileged user allowed to create databases and grant roles. If omitted, username and password from `.Values.global.postgresUser/postgresPassword` will be used. |
23322337
| seed.postgresSeedJob.postgresUserSecretKeyRef | optional | `{}` | "postgres" admin user from exising secret |
2338+
| segment-reporter.enabled | bool | `false` | |
23332339
| tasker-kubernetes | object | `{"affinity":{},"container":{"image":{"registry":"us-docker.pkg.dev/codefresh-enterprise/gcr.io","repository":"codefresh/tasker-kubernetes"}},"enabled":true,"hpa":{"enabled":false},"nodeSelector":{},"pdb":{"enabled":false},"podSecurityContext":{},"resources":{"limits":{},"requests":{"cpu":"100m","memory":"128Mi"}},"tolerations":[]}` | tasker-kubernetes |
23342340
| webTLS | object | `{"cert":"","enabled":false,"key":"","secretName":"star.codefresh.io"}` | DEPRECATED - Use `.Values.ingress.tls` instead TLS secret for Ingress |
+262
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,262 @@
1+
{
2+
"_id" : ObjectId("59009117c102763beda7ce71"),
3+
"name" : "codefresh-inc",
4+
"suspension" : {
5+
"isSuspended" : false
6+
},
7+
"activation" : {
8+
"isActivated" : true,
9+
"performedBy" : "System"
10+
},
11+
"cloudBuilds" : {
12+
"isActivated" : true,
13+
"isRequested" : false,
14+
"performedBy" : "System"
15+
},
16+
"allowedDomains" : [
17+
18+
],
19+
"enabledAllowedDomains" : true,
20+
"admins" : [
21+
ObjectId("59009221c102763beda7cf04")
22+
],
23+
"environment" : NumberInt(1),
24+
"runtimeEnvironment" : "codefresh",
25+
"integrations" : {
26+
"stash" : {
27+
"active" : false
28+
},
29+
"github" : {
30+
"active" : false
31+
},
32+
"gitlab" : {
33+
"active" : false
34+
},
35+
"aks" : {
36+
"exist" : false
37+
},
38+
"aks_sp" : {
39+
"exist" : false
40+
},
41+
"aks_mi" : {
42+
"exist" : false
43+
},
44+
"gcloud" : {
45+
"exist" : false
46+
},
47+
"digitalOcean" : {
48+
"exist" : false
49+
},
50+
"registries" : [
51+
52+
]
53+
},
54+
"badgeToken" : "eyJhbGciOiJIUzI1NiJ9.NTkwMDkxMTdjMTAyNzYzYmVkYTdjZTcx.B0HOUL6HlpTRNr_e95pVucSRMRzP2cobe5kIoMtrDSc",
55+
"createdAt" : ISODate("2017-04-26T12:22:48.001+0000"),
56+
"updatedAt" : ISODate("2017-04-26T12:27:13.720+0000"),
57+
"build" : {
58+
"strategy" : "account",
59+
"nodes" : NumberInt(0),
60+
"packs" : [
61+
{
62+
"id" : "5cd1746617313f468d669013",
63+
"metadata" : {
64+
"name" : "small",
65+
"description" : "1 GB RAM 1 CPU"
66+
},
67+
"workflows" : {
68+
"concurrency" : {
69+
"amount" : NumberInt(1),
70+
"absorb" : NumberInt(0),
71+
"allowUnlimited" : false
72+
}
73+
},
74+
"runtime" : {
75+
"name" : "system/linux_paying_plan",
76+
"defaultDindResources" : {
77+
"requests" : {
78+
"cpu" : "900m",
79+
"memory" : "1024Mi"
80+
}
81+
},
82+
"cpu" : "1000m",
83+
"memory" : "1024Mi",
84+
"storage" : "8G",
85+
"dindStorage" : "8G",
86+
"os" : "linux",
87+
"architecture" : "amd64"
88+
}
89+
},
90+
{
91+
"id" : "5cd1746717313f468d669014",
92+
"metadata" : {
93+
"name" : "medium",
94+
"description" : "4 GB RAM 2 CPU"
95+
},
96+
"workflows" : {
97+
"concurrency" : {
98+
"amount" : NumberInt(1),
99+
"absorb" : NumberInt(0),
100+
"allowUnlimited" : false
101+
}
102+
},
103+
"runtime" : {
104+
"name" : "system/linux_paying_plan",
105+
"defaultDindResources" : {
106+
"requests" : {
107+
"cpu" : "1200m",
108+
"memory" : "1500Mi"
109+
}
110+
},
111+
"cpu" : "2000m",
112+
"memory" : "4096Mi",
113+
"storage" : "16G",
114+
"dindStorage" : "16G",
115+
"os" : "linux",
116+
"architecture" : "amd64"
117+
}
118+
},
119+
{
120+
"id" : "5cd1746817313f468d669015",
121+
"metadata" : {
122+
"name" : "large",
123+
"description" : "8 GB RAM 4 CPU"
124+
},
125+
"workflows" : {
126+
"concurrency" : {
127+
"amount" : NumberInt(1),
128+
"absorb" : NumberInt(0),
129+
"allowUnlimited" : false
130+
}
131+
},
132+
"runtime" : {
133+
"name" : "system/linux_paying_plan",
134+
"defaultDindResources" : {
135+
"requests" : {
136+
"cpu" : "1500m",
137+
"memory" : "3000Mi"
138+
}
139+
},
140+
"cpu" : "4000m",
141+
"memory" : "8192Mi",
142+
"storage" : "32G",
143+
"dindStorage" : "32G",
144+
"os" : "linux",
145+
"architecture" : "amd64"
146+
}
147+
},
148+
{
149+
"id" : "5cd1746817313f468d669016",
150+
"metadata" : {
151+
"name" : "runner",
152+
"description" : "Hybrid runtime-environment"
153+
},
154+
"workflows" : {
155+
"concurrency" : {
156+
"amount" : NumberInt(-1),
157+
"absorb" : NumberInt(1),
158+
"allowUnlimited" : true
159+
}
160+
}
161+
}
162+
],
163+
"defaultPack" : ObjectId("5cd1746617313f468d669013")
164+
},
165+
"dedicatedInfrastructure" : false,
166+
"canUsePrivateRepos" : true,
167+
"features" : {
168+
"launchDarklyManagement" : true
169+
},
170+
"supportPlan" : "PLATINUM",
171+
"increasedAttention" : false,
172+
"cfcrRepositoryPath" : "codefresh-inc",
173+
"paymentPlan" : {
174+
"id" : "PRO_1",
175+
"trial" : {
176+
"trialing" : true,
177+
"trialStart" : ISODate("2025-02-07T15:33:32.532+0000"),
178+
"trialEnd" : ISODate("2025-02-22T15:33:32.532+0000"),
179+
"trialWillEndNotified" : false,
180+
"trialEndedNotified" : false,
181+
"type" : "NEW_ACCOUNT",
182+
"previousSegment" : "BASIC"
183+
},
184+
"isWiredTransfer" : false,
185+
"provider" : "codefresh"
186+
},
187+
"gradualExposure" : "SEGMENT",
188+
"codefreshEnv" : "latest",
189+
"imageViewConfig" : {
190+
"version" : "V1"
191+
},
192+
"buildStepConfig" : {
193+
"version" : "V1",
194+
"disablePush" : false
195+
},
196+
"CFCRState" : {
197+
"dates" : {
198+
"one" : {
199+
"startDate" : "2020-03-10",
200+
"endDate" : "2020-07-02"
201+
},
202+
"two" : {
203+
"startDate" : "2020-07-02",
204+
"endDate" : "2020-07-16"
205+
}
206+
},
207+
"enabled" : false,
208+
"system" : "ACTIVE",
209+
"displayGlobalNotice" : true,
210+
"accountChoice" : "ACTIVE"
211+
},
212+
"noPersonalAccountForInvitedUser" : true,
213+
"pipelineConfig" : {
214+
"general" : {
215+
"templates" : false,
216+
"clone" : true,
217+
"autoCreateProjectsForTeams" : false,
218+
"lowMemoryWarningThreshold" : "70"
219+
},
220+
"yaml" : {
221+
"inline" : true,
222+
"git" : true,
223+
"url" : true
224+
},
225+
"execution" : {
226+
"keepPVCsForPendingApproval" : false,
227+
"pendingApprovalConcurrencyApplied" : false,
228+
"injectClustersFromPipelineSettings" : false,
229+
"permitRestartFromFailedSteps" : true
230+
},
231+
"pendingApproval" : {
232+
"pendingApprovalConfirmation" : "none"
233+
}
234+
},
235+
"csdp" : {
236+
"validated" : false
237+
},
238+
"pauseWorkflowExecution" : false,
239+
"systemType" : "PROJECT_ONE",
240+
"systemTypePrev" : "",
241+
"notifications" : [
242+
{
243+
"type" : "pr",
244+
"events" : [
245+
"build-success"
246+
]
247+
}
248+
],
249+
"repoPermission" : "public",
250+
"limits" : {
251+
"collaborators" : {
252+
"limit" : NumberInt(10),
253+
"used" : NumberInt(1)
254+
},
255+
"dataRetention" : {
256+
"weeks" : NumberInt(24)
257+
}
258+
},
259+
"localUserPasswordIDPEnabled" : true,
260+
"segment" : "ENTERPRISE",
261+
"__v" : NumberInt(0)
262+
}

0 commit comments

Comments
 (0)